Searched refs:thread_guard_violation (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/bsd/kern/ |
| H A D | kern_guarded.c | 216 thread_guard_violation(t, code, subcode, TRUE); in fp_guard_exception() 1305 thread_guard_violation(t, code, subcode, TRUE); in vng_guard_violation() 1329 thread_guard_violation(t, code, subcode, FALSE); in generate_file_permissions_guard_exception()
|
| H A D | kern_debug.c | 161 thread_guard_violation(current_thread(), code, subcode, fatal); in debug_syscall_rejection_handle()
|
| /xnu-11215/osfmk/kern/ |
| H A D | thread.h | 1701 extern void thread_guard_violation(thread_t,
|
| H A D | thread.c | 2441 thread_guard_violation(thread_t thread, in thread_guard_violation() function
|
| /xnu-11215/osfmk/ipc/ |
| H A D | mach_port.c | 2447 thread_guard_violation(t, code, subcode, fatal); in mach_port_guard_exception()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_map.c | 7849 thread_guard_violation(current_thread(), code, subcode, fatal); in vm_map_guard_exception()
|