Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dipc_host.c497 thread_state_flavor_t new_flavor) in host_set_exception_ports() argument
512 new_port, new_behavior, new_flavor, false); in host_set_exception_ports()
554 host_priv->exc_actions[i].flavor = new_flavor; in host_set_exception_ports()
665 thread_state_flavor_t new_flavor, in host_swap_exception_ports() argument
687 new_port, new_behavior, new_flavor, false); in host_swap_exception_ports()
749 host_priv->exc_actions[i].flavor = new_flavor; in host_swap_exception_ports()
H A Dipc_tt.h289 thread_state_flavor_t new_flavor,
297 thread_state_flavor_t new_flavor,
H A Dipc_tt.c4001 thread_state_flavor_t new_flavor, in set_exception_ports_validation() argument
4032 if (new_flavor != 0 && !VALID_THREAD_STATE_FLAVOR(new_flavor)) { in set_exception_ports_validation()
4066 thread_state_flavor_t new_flavor, in thread_set_exception_ports_internal() argument
4106 action->flavor = new_flavor; in thread_set_exception_ports_internal()
4158 thread_state_flavor_t new_flavor) in thread_set_exception_ports() argument
4165 exception_mask, new_port, new_behavior, new_flavor, hardened_exception_flow); in thread_set_exception_ports()
4170 …ad_set_exception_ports_internal(thread, exception_mask, new_port, new_behavior, new_flavor, false); in thread_set_exception_ports()
4179 thread_state_flavor_t new_flavor) in task_set_exception_ports() argument
4190 new_port, new_behavior, new_flavor, hardened_exception_flow); in task_set_exception_ports()
4229 task->exc_actions[i].flavor = new_flavor; in task_set_exception_ports()
[all …]
/xnu-12377.41.6/osfmk/mach/
H A Dhost_priv.defs247 new_flavor : thread_state_flavor_t);
272 new_flavor : thread_state_flavor_t;
H A Dthread_act.defs267 new_flavor : thread_state_flavor_t);
296 new_flavor : thread_state_flavor_t;
H A Dtask.defs279 new_flavor : thread_state_flavor_t);
310 new_flavor : thread_state_flavor_t;