Searched refs:tstate (Results 1 - 18 of 18) sorted by relevance

/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
107 bzero(tstate, x86_THREAD_STATE64_COUNT * sizeof(int));
109 tstate->rax = cpstate->rax;
110 tstate->rbx = cpstate->rbx;
111 tstate->rcx = cpstate->rcx;
112 tstate->rdx = cpstate->rdx;
113 tstate->rdi = cpstate->rdi;
114 tstate->rsi = cpstate->rsi;
115 tstate->rbp = cpstate->rbp;
116 tstate
142 void *tstate = (void *)((uintptr_t)buffer + hoffset); local
[all...]
/darwin-on-arm/xnu/osfmk/i386/
H A Dmachine_task.c73 x86_debug_state32_t *tstate = (x86_debug_state32_t*) state; local
76 (!debug_state_is_valid32(tstate))) {
84 copy_debug_state32(tstate, (x86_debug_state32_t*) task->task_debug, FALSE);
91 x86_debug_state64_t *tstate = (x86_debug_state64_t*) state; local
95 (!debug_state_is_valid64(tstate))) {
103 copy_debug_state64(tstate, (x86_debug_state64_t*) task->task_debug, FALSE);
110 x86_debug_state_t *tstate = (x86_debug_state_t*) state; local
116 if ((tstate->dsh.flavor == x86_DEBUG_STATE32) &&
117 (tstate->dsh.count == x86_DEBUG_STATE32_COUNT) &&
119 debug_state_is_valid32(&tstate
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.c793 thread_state_t tstate,
808 state = (x86_saved_state32_t *) tstate;
873 state = (x86_saved_state64_t *) tstate;
939 return fpu_set_fxstate(thr_act, tstate, flavor);
950 return fpu_set_fxstate(thr_act, tstate, flavor);
960 state = (x86_float_state_t *)tstate;
980 return fpu_set_fxstate(thr_act, tstate, flavor);
991 return fpu_set_fxstate(thr_act, tstate, flavor);
1001 state = (x86_avx_state_t *)tstate;
1027 return set_thread_state32(thr_act, (x86_thread_state32_t *)tstate);
790 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...]
H A Dbsd_i386.c96 thread_state_t tstate,
110 state25 = (x86_thread_state32_t *) tstate;
128 state25 = (x86_thread_state64_t *) tstate;
172 thread_state_t tstate,
188 state25 = (i386_thread_state_t *) tstate;
197 state25 = (x86_thread_state64_t *) tstate;
93 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.c479 thread_state_t tstate,
495 state = (x86_float_state64_t *)tstate;
602 thread_state_t tstate,
618 state = (x86_float_state64_t *)tstate;
477 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_native.c435 thread_set_wq_state32(thread_t thread, thread_state_t tstate) argument
446 state = (x86_thread_state32_t *)tstate;
477 thread_set_wq_state64(thread_t thread, thread_state_t tstate) argument
487 state = (x86_thread_state64_t *)tstate;
/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
106 bzero(tstate, x86_THREAD_STATE32_COUNT * sizeof(int));
109 tstate->ebx = iks->k_ebx;
110 tstate->esp = iks->k_esp;
111 tstate->ebp = iks->k_ebp;
112 tstate->edi = iks->k_edi;
113 tstate->esi = iks->k_esi;
114 tstate->eip = iks->k_eip;
117 void *tstate = (void *)((uintptr_t)buffer + hoffset); local
119 bzero(tstate, thread_flavor_arra
[all...]
H A Dkdp_x86_common.c646 char tstate[tstate_size]; local
648 kern_collectth_state (current_thread(), tstate, tstate_size); local
655 if ((ret = kdp_send_crashdump_data (KDP_DATA, NULL, tstate_size, tstate)) < 0) {
/darwin-on-arm/xnu/osfmk/arm/
H A Dstatus.c67 thread_state_t tstate, unsigned int count,
80 state = (struct arm_thread_state *) tstate;
114 thread_state_t tstate, unsigned int count,
129 state = (struct arm_thread_state *) tstate;
157 thread_state_t tstate,
166 tstate[0] = ARM_THREAD_STATE;
167 tstate[1] = ARM_VFP_STATE;
168 tstate[2] = ARM_EXCEPTION_STATE;
178 tstate[0] = ARM_THREAD_STATE;
179 tstate[
66 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/
H A Dchud_xnu.h72 extern kern_return_t 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);
73 extern kern_return_t 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);
177 typedef kern_return_t (*chudxnu_cpu_timer_callback_func_t)(thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count);
193 typedef kern_return_t (*chudxnu_trap_callback_func_t)(uint32_t trapentry, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count);
208 typedef kern_return_t (*chudxnu_interrupt_callback_func_t)(uint32_t trapentry, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count);
213 typedef kern_return_t (*chudxnu_perfmon_ast_callback_func_t)(thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count);
219 typedef kern_return_t (*chudxnu_cpusig_callback_func_t)(int request, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count);
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_vm.c104 arm_thread_state_t *tstate = local
108 bzero(tstate, ARM_THREAD_STATE_COUNT * sizeof(int));
111 void *tstate = (void *) ((uintptr_t) buffer + hoffset); local
113 bzero(tstate, thread_flavor_array[i].count * sizeof(int));
H A Dkdp_arm_common.c279 char tstate[tstate_size]; local
281 kern_collectth_state (current_thread(), tstate, tstate_size); local
288 if ((ret = kdp_send_crashdump_data (KDP_DATA, NULL, tstate_size, tstate)) < 0) {
/darwin-on-arm/xnu/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c225 thread_state_t tstate, mach_msg_type_number_t count);
229 thread_state_t tstate __unused, mach_msg_type_number_t count __unused) {
324 static kern_return_t chud_null_ast(thread_flavor_t flavor, thread_state_t tstate,
329 thread_state_t tstate __unused, mach_msg_type_number_t count __unused) {
429 thread_state_t tstate, mach_msg_type_number_t count);
433 thread_state_t tstate __unused, mach_msg_type_number_t count __unused) {
H A Dchud_thread_i386.c66 thread_state_t tstate,
75 return machine_thread_get_state(thread, flavor, tstate, count);
92 return machine_thread_get_state(thread, flavor, tstate, count);
95 return machine_thread_get_kern_state(thread, flavor, tstate, count);
99 return machine_thread_get_state(thread, flavor, tstate, count);
108 thread_state_t tstate,
113 return machine_thread_set_state(thread, flavor, tstate, count);
63 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.h613 thread_state_t tstate,
723 thread_state_t tstate,
729 thread_state_t tstate,
883 thread_state_t tstate);
887 thread_state_t tstate);
H A Dthread_act.c641 thread_state_t tstate,
645 return (thread_set_state(thread, flavor, tstate, count));
657 thread_state_t tstate,
660 return (thread_get_state(thread, flavor, tstate, count));
638 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
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_core.c106 thread_state_t tstate, mach_msg_type_number_t *count);
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dunix_signal.c67 thread_state_t tstate, mach_msg_type_number_t *count);
69 thread_state_t tstate, mach_msg_type_number_t count);

Completed in 167 milliseconds