Home
last modified time | relevance | path

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

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