Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dexc_guard.h60 #define EXC_GUARD_DECODE_GUARD_FLAVOR(code) \ macro
/xnu-8792.61.2/tests/
H A Dreply_port_defense.c103 received_exception_code = EXC_GUARD_DECODE_GUARD_FLAVOR( *((uint64_t *)code)); in catch_mach_exception_raise()
/xnu-8792.61.2/osfmk/ipc/
H A Dmach_port.c2447 unsigned int reason = EXC_GUARD_DECODE_GUARD_FLAVOR(code); in mach_port_guard_ast()