Searched refs:hardened_exception_flow (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | ipc_tt.c | 4163 bool hardened_exception_flow = false; in thread_set_exception_ports() local 4165 exception_mask, new_port, new_behavior, new_flavor, hardened_exception_flow); in thread_set_exception_ports() 4188 bool hardened_exception_flow = false; in task_set_exception_ports() local 4190 new_port, new_behavior, new_flavor, hardened_exception_flow); in task_set_exception_ports() 4304 bool hardened_exception_flow = false; in thread_swap_exception_ports() local 4306 exception_mask, new_port, new_behavior, new_flavor, hardened_exception_flow); in thread_swap_exception_ports() 4420 bool hardened_exception_flow = false; in task_swap_exception_ports() local 4422 new_port, new_behavior, new_flavor, hardened_exception_flow); in task_swap_exception_ports() 4891 bool hardened_exception_flow = true; in task_register_hardened_exception_handler() local 4893 new_port, behaviors_allowed, flavors_allowed, hardened_exception_flow); in task_register_hardened_exception_handler()
|