Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dexc_guard.h60 #define EXC_GUARD_DECODE_GUARD_FLAVOR(code) \ macro
/xnu-12377.1.9/tests/
H A Dexc_guard_helper.c106 uint32_t exc_guard_flavor = EXC_GUARD_DECODE_GUARD_FLAVOR(codes[0]); in exc_guard_helper_exception_handler()
H A Dreply_port_defense.c200 received_exception_code = EXC_GUARD_DECODE_GUARD_FLAVOR((uint64_t)codes[0]); in catch_mach_exception_raise_identity_protected()
/xnu-12377.1.9/osfmk/ipc/
H A Dipc_policy.c1220 unsigned int reason = EXC_GUARD_DECODE_GUARD_FLAVOR(code); in mach_port_guard_ast()
/xnu-12377.1.9/bsd/kern/
H A Dkern_guarded.c1346 unsigned int flavor = EXC_GUARD_DECODE_GUARD_FLAVOR(code); in vn_guard_ast()