Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/ !
H A Dexception.h80 extern kern_return_t task_exception_notify(exception_type_t exception,
H A Dexception.c860 task_exception_notify(exception_type_t exception, in task_exception_notify() function
/xnu-10063.101.15/bsd/kern/ !
H A Dkern_guarded.c75 kern_return_t task_exception_notify(exception_type_t exception,
235 if (task_exception_notify(EXC_GUARD, code, subcode, fatal) == KERN_SUCCESS) { in fd_guard_ast()
1324 if (task_exception_notify(EXC_GUARD, code, subcode, fatal) == KERN_SUCCESS) { in vn_guard_ast()
H A Dkern_debug.c186 if (task_exception_notify(EXC_GUARD, code, subcode, fatal) == KERN_SUCCESS) { in rejected_syscall_guard_ast()
H A Dkern_exit.c228 kern_return_t task_exception_notify(exception_type_t exception,
1959 kr = task_exception_notify(EXC_CRASH, code, subcode, fatal); in proc_prepareexit()
/xnu-10063.101.15/osfmk/ipc/ !
H A Dmach_port.c2517 if (task_exception_notify(EXC_GUARD, code, subcode, fatal) == KERN_SUCCESS) { in mach_port_guard_ast()
2547 sync_exception_result = task_exception_notify(EXC_GUARD, code, subcode, fatal); in mach_port_guard_ast()
/xnu-10063.101.15/osfmk/vm/ !
H A Dvm_map.c7967 sync_exception_result = task_exception_notify(EXC_GUARD, code, subcode, fatal); in virt_memory_guard_ast()