Home
last modified time | relevance | path

Searched refs:FASTTRAP_ARM64_RET_INSTR (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.41.3/bsd/dev/arm64/
H A Ddtrace_subr_arm.c66 is_fasttrap = (pc == FASTTRAP_ARM64_RET_INSTR); in dtrace_user_probe()
H A Dfasttrap_isa.c377 local_scratch[num_instrs] = FASTTRAP_ARM64_RET_INSTR;
/xnu-11215.41.3/bsd/arm/
H A Dfasttrap_isa.h127 #define FASTTRAP_ARM64_RET_INSTR 0xe7eeee7d macro
/xnu-11215.41.3/osfmk/arm64/
H A Dsleh.c229 #define FASTTRAP_ARM64_RET_INSTR 0xe7eeee7d macro
1075 if (instr == FASTTRAP_ARM64_INSTR || instr == FASTTRAP_ARM64_RET_INSTR) { in handle_uncategorized()