Home
last modified time | relevance | path

Searched refs:thread_state_flavor_t (Results 1 – 23 of 23) sorted by relevance

/xnu-11215.61.5/libsyscall/wrappers/
H A Dthread_register_state.c45 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-11215.61.5/osfmk/mach/
H A Dthread_status.h94 typedef int thread_state_flavor_t; typedef
95 typedef thread_state_flavor_t *thread_state_flavor_array_t;
H A Dthread_act.defs153 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 Dtask.defs264 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 Dexception_types.h214 typedef thread_state_flavor_t *exception_flavor_array_t;
H A Dhost_priv.defs247 new_flavor : thread_state_flavor_t);
272 new_flavor : thread_state_flavor_t;
H A Dmach_types.defs226 type thread_state_flavor_t = int;
604 array[*:32] of thread_state_flavor_t;
/xnu-11215.61.5/tests/
H A Dexception_ports_info.c24 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 Dkernel_inspection.c92 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 Dimmovable_send.c168 thread_state_flavor_t flavor;
/xnu-11215.61.5/osfmk/kern/
H A Dipc_tt.h299 thread_state_flavor_t new_flavor,
309 thread_state_flavor_t new_flavor,
H A Dexception.h47 thread_state_flavor_t flavor; /* state flavor to send */
H A Dipc_host.c494 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 Dipc_tt.c4218 thread_state_flavor_t new_flavor, in set_exception_ports_validation()
4291 thread_state_flavor_t new_flavor, in thread_set_exception_ports_internal()
4383 thread_state_flavor_t new_flavor) in thread_set_exception_ports()
4404 thread_state_flavor_t new_flavor) in task_set_exception_ports()
4514 thread_state_flavor_t new_flavor, in thread_swap_exception_ports()
4627 thread_state_flavor_t new_flavor, in task_swap_exception_ports()
4802 thread_state_flavor_t exc_flavor = tro->tro_exc_actions[i].flavor; in thread_get_exception_ports_internal()
4958 thread_state_flavor_t exc_flavor = task->exc_actions[i].flavor; in task_get_exception_ports_internal()
5107 thread_state_flavor_t flavors_allowed, in task_register_hardened_exception_handler()
5176 thread_state_flavor_t flavor_mask in thread_adopt_exception_handler()
H A Dthread_act.c808 thread_state_flavor_t flavor, in thread_convert_thread_state()
/xnu-11215.61.5/tests/ipc/
H A Dhardened_exceptions.c44 thread_state_flavor_t flavors_allowed;
H A Dsys_perf_notify_test.c128 thread_state_flavor_t old_flavors[EXC_TYPES_COUNT]; in run_test()
H A Dipc_read_inspect.c330 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-11215.61.5/libsyscall/wrappers/spawn/
H A Dspawn.h152 …exception_behavior_t, thread_state_flavor_t) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_AVAILABL…
H A Dposix_spawn.c1431 thread_state_flavor_t flavor) in posix_spawnattr_setexceptionports_np()
/xnu-11215.61.5/bsd/sys/
H A Dspawn_internal.h95 thread_state_flavor_t flavor;
/xnu-11215.61.5/tests/skywalk/
H A Dskywalk_test_driver.c191 thread_state_flavor_t flavors[2]; in skywalk_test_driver_run()
/xnu-11215.61.5/osfmk/corpses/
H A Dcorpse.c509 thread_state_flavor_t flavor; in task_should_generate_lightweight_corpse()