Searched refs:new_flavor (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | ipc_host.c | 497 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 D | ipc_tt.h | 289 thread_state_flavor_t new_flavor, 297 thread_state_flavor_t new_flavor,
|
| H A D | ipc_tt.c | 4001 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 D | host_priv.defs | 247 new_flavor : thread_state_flavor_t); 272 new_flavor : thread_state_flavor_t;
|
| H A D | thread_act.defs | 267 new_flavor : thread_state_flavor_t); 296 new_flavor : thread_state_flavor_t;
|
| H A D | task.defs | 279 new_flavor : thread_state_flavor_t); 310 new_flavor : thread_state_flavor_t;
|