Searched refs:thread_state_flavor_t (Results 1 – 24 of 24) sorted by relevance
| /xnu-12377.61.12/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-12377.61.12/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-12377.61.12/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 | 570 for (thread_state_flavor_t flavor = ARM_SME_STATE; flavor <= ARM_SME2_STATE; flavor++) {
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | ipc_tt.h | 289 thread_state_flavor_t new_flavor, 297 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 | 497 thread_state_flavor_t new_flavor) in host_set_exception_ports() 665 thread_state_flavor_t new_flavor, in host_swap_exception_ports()
|
| H A D | ipc_tt.c | 4001 thread_state_flavor_t new_flavor, in set_exception_ports_validation() 4066 thread_state_flavor_t new_flavor, in thread_set_exception_ports_internal() 4158 thread_state_flavor_t new_flavor) in thread_set_exception_ports() 4179 thread_state_flavor_t new_flavor) in task_set_exception_ports() 4289 thread_state_flavor_t new_flavor, in thread_swap_exception_ports() 4402 thread_state_flavor_t new_flavor, in task_swap_exception_ports() 4577 thread_state_flavor_t exc_flavor = tro->tro_exc_actions[i].flavor; in thread_get_exception_ports_internal() 4733 thread_state_flavor_t exc_flavor = task->exc_actions[i].flavor; in task_get_exception_ports_internal() 4878 thread_state_flavor_t flavors_allowed, in task_register_hardened_exception_handler() 4949 thread_state_flavor_t flavor_mask) in thread_adopt_exception_handler()
|
| H A D | thread_act.c | 807 thread_state_flavor_t flavor, in thread_convert_thread_state()
|
| /xnu-12377.61.12/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 | 320 thread_state_flavor_t flavors[EXC_TYPES_COUNT] = {}; in test_task_port_mig_intrans() 446 thread_state_flavor_t flavors[EXC_TYPES_COUNT] = {};; in test_thread_port_mig_intrans()
|
| /xnu-12377.61.12/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…
|
| H A D | posix_spawn.c | 1463 thread_state_flavor_t flavor) in posix_spawnattr_setexceptionports_np()
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | spawn_internal.h | 95 thread_state_flavor_t flavor;
|
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skywalk_test_driver.c | 191 thread_state_flavor_t flavors[2]; in skywalk_test_driver_run()
|
| /xnu-12377.61.12/osfmk/corpses/ |
| H A D | corpse.c | 511 thread_state_flavor_t flavor; in task_should_generate_lightweight_corpse()
|