Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/kern/
H A Dexc_guard.h60 #define EXC_GUARD_DECODE_GUARD_FLAVOR(code) \ macro
/xnu-10002.81.5/tests/
H A Dreply_port_defense.c101 received_exception_code = EXC_GUARD_DECODE_GUARD_FLAVOR((uint64_t)codes[0]); in catch_mach_exception_raise_identity_protected()
/xnu-10002.81.5/osfmk/ipc/
H A Dmach_port.c2502 unsigned int reason = EXC_GUARD_DECODE_GUARD_FLAVOR(code); in mach_port_guard_ast()