| /xnu-12377.81.4/tests/ |
| H A D | exception_ports_info.c | 23 exception_behavior_t behaviors[EXC_TYPES_COUNT]; 29 exception_behavior_t behaviors2[EXC_TYPES_COUNT]; 72 (exception_behavior_t)(EXCEPTION_STATE_IDENTITY | MACH_EXCEPTION_CODES), 80 (exception_behavior_t)(EXCEPTION_STATE_IDENTITY | MACH_EXCEPTION_CODES), 88 (exception_behavior_t)(EXCEPTION_STATE_IDENTITY | MACH_EXCEPTION_CODES), 120 kr = memcmp(behaviors, behaviors2, count * sizeof(exception_behavior_t));
|
| H A D | exc_helpers.h | 86 create_exception_port_behavior64(exception_mask_t exception_mask, exception_behavior_t behavior); 96 …t_behavior64(mach_port_t exc_port, exception_mask_t exception_mask, exception_behavior_t behavior); 110 exception_behavior_t behavior, bool run_once);
|
| H A D | reply_port_defense_client.c | 272 (exception_behavior_t)((unsigned int)EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), in test_unentitled_thread_set_exception_ports() 293 (exception_behavior_t)((unsigned int)EXCEPTION_STATE_IDENTITY_PROTECTED | MACH_EXCEPTION_CODES), in unentitled_set_exception_ports_pass() 301 (exception_behavior_t)((unsigned int)EXCEPTION_IDENTITY_PROTECTED | MACH_EXCEPTION_CODES), in unentitled_set_exception_ports_pass() 328 (exception_behavior_t)((unsigned int)EXCEPTION_STATE_IDENTITY_PROTECTED | MACH_EXCEPTION_CODES), in exception_ports_crash() 596 (exception_behavior_t)((unsigned int)EXCEPTION_STATE_IDENTITY_PROTECTED | MACH_EXCEPTION_CODES), in test_service_port_as_exception_port() 605 (exception_behavior_t)((unsigned int)EXCEPTION_STATE_IDENTITY_PROTECTED | MACH_EXCEPTION_CODES), in test_service_port_as_exception_port() 614 (exception_behavior_t)((unsigned int)EXCEPTION_STATE_IDENTITY_PROTECTED | MACH_EXCEPTION_CODES), in test_service_port_as_exception_port()
|
| H A D | exc_helpers.c | 394 …havior64(exception_port_t exc_port, exception_mask_t exception_mask, exception_behavior_t behavior) in set_thread_exception_port_behavior64() 411 (exception_behavior_t)((unsigned int)behavior), in set_thread_exception_port_behavior64() 417 create_exception_port_behavior64(exception_mask_t exception_mask, exception_behavior_t behavior) in create_exception_port_behavior64() 486 …t exc_port, void *preferred_callback, void *callback, bool run_once, exception_behavior_t behavior) in _run_exception_handler() 532 void *callback, exception_behavior_t behavior, bool run_once) in run_exception_handler_behavior64()
|
| H A D | immovable_send.c | 167 exception_behavior_t behavior; 202 (exception_behavior_t) (EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0);
|
| H A D | kernel_inspection.c | 91 exception_behavior_t behaviors[EXC_TYPES_COUNT]; in attempt_kernel_inspection() 131 exception_behavior_t behaviors[EXC_TYPES_COUNT]; in attempt_kernel_inspection()
|
| H A D | exc_resource_threads.c | 102 (exception_behavior_t)(EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0); in exc_handler()
|
| H A D | hw_breakpoint_step_arm64.c | 102 (exception_behavior_t)(EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0); in exc_handler()
|
| /xnu-12377.81.4/osfmk/mach/ |
| H A D | exception_types.h | 215 typedef int exception_behavior_t; typedef 220 typedef exception_behavior_t *exception_behavior_array_t;
|
| H A D | thread_act.defs | 266 behavior : exception_behavior_t; 295 behavior : exception_behavior_t; 423 behavior_mask : exception_behavior_t;
|
| H A D | host_priv.defs | 246 behavior : exception_behavior_t; 271 behavior : exception_behavior_t;
|
| H A D | task.defs | 278 behavior : exception_behavior_t; 309 behavior : exception_behavior_t; 627 behaviors_allowed : exception_behavior_t;
|
| /xnu-12377.81.4/tests/ipc/ |
| H A D | hardened_exceptions.c | 43 exception_behavior_t behaviors_allowed; 183 (exception_behavior_t)((unsigned int)EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES),
|
| H A D | kernel_signed_pac_thread_state.c | 300 create_exception_port_behavior64(exception_mask_t exception_mask, exception_behavior_t behavior) in create_exception_port_behavior64() 326 (exception_behavior_t)(behavior | (exception_behavior_t)MACH_EXCEPTION_CODES), in create_exception_port_behavior64()
|
| H A D | sys_perf_notify_test.c | 127 exception_behavior_t old_behaviors[EXC_TYPES_COUNT]; in run_test()
|
| H A D | ipc_read_inspect.c | 319 exception_behavior_t behaviors[EXC_TYPES_COUNT] = {}; in test_task_port_mig_intrans() 445 exception_behavior_t behaviors[EXC_TYPES_COUNT] = {};; in test_thread_port_mig_intrans()
|
| H A D | imm_pinned_control_port.c | 342 (exception_behavior_t) (EXCEPTION_IDENTITY_PROTECTED | MACH_EXCEPTION_CODES), 0); in test_imm_control_port_exc_behavior()
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | ipc_tt.h | 288 exception_behavior_t new_behavior, 296 exception_behavior_t new_behavior,
|
| H A D | exception.h | 48 exception_behavior_t behavior; /* exception type to raise */
|
| H A D | ipc_host.c | 496 exception_behavior_t new_behavior, in host_set_exception_ports() 664 exception_behavior_t new_behavior, in host_swap_exception_ports()
|
| H A D | ipc_tt.c | 4000 exception_behavior_t new_behavior, in set_exception_ports_validation() 4065 exception_behavior_t new_behavior, in thread_set_exception_ports_internal() 4157 exception_behavior_t new_behavior, in thread_set_exception_ports() 4178 exception_behavior_t new_behavior, in task_set_exception_ports() 4288 exception_behavior_t new_behavior, in thread_swap_exception_ports() 4401 exception_behavior_t new_behavior, in task_swap_exception_ports() 4576 exception_behavior_t exc_behavior = tro->tro_exc_actions[i].behavior; in thread_get_exception_ports_internal() 4732 exception_behavior_t exc_behavior = task->exc_actions[i].behavior; in task_get_exception_ports_internal() 4877 exception_behavior_t behaviors_allowed, in task_register_hardened_exception_handler() 4948 exception_behavior_t behavior_mask, in thread_adopt_exception_handler()
|
| /xnu-12377.81.4/libsyscall/wrappers/spawn/ |
| H A D | spawn.h | 158 …exception_behavior_t, thread_state_flavor_t) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_AVAILABL…
|
| /xnu-12377.81.4/tests/vm/ |
| H A D | memorystatus_rearm.c | 255 (exception_behavior_t)(EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0); in exc_handler_thread()
|
| /xnu-12377.81.4/bsd/sys/ |
| H A D | spawn_internal.h | 94 exception_behavior_t behavior;
|
| /xnu-12377.81.4/tests/skywalk/ |
| H A D | skywalk_test_driver.c | 190 exception_behavior_t behaviors[2]; in skywalk_test_driver_run()
|