Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/dev/arm64/
H A Ddtrace_subr_arm.c69 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-10002.41.9/bsd/arm/
H A Dfasttrap_isa.h127 #define FASTTRAP_ARM64_RET_INSTR 0xe7eeee7d macro
/xnu-10002.41.9/osfmk/arm64/
H A Dsleh.c216 #define FASTTRAP_ARM64_RET_INSTR 0xe7eeee7d macro
906 if (instr == FASTTRAP_ARM64_INSTR || instr == FASTTRAP_ARM64_RET_INSTR) { in handle_uncategorized()