Home
last modified time | relevance | path

Searched refs:FASTTRAP_T_ARM64_RETAB (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.121.2/bsd/dev/arm64/
H A Ddisassembler.c41 …TTRAP_ARM64_OP_MASK_RETAB, .value = FASTTRAP_ARM64_OP_VALUE_RETAB, .type = FASTTRAP_T_ARM64_RETAB }
H A Dfasttrap_isa.c220 if ((tp->ftt_type != FASTTRAP_T_ARM64_RET || tp->ftt_type != FASTTRAP_T_ARM64_RETAB) &&
400 assert(tp->ftt_type != FASTTRAP_T_ARM64_RETAB);
846 case FASTTRAP_T_ARM64_RETAB:
/xnu-8796.121.2/bsd/arm/
H A Dfasttrap_isa.h111 #define FASTTRAP_T_ARM64_RETAB 39 macro