Home
last modified time | relevance | path

Searched refs:task_exception_notify (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.61.12/osfmk/kern/
H A Dexception.h86 extern kern_return_t task_exception_notify(exception_type_t exception,
H A Dexception.c999 task_exception_notify(exception_type_t exception, in task_exception_notify() function
/xnu-12377.61.12/osfmk/arm64/
H A Dmte.c323 …kern_return_t sync_exception_result = task_exception_notify(EXC_GUARD, code, subcode, /* fatal */ … in mte_guard_ast()
/xnu-12377.61.12/bsd/kern/
H A Dkern_guarded.c75 kern_return_t task_exception_notify(exception_type_t exception,
244 if (task_exception_notify(EXC_GUARD, code, subcode, fatal) == KERN_SUCCESS) { in fd_guard_ast()
1381 if (task_exception_notify(EXC_GUARD, code, subcode, fatal) == KERN_SUCCESS) { in vn_guard_ast()
H A Dkern_debug.c193 if (task_exception_notify(EXC_GUARD, code, subcode, fatal) == KERN_SUCCESS) { in rejected_syscall_guard_ast()
H A Dkern_exit.c229 kern_return_t task_exception_notify(exception_type_t exception,
2011 kr = task_exception_notify(EXC_CRASH, code, subcode, fatal); in proc_prepareexit()
/xnu-12377.61.12/osfmk/ipc/
H A Dipc_policy.c1247 if (task_exception_notify(EXC_GUARD, code, subcode, fatal) == KERN_SUCCESS) { in mach_port_guard_ast()
1277 sync_exception_result = task_exception_notify(EXC_GUARD, code, subcode, fatal); in mach_port_guard_ast()
/xnu-12377.61.12/osfmk/vm/
H A Dvm_map.c8285 sync_exception_result = task_exception_notify(EXC_GUARD, code, subcode, fatal); in virt_memory_guard_ast()