Searched refs:PCB_NPXINITDONE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/i386/include/
H A Dpcb.h83 #define PCB_NPXINITDONE 0x08 /* fpu state is initialized */ macro
/freebsd-11-stable/sys/i386/isa/
H A Dnpx.c807 if ((pcb->pcb_flags & PCB_NPXINITDONE) == 0) {
822 pcb->pcb_flags |= PCB_NPXINITDONE;
955 td->td_pcb->pcb_flags &= ~PCB_NPXINITDONE;
978 if ((pcb->pcb_flags & PCB_NPXINITDONE) == 0) {
1033 pcb->pcb_flags |= PCB_NPXINITDONE;
1097 pcb->pcb_flags |= PCB_NPXUSERINITDONE | PCB_NPXINITDONE;
1380 if ((pcb->pcb_flags & PCB_NPXINITDONE) != 0)
1386 pcb->pcb_flags &= ~PCB_NPXINITDONE;
1409 pcb->pcb_flags |= PCB_NPXINITDONE;
1411 pcb->pcb_flags &= ~PCB_NPXINITDONE;
[all...]
/freebsd-11-stable/sys/i386/i386/
H A Dvm_machdep.c441 pcb2->pcb_flags &= ~(PCB_NPXINITDONE | PCB_NPXUSERINITDONE |
H A Dmachdep.c3219 curthread->td_pcb->pcb_flags &= ~(PCB_NPXINITDONE |

Completed in 219 milliseconds