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

/xnu-2782.1.97/osfmk/i386/
H A Dmachine_task.c77 x86_debug_state32_t *tstate = (x86_debug_state32_t*) state; local
95 x86_debug_state64_t *tstate = (x86_debug_state64_t*) state; local
114 x86_debug_state_t *tstate = (x86_debug_state_t*) state; local
166 x86_debug_state32_t *tstate = (x86_debug_state32_t*) state; local
183 x86_debug_state64_t *tstate = (x86_debug_state64_t*) state; local
200 x86_debug_state_t *tstate = (x86_debug_state_t*)state; local
[all...]
H A Dpcb_native.c246 thread_set_wq_state32(thread_t thread, thread_state_t tstate) argument
290 thread_set_wq_state64(thread_t thread, thread_state_t tstate) argument
H A Dbsd_i386.c92 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
168 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.c425 fpu_set_fxstate( thread_t thr_act, thread_state_t tstate, thread_flavor_t f) argument
556 fpu_get_fxstate( thread_t thr_act, thread_state_t tstate, thread_flavor_t f) argument
H A Dpcb.c793 machine_thread_set_state( thread_t thr_act, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count) argument
1132 machine_thread_get_state( thread_t thr_act, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count) argument
1527 machine_thread_get_kern_state( thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count) argument
[all...]
/xnu-2782.1.97/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...]
/xnu-2782.1.97/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
/xnu-2782.1.97/osfmk/chud/i386/
H A Dchud_thread_i386.c53 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
95 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
/xnu-2782.1.97/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c661 char tstate[tstate_size]; local
663 kern_collectth_state (current_thread(), tstate, tstate_size); local
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c5988 uint32_t tstate = 0; local
[all...]

Completed in 82 milliseconds