HomeSort by: relevance | last modified time | path
    Searched defs:THUMB_32BIT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/arm32/
fault.c 930 #define THUMB_32BIT(hi) (((hi) & 0xe000) == 0xe000 && ((hi) & 0x1800))
934 THUMB_32BIT(*(uint16_t *)tf->tf_pc)) {
  /src/sys/arch/aarch64/aarch64/
trap.c 596 #define THUMB_32BIT(hi) (((hi) & 0xe000) == 0xe000 && ((hi) & 0x1800))
617 if (!THUMB_32BIT(hi)) {

Completed in 46 milliseconds