Searched defs:tstate (Results 1 - 13 of 13) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dmachine_task.c73 x86_debug_state32_t *tstate = (x86_debug_state32_t*) state; local
91 x86_debug_state64_t *tstate = (x86_debug_state64_t*) state; local
110 x86_debug_state_t *tstate = (x86_debug_state_t*) state; local
162 x86_debug_state32_t *tstate = (x86_debug_state32_t*) state; local
179 x86_debug_state64_t *tstate = (x86_debug_state64_t*) state; local
196 x86_debug_state_t *tstate = (x86_debug_state_t*)state; local
[all...]
H A Dpcb_native.c435 thread_set_wq_state32(thread_t thread, thread_state_t tstate) argument
477 thread_set_wq_state64(thread_t thread, thread_state_t tstate) argument
H A Dbsd_i386.c93 thread_userstack( __unused thread_t thread, int flavor, thread_state_t tstate, __unused unsigned int count, mach_vm_offset_t *user_stack, int *customstack ) argument
169 thread_entrypoint( __unused thread_t thread, int flavor, thread_state_t tstate, __unused unsigned int count, mach_vm_offset_t *entry_point ) argument
H A Dfpu.c477 fpu_set_fxstate( thread_t thr_act, thread_state_t tstate, thread_flavor_t f) argument
600 fpu_get_fxstate( thread_t thr_act, thread_state_t tstate, thread_flavor_t f) argument
H A Dpcb.c790 machine_thread_set_state( thread_t thr_act, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count) argument
1129 machine_thread_get_state( thread_t thr_act, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count) argument
1524 machine_thread_get_kern_state( thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count) argument
[all...]
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_vm.c103 x86_thread_state32_t *tstate = (x86_thread_state32_t *) ((uintptr_t)buffer + hoffset); local
117 void *tstate = (void *)((uintptr_t)buffer + hoffset); local
[all...]
H A Dkdp_x86_common.c646 char tstate[tstate_size]; local
648 kern_collectth_state (current_thread(), tstate, tstate_size); local
/darwin-on-arm/xnu/osfmk/kdp/ml/x86_64/
H A Dkdp_vm.c103 x86_thread_state64_t *tstate = (x86_thread_state64_t *) ((uintptr_t)buffer + hoffset); local
142 void *tstate = (void *)((uintptr_t)buffer + hoffset); local
[all...]
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_arm_common.c279 char tstate[tstate_size]; local
281 kern_collectth_state (current_thread(), tstate, tstate_size); local
H A Dkdp_vm.c104 arm_thread_state_t *tstate = local
111 void *tstate = (void *) ((uintptr_t) buffer + hoffset); local
/darwin-on-arm/xnu/osfmk/arm/
H A Dstatus.c66 thread_userstack(thread_t thread, int flavor, thread_state_t tstate, unsigned int count, mach_vm_offset_t * user_stack, int *customstack) argument
113 thread_entrypoint(thread_t thread, int flavor, thread_state_t tstate, unsigned int count, mach_vm_offset_t * entry_point) argument
156 machine_thread_get_state(thread_t thr_act, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t * count) argument
256 machine_thread_set_state(thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count) argument
480 thread_set_wq_state32(thread_t thread, thread_state_t tstate) argument
[all...]
/darwin-on-arm/xnu/osfmk/chud/i386/
H A Dchud_thread_i386.c63 chudxnu_thread_get_state( thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count, boolean_t user_only) argument
105 chudxnu_thread_set_state( thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count, boolean_t user_only) argument
/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_act.c638 thread_setstatus( register thread_t thread, int flavor, thread_state_t tstate, mach_msg_type_number_t count) argument
654 thread_getstatus( register thread_t thread, int flavor, thread_state_t tstate, mach_msg_type_number_t *count) argument

Completed in 44 milliseconds