Home
last modified time | relevance | path

Searched refs:OS_REASON_PAC_EXCEPTION (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.81.2/bsd/sys/
H A Dreason.h116 #define OS_REASON_PAC_EXCEPTION 28 macro
/xnu-8792.81.2/bsd/kern/
H A Dkern_exit.c3460 os_reason_t reason = os_reason_create(OS_REASON_PAC_EXCEPTION, (uint64_t)code); in exit_with_pac_exception()