Searched refs:xstate (Results 1 – 5 of 5) sorted by relevance
780 fp_state_free(fps, pcb->xstate); in fpu_free()781 pcb->xstate = UNDEFINED; in fpu_free()872 pcb->xstate = thr_xstate; in fpu_set_fxstate()1194 xstate_t xstate = thread_xstate(parent); in fpu_dup_fxstate() local1206 new_ifps = fp_state_alloc(xstate); in fpu_dup_fxstate()1227 child->machine.xstate = xstate; in fpu_dup_fxstate()1230 fp_state_size(xstate)); in fpu_dup_fxstate()1248 fp_state_free(new_ifps, xstate); in fpu_dup_fxstate()1307 xstate_t xstate = current_xstate(); in fpnoextflt() local1313 ifps = fp_state_alloc(xstate); in fpnoextflt()[all …]
300 new_task->xstate = parent_task->xstate; in machine_task_init()303 new_task->xstate = fpu_default; in machine_task_init()
70 xstate_t xstate;
126 xstate_t xstate; member
2084 THREAD_TO_PCB(thr_template)->xstate = fpu_default; in machine_thread_template_init()