Searched refs:hardened_exception_flow (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | ipc_tt.c | 4388 bool hardened_exception_flow = false; in thread_set_exception_ports() local 4390 exception_mask, new_port, new_behavior, new_flavor, hardened_exception_flow); in thread_set_exception_ports() 4413 bool hardened_exception_flow = false; in task_set_exception_ports() local 4415 new_port, new_behavior, new_flavor, hardened_exception_flow); in task_set_exception_ports() 4529 bool hardened_exception_flow = false; in thread_swap_exception_ports() local 4531 exception_mask, new_port, new_behavior, new_flavor, hardened_exception_flow); in thread_swap_exception_ports() 4645 bool hardened_exception_flow = false; in task_swap_exception_ports() local 4647 new_port, new_behavior, new_flavor, hardened_exception_flow); in task_swap_exception_ports() 5106 bool hardened_exception_flow = true; in task_register_hardened_exception_handler() local 5108 new_port, behaviors_allowed, flavors_allowed, hardened_exception_flow); in task_register_hardened_exception_handler()
|