Home
last modified time | relevance | path

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

/NextBSD/sys/i386/isa/
HDnpx.c876 if ((curpcb->pcb_flags & PCB_NPXINITDONE) == 0) { in npxdna()
891 curpcb->pcb_flags |= PCB_NPXINITDONE; in npxdna()
980 td->td_pcb->pcb_flags &= ~PCB_NPXINITDONE; in npxdrop()
1004 if ((pcb->pcb_flags & PCB_NPXINITDONE) == 0) { in npxgetregs()
1062 pcb->pcb_flags |= PCB_NPXINITDONE; in npxuserinited()
1133 pcb->pcb_flags |= PCB_NPXUSERINITDONE | PCB_NPXINITDONE; in npxsetregs()
1424 if ((pcb->pcb_flags & PCB_NPXINITDONE) != 0) in fpu_kern_enter()
1430 pcb->pcb_flags &= ~PCB_NPXINITDONE; in fpu_kern_enter()
1453 pcb->pcb_flags |= PCB_NPXINITDONE; in fpu_kern_leave()
1455 pcb->pcb_flags &= ~PCB_NPXINITDONE; in fpu_kern_leave()
[all …]
/NextBSD/sys/i386/include/
HDpcb.h83 #define PCB_NPXINITDONE 0x08 /* fpu state is initialized */ macro
/NextBSD/sys/i386/i386/
HDvm_machdep.c486 pcb2->pcb_flags &= ~(PCB_NPXINITDONE | PCB_NPXUSERINITDONE | in cpu_set_upcall()
HDmachdep.c3196 curthread->td_pcb->pcb_flags &= ~(PCB_NPXINITDONE |