Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dexception.h72 extern kern_return_t task_exception_notify(exception_type_t exception,
H A Dexception.c698 task_exception_notify(exception_type_t exception, in task_exception_notify() function
/xnu-8019.80.24/bsd/kern/
H A Dkern_debug.c118 task_exception_notify(EXC_GUARD, code, subcode); in rejected_syscall_guard_ast()
H A Dkern_guarded.c70 kern_return_t task_exception_notify(exception_type_t exception,
217 if (task_exception_notify(EXC_GUARD, code, subcode) == KERN_SUCCESS) { in fd_guard_ast()
1408 if (task_exception_notify(EXC_GUARD, code, subcode) == KERN_SUCCESS) { in vn_guard_ast()
H A Dkern_exit.c192 kern_return_t task_exception_notify(exception_type_t exception,
1275 kr = task_exception_notify(EXC_CRASH, code, subcode); in proc_prepareexit()
/xnu-8019.80.24/osfmk/ipc/
H A Dmach_port.c2526 if (task_exception_notify(EXC_GUARD, code, subcode) == KERN_SUCCESS) { in mach_port_guard_ast()
2558 sync_exception_result = task_exception_notify(EXC_GUARD, code, subcode); in mach_port_guard_ast()
/xnu-8019.80.24/osfmk/vm/
H A Dvm_map.c7733 sync_exception_result = task_exception_notify(EXC_GUARD, code, subcode); in virt_memory_guard_ast()