Home
last modified time | relevance | path

Searched refs:EXC_CRASH (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.1.10/osfmk/mach/
H A Dexception_types.h96 #define EXC_CRASH 10 /* Abnormal process exit */ macro
160 #define EXC_MASK_CRASH (1 << EXC_CRASH)
/xnu-11215.1.10/tests/
H A Dhw_breakpoint_step_arm64.c38 if (exception == EXC_BREAKPOINT || (exception == EXC_CRASH && atomic_load_explicit(&after_kill, in catch_mach_exception_raise()
/xnu-11215.1.10/osfmk/kern/
H A Dexception.c692 if (excp == NULL || exception != EXC_CRASH) { in check_exc_receiver_dependency()
788 if ((exception != EXC_CRASH) && (exception != EXC_RESOURCE) && in exception_triage_thread()
H A Dthread_act.c1256 if (exception == EXC_CRASH) { in thread_raise_exception()
/xnu-11215.1.10/tests/skywalk/
H A Dskywalk_test_driver.c76 if (exception != EXC_CRASH && exception != EXC_GUARD) { in catch_mach_exception_raise()
/xnu-11215.1.10/tests/ipc/
H A Dkernel_signed_pac_thread_state.c219 if (type == EXC_CRASH) { in catch_mach_exception_raise_state_identity()
/xnu-11215.1.10/bsd/kern/
H A Dkern_exit.c1933 etype = EXC_CRASH; in proc_prepareexit()
1952 kr = task_exception_notify(EXC_CRASH, code, subcode, fatal); in proc_prepareexit()