Searched refs:task_exception_notify (Results 1 – 7 of 7) sorted by relevance
| /xnu-8792.81.2/osfmk/kern/ |
| H A D | exception.h | 80 extern kern_return_t task_exception_notify(exception_type_t exception,
|
| H A D | exception.c | 849 task_exception_notify(exception_type_t exception, in task_exception_notify() function
|
| /xnu-8792.81.2/bsd/kern/ |
| H A D | kern_guarded.c | 75 kern_return_t task_exception_notify(exception_type_t exception, 236 if (task_exception_notify(EXC_GUARD, code, subcode) == KERN_SUCCESS) { in fd_guard_ast() 1320 if (task_exception_notify(EXC_GUARD, code, subcode) == KERN_SUCCESS) { in vn_guard_ast()
|
| H A D | kern_debug.c | 185 if (task_exception_notify(EXC_GUARD, code, subcode) == KERN_SUCCESS) { in rejected_syscall_guard_ast()
|
| H A D | kern_exit.c | 221 kern_return_t task_exception_notify(exception_type_t exception, 1879 kr = task_exception_notify(EXC_CRASH, code, subcode); in proc_prepareexit()
|
| /xnu-8792.81.2/osfmk/ipc/ |
| H A D | mach_port.c | 2461 if (task_exception_notify(EXC_GUARD, code, subcode) == KERN_SUCCESS) { in mach_port_guard_ast() 2490 sync_exception_result = task_exception_notify(EXC_GUARD, code, subcode); in mach_port_guard_ast()
|
| /xnu-8792.81.2/osfmk/vm/ |
| H A D | vm_map.c | 7734 sync_exception_result = task_exception_notify(EXC_GUARD, code, subcode); in virt_memory_guard_ast()
|