Searched refs:xstate (Results 1 – 5 of 5) sorted by relevance
728 fp_state_free(fps, pcb->xstate); in fpu_free()729 pcb->xstate = UNDEFINED; in fpu_free()820 pcb->xstate = thr_xstate; in fpu_set_fxstate()1137 xstate_t xstate = thread_xstate(parent); in fpu_dup_fxstate() local1149 new_ifps = fp_state_alloc(xstate); in fpu_dup_fxstate()1170 child->machine.xstate = xstate; in fpu_dup_fxstate()1173 fp_state_size[xstate]); in fpu_dup_fxstate()1191 fp_state_free(new_ifps, xstate); in fpu_dup_fxstate()1250 xstate_t xstate = current_xstate(); in fpnoextflt() local1256 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
2082 THREAD_TO_PCB(thr_template)->xstate = fpu_default; in machine_thread_template_init()