Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_debug.c159 task_violated_guard(code, subcode, NULL, TRUE); in debug_syscall_rejection_handle()
H A Dkern_guarded.c1297 task_violated_guard(code, subcode, r, TRUE); /* not fatal */ in vng_guard_violation()
1382 task_violated_guard(code, subcode, NULL, FALSE); /* not fatal */ in vn_guard_ast()
H A Dkern_exit.c1403 kr = task_violated_guard(code, reason_code, exit_reason, TRUE); in abort_with_payload_internal()
/xnu-11215/osfmk/ipc/
H A Dmach_port.c2576 task_violated_guard(code, subcode, NULL, TRUE); in mach_port_guard_ast()
2601 task_violated_guard(code, subcode, NULL, TRUE); in mach_port_guard_ast()
/xnu-11215/osfmk/kern/
H A Dtask.h818 task_violated_guard(mach_exception_code_t, mach_exception_subcode_t, void *, bool);
H A Dtask.c7028 task_violated_guard( in task_violated_guard() function
/xnu-11215/osfmk/vm/
H A Dvm_map.c7810 task_violated_guard(code, subcode, NULL, FALSE); in virt_memory_guard_ast()