Home
last modified time | relevance | path

Searched refs:GUARD_TYPE_USER (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Dexc_guard.h119 #define GUARD_TYPE_USER 0x3 /* Userland assertions */ macro
/xnu-12377.1.9/tests/
H A Dexc_guard_helper.c70 [GUARD_TYPE_USER] = "GUARD_TYPE_USER", in name_for_guard_type()
/xnu-12377.1.9/osfmk/corpses/
H A Dcorpse.c700 if (etype == EXC_GUARD && EXC_GUARD_DECODE_GUARD_TYPE(code) == GUARD_TYPE_USER) { in task_generate_corpse_internal()
/xnu-12377.1.9/bsd/kern/
H A Dkern_exit.c1422 EXC_GUARD_ENCODE_TYPE(code, GUARD_TYPE_USER); /* simulated EXC_GUARD */ in abort_with_payload_internal()