Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dexc_guard.h62 #define EXC_GUARD_DECODE_GUARD_TARGET(code) \ macro
/xnu-12377.1.9/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()