Home
last modified time | relevance | path

Searched refs:task_is_privileged (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dipc_tt.c4296 boolean_t privileged = task_is_privileged(current_task()); in thread_set_exception_ports_internal()
4407 boolean_t privileged = task_is_privileged(current_task()); in task_set_exception_ports()
4523 boolean_t privileged = task_is_privileged(current_task()); in thread_swap_exception_ports()
4635 boolean_t privileged = task_is_privileged(current_task()); in task_swap_exception_ports()
H A Dtask_policy.c384 if (task != current_task() || !task_is_privileged(task)) { in task_policy_set()
395 if (task != current_task() || !task_is_privileged(task)) { in task_policy_set()
643 if (!task_is_privileged(current_task())) { in task_policy_get()
H A Dtask.h1114 extern boolean_t task_is_privileged(task_t task);
H A Dthread_policy.c1447 if (!task_is_privileged(current_task())) { in thread_policy_get()
H A Dtask.c7741 task_is_privileged(task_t task) in task_is_privileged() function