Searched refs:thread_state_flavor_t (Results 1 – 24 of 24) sorted by relevance
| /xnu-11417.140.69/libsyscall/wrappers/ |
| H A D | thread_register_state.c | 45 thread_state_flavor_t flavor = x86_THREAD_STATE32; in thread_get_register_pointer_values() 49 thread_state_flavor_t flavor = x86_THREAD_STATE64; in thread_get_register_pointer_values() 53 thread_state_flavor_t flavor = ARM_THREAD_STATE; in thread_get_register_pointer_values() 57 thread_state_flavor_t flavor = ARM_THREAD_STATE64; in thread_get_register_pointer_values()
|
| /xnu-11417.140.69/osfmk/mach/ |
| H A D | thread_status.h | 94 typedef int thread_state_flavor_t; typedef 95 typedef thread_state_flavor_t *thread_state_flavor_array_t;
|
| H A D | thread_act.defs | 153 flavor : thread_state_flavor_t; 168 flavor : thread_state_flavor_t; 267 new_flavor : thread_state_flavor_t); 296 new_flavor : thread_state_flavor_t; 384 flavor : thread_state_flavor_t; 424 flavor_mask :thread_state_flavor_t);
|
| H A D | task.defs | 264 flavor : thread_state_flavor_t; 279 new_flavor : thread_state_flavor_t); 310 new_flavor : thread_state_flavor_t; 448 flavor : thread_state_flavor_t; 457 flavor : thread_state_flavor_t; 628 flavors_allowed : thread_state_flavor_t;
|
| H A D | exception_types.h | 221 typedef thread_state_flavor_t *exception_flavor_array_t;
|
| H A D | host_priv.defs | 247 new_flavor : thread_state_flavor_t); 272 new_flavor : thread_state_flavor_t;
|
| H A D | mach_types.defs | 226 type thread_state_flavor_t = int; 604 array[*:32] of thread_state_flavor_t;
|
| /xnu-11417.140.69/tests/ |
| H A D | exception_ports_info.c | 24 thread_state_flavor_t flavors[EXC_TYPES_COUNT]; 30 thread_state_flavor_t flavors2[EXC_TYPES_COUNT]; 123 kr = memcmp(flavors, flavors, count * sizeof(thread_state_flavor_t));
|
| H A D | kernel_inspection.c | 92 thread_state_flavor_t flavors[EXC_TYPES_COUNT]; in attempt_kernel_inspection() 132 thread_state_flavor_t flavors[EXC_TYPES_COUNT]; in attempt_kernel_inspection()
|
| H A D | immovable_send.c | 168 thread_state_flavor_t flavor;
|
| H A D | arm_matrix.c | 568 for (thread_state_flavor_t flavor = ARM_SME_STATE; flavor <= ARM_SME2_STATE; flavor++) {
|
| /xnu-11417.140.69/osfmk/kern/ |
| H A D | ipc_tt.h | 299 thread_state_flavor_t new_flavor, 309 thread_state_flavor_t new_flavor,
|
| H A D | exception.h | 47 thread_state_flavor_t flavor; /* state flavor to send */
|
| H A D | ipc_host.c | 494 thread_state_flavor_t new_flavor) in host_set_exception_ports() 661 thread_state_flavor_t new_flavor, in host_swap_exception_ports()
|
| H A D | ipc_tt.c | 4230 thread_state_flavor_t new_flavor, in set_exception_ports_validation() 4303 thread_state_flavor_t new_flavor, in thread_set_exception_ports_internal() 4395 thread_state_flavor_t new_flavor) in thread_set_exception_ports() 4416 thread_state_flavor_t new_flavor) in task_set_exception_ports() 4526 thread_state_flavor_t new_flavor, in thread_swap_exception_ports() 4639 thread_state_flavor_t new_flavor, in task_swap_exception_ports() 4814 thread_state_flavor_t exc_flavor = tro->tro_exc_actions[i].flavor; in thread_get_exception_ports_internal() 4970 thread_state_flavor_t exc_flavor = task->exc_actions[i].flavor; in task_get_exception_ports_internal() 5119 thread_state_flavor_t flavors_allowed, in task_register_hardened_exception_handler() 5188 thread_state_flavor_t flavor_mask in thread_adopt_exception_handler()
|
| H A D | thread_act.c | 831 thread_state_flavor_t flavor, in thread_convert_thread_state()
|
| /xnu-11417.140.69/tests/ipc/ |
| H A D | hardened_exceptions.c | 44 thread_state_flavor_t flavors_allowed;
|
| H A D | sys_perf_notify_test.c | 128 thread_state_flavor_t old_flavors[EXC_TYPES_COUNT]; in run_test()
|
| H A D | ipc_read_inspect.c | 330 thread_state_flavor_t flavors[EXC_TYPES_COUNT] = {}; in test_task_port_mig_intrans() 456 thread_state_flavor_t flavors[EXC_TYPES_COUNT] = {};; in test_thread_port_mig_intrans()
|
| /xnu-11417.140.69/libsyscall/wrappers/spawn/ |
| H A D | spawn.h | 152 …exception_behavior_t, thread_state_flavor_t) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_AVAILABL…
|
| H A D | posix_spawn.c | 1459 thread_state_flavor_t flavor) in posix_spawnattr_setexceptionports_np()
|
| /xnu-11417.140.69/bsd/sys/ |
| H A D | spawn_internal.h | 95 thread_state_flavor_t flavor;
|
| /xnu-11417.140.69/tests/skywalk/ |
| H A D | skywalk_test_driver.c | 191 thread_state_flavor_t flavors[2]; in skywalk_test_driver_run()
|
| /xnu-11417.140.69/osfmk/corpses/ |
| H A D | corpse.c | 510 thread_state_flavor_t flavor; in task_should_generate_lightweight_corpse()
|