Home
last modified time | relevance | path

Searched refs:PCB_NPXNOSAVE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dpcb.h90 #define PCB_NPXNOSAVE 0x80 /* no save area for current FPU ctx */ macro
/f-stack/freebsd/i386/i386/
H A Dnpx.c890 KASSERT((curpcb->pcb_flags & PCB_NPXNOSAVE) == 0, in npxdna()
1430 KASSERT((pcb->pcb_flags & PCB_NPXNOSAVE) == 0, in fpu_kern_enter()
1450 pcb->pcb_flags |= PCB_KERNNPX | PCB_NPXNOSAVE | PCB_NPXINITDONE; in fpu_kern_enter()
1479 if ((pcb->pcb_flags & PCB_NPXNOSAVE) != 0) { in fpu_kern_leave()
1485 pcb->pcb_flags &= ~(PCB_NPXNOSAVE | PCB_NPXINITDONE); in fpu_kern_leave()