Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dexc_guard.h62 #define EXC_GUARD_DECODE_GUARD_TARGET(code) \ macro
/xnu-12377.81.4/tests/
H A Dexc_guard_helper.c107 uint32_t exc_guard_target = EXC_GUARD_DECODE_GUARD_TARGET(codes[0]); in exc_guard_helper_exception_handler()
/xnu-12377.81.4/osfmk/arm64/
H A Dmte.c317 assert(EXC_GUARD_DECODE_GUARD_TARGET(code) & kGUARD_EXC_MTE_SOFT_MODE); in mte_guard_ast()