Searched refs:PCB_FPUNOSAVE (Results 1 – 3 of 3) sorted by relevance
49 #ifndef PCB_FPUNOSAVE50 #define PCB_FPUNOSAVE PCB_NPXNOSAVE macro54 if (__predict_false(curpcb->pcb_flags & PCB_FPUNOSAVE)) \
802 KASSERT((curpcb->pcb_flags & PCB_FPUNOSAVE) == 0, in fpudna()1159 KASSERT((pcb->pcb_flags & PCB_FPUNOSAVE) == 0, in fpu_kern_enter()1179 set_pcb_flags(pcb, PCB_KERNFPU | PCB_FPUNOSAVE | in fpu_kern_enter()1208 if ((pcb->pcb_flags & PCB_FPUNOSAVE) != 0) { in fpu_kern_leave()1214 clear_pcb_flags(pcb, PCB_FPUNOSAVE | PCB_FPUINITDONE); in fpu_kern_leave()
86 #define PCB_FPUNOSAVE 0x0080 /* no save area for current FPU ctx */ macro