Home
last modified time | relevance | path

Searched refs:thread_guard_violation (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkern_guarded.c216 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 Dkern_debug.c161 thread_guard_violation(current_thread(), code, subcode, fatal); in debug_syscall_rejection_handle()
/xnu-11215/osfmk/kern/
H A Dthread.h1701 extern void thread_guard_violation(thread_t,
H A Dthread.c2441 thread_guard_violation(thread_t thread, in thread_guard_violation() function
/xnu-11215/osfmk/ipc/
H A Dmach_port.c2447 thread_guard_violation(t, code, subcode, fatal); in mach_port_guard_exception()
/xnu-11215/osfmk/vm/
H A Dvm_map.c7849 thread_guard_violation(current_thread(), code, subcode, fatal); in vm_map_guard_exception()