Searched refs:PCB_NPXNOSAVE (Results 1 – 3 of 3) sorted by relevance
87 #define PCB_NPXNOSAVE 0x80 /* no save area for current FPU ctx */ macro
856 KASSERT((curpcb->pcb_flags & PCB_NPXNOSAVE) == 0, in npxdna()1411 KASSERT((pcb->pcb_flags & PCB_NPXNOSAVE) == 0, in fpu_kern_enter()1431 pcb->pcb_flags |= PCB_KERNNPX | PCB_NPXNOSAVE | PCB_NPXINITDONE; in fpu_kern_enter()1460 if ((pcb->pcb_flags & PCB_NPXNOSAVE) != 0) { in fpu_kern_leave()1466 pcb->pcb_flags &= ~(PCB_NPXNOSAVE | PCB_NPXINITDONE); in fpu_kern_leave()
50 #define PCB_FPUNOSAVE PCB_NPXNOSAVE