Searched refs:new_flavor (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | ipc_host.c | 494 thread_state_flavor_t new_flavor) in host_set_exception_ports() argument 508 … = set_exception_ports_validation(NULL, exception_mask, new_port, new_behavior, new_flavor, false); in host_set_exception_ports() 550 host_priv->exc_actions[i].flavor = new_flavor; in host_set_exception_ports() 661 thread_state_flavor_t new_flavor, in host_swap_exception_ports() argument 682 … = set_exception_ports_validation(NULL, exception_mask, new_port, new_behavior, new_flavor, false); in host_swap_exception_ports() 744 host_priv->exc_actions[i].flavor = new_flavor; in host_swap_exception_ports()
|
| H A D | ipc_tt.h | 299 thread_state_flavor_t new_flavor, 309 thread_state_flavor_t new_flavor,
|
| H A D | ipc_tt.c | 4218 thread_state_flavor_t new_flavor, in set_exception_ports_validation() argument 4257 if (new_flavor != 0 && !VALID_THREAD_STATE_FLAVOR(new_flavor)) { in set_exception_ports_validation() 4291 thread_state_flavor_t new_flavor, in thread_set_exception_ports_internal() argument 4331 action->flavor = new_flavor; in thread_set_exception_ports_internal() 4383 thread_state_flavor_t new_flavor) in thread_set_exception_ports() argument 4390 exception_mask, new_port, new_behavior, new_flavor, hardened_exception_flow); in thread_set_exception_ports() 4395 …ad_set_exception_ports_internal(thread, exception_mask, new_port, new_behavior, new_flavor, false); in thread_set_exception_ports() 4404 thread_state_flavor_t new_flavor) in task_set_exception_ports() argument 4415 new_port, new_behavior, new_flavor, hardened_exception_flow); in task_set_exception_ports() 4454 task->exc_actions[i].flavor = new_flavor; in task_set_exception_ports() [all …]
|
| /xnu-11215.1.10/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;
|