Searched refs:thr_act (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dpcb.c791 thread_t thr_act,
805 if (thread_is_64bit(thr_act))
819 pal_register_cache_state(thr_act, DIRTY);
821 saved_state = USER_REGS32(thr_act);
870 if (!thread_is_64bit(thr_act))
890 pal_register_cache_state(thr_act, DIRTY);
892 saved_state = USER_REGS64(thr_act);
936 if (thread_is_64bit(thr_act))
939 return fpu_set_fxstate(thr_act, tstate, flavor);
947 if ( !thread_is_64bit(thr_act))
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
1774 dump_handlers(thread_t thr_act) argument
1798 dump_regs(thread_t thr_act) argument
1826 dump_act(thread_t thr_act) argument
1858 thread_t thr_act = current_thread(); local
1992 thread_t thr_act = current_thread(); local
2068 thread_t thr_act = current_thread(); local
[all...]
H A Dfpu.c93 thread_t thr_act);
95 thread_t thr_act);
478 thread_t thr_act,
497 assert(thr_act != THREAD_NULL);
498 pcb = THREAD_TO_PCB(thr_act);
539 if ((old_valid == FALSE) && (thr_act != current_thread())) {
540 panic("fpu_set_fxstate inconsistency, thread: %p not stopped", thr_act);
566 iavx->fp_save_layout = thread_is_64bit(thr_act) ? XSAVE64 : XSAVE32;
575 ifps->fp_save_layout = thread_is_64bit(thr_act) ? FXSAVE64 : FXSAVE32;
601 thread_t thr_act,
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
783 thread_t thr_act; local
838 thread_t thr_act = current_thread(); local
890 thread_t thr_act = current_thread(); local
931 fp_save( thread_t thr_act) argument
953 fp_load( thread_t thr_act) argument
978 thread_t thr_act = current_thread(); local
1009 thread_t thr_act = current_thread(); local
[all...]
H A Dfpu.h86 thread_t thr_act,
90 thread_t thr_act,
H A Dtrap.c140 thread_t thr_act = current_thread(); local
144 pal_register_cache_state(thr_act, DIRTY);
146 if (thread_is_64bit(thr_act)) {
149 regs = USER_REGS64(thr_act);
174 regs = USER_REGS32(thr_act);
/darwin-on-arm/xnu/osfmk/mach/
H A Dthread_act.defs89 * thr_act. If the thr_act is currently executing, the results
120 * list of valid flavors for the target thr_act.]
197 thr_act : thread_act_t;
206 thr_act : thread_act_t;
259 thr_act : thread_act_t;
327 thr_act : thread_act_t;
/darwin-on-arm/xnu/osfmk/arm/
H A Dstatus.c156 kern_return_t machine_thread_get_state(thread_t thr_act, thread_flavor_t flavor, argument
196 saved_state = (struct arm_thread_state *) thr_act->machine.uss;
215 saved_state = (struct arm_vfp_state *) &thr_act->machine.vfp_regs;
234 saved_state = (struct arm_exception_state *) &thr_act->machine.es;
414 thread_t thr_act = current_thread(); local
424 if (machine_thread_get_state(thr_act, ARM_THREAD_STATE, (thread_state_t) &ic->ss, &val) != KERN_SUCCESS) {
430 if (machine_thread_get_state(thr_act, ARM_THREAD_STATE, (thread_state_t) &ic->fs, &val) != KERN_SUCCESS) {
446 thread_t thr_act = current_thread(); local
455 if (machine_thread_set_state(thr_act, ARM_THREAD_STATE, (thread_state_t) &ic->ss, ARM_THREAD_STATE_COUNT) == KERN_SUCCESS)
456 (void)machine_thread_set_state(thr_act, ARM_VFP_STAT
[all...]
H A Dpcb.c421 thread_t thr_act = current_thread(); local
423 return (thr_act->machine.iss->pc);
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dthread_act.h175 thread_act_t thr_act,
188 thread_act_t thr_act,
267 thread_act_t thr_act,
370 thread_act_t thr_act,

Completed in 138 milliseconds