Searched refs:PCB_FPUNOSAVE (Results 1 – 3 of 3) sorted by relevance
815 KASSERT((curpcb->pcb_flags & PCB_FPUNOSAVE) == 0, in fpudna()1157 KASSERT((pcb->pcb_flags & PCB_FPUNOSAVE) == 0, in fpu_kern_enter()1177 set_pcb_flags(pcb, PCB_KERNFPU | PCB_FPUNOSAVE | in fpu_kern_enter()1206 if ((pcb->pcb_flags & PCB_FPUNOSAVE) != 0) { in fpu_kern_leave()1212 clear_pcb_flags(pcb, PCB_FPUNOSAVE | PCB_FPUINITDONE); in fpu_kern_leave()
89 #define PCB_FPUNOSAVE 0x80 /* no save area for current FPU ctx */ macro
49 if (__predict_false(curpcb->pcb_flags & PCB_FPUNOSAVE)) \