Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/i386/isa/
Dnpx.c695 if ((curpcb->pcb_flags & PCB_NPXINITDONE) == 0) { in npxdna()
704 curpcb->pcb_flags |= PCB_NPXINITDONE; in npxdna()
782 td->td_pcb->pcb_flags &= ~PCB_NPXINITDONE; in npxdrop()
800 if ((pcb->pcb_flags & PCB_NPXINITDONE) == 0) { in npxgetregs()
834 pcb->pcb_flags |= PCB_NPXINITDONE; in npxuserinited()
860 pcb->pcb_flags |= PCB_NPXUSERINITDONE | PCB_NPXINITDONE; in npxsetregs()
1058 if ((pcb->pcb_flags & PCB_NPXINITDONE) != 0) in fpu_kern_enter()
1064 pcb->pcb_flags &= ~PCB_NPXINITDONE; in fpu_kern_enter()
1081 pcb->pcb_flags |= PCB_NPXINITDONE; in fpu_kern_leave()
1083 pcb->pcb_flags &= ~PCB_NPXINITDONE; in fpu_kern_leave()
[all …]
/freebsd-9-stable/sys/i386/include/
Dpcb.h71 #define PCB_NPXINITDONE 0x08 /* fpu state is initialized */ macro
/freebsd-9-stable/sys/i386/i386/
Dvm_machdep.c447 pcb2->pcb_flags &= ~(PCB_NPXINITDONE | PCB_NPXUSERINITDONE | in cpu_set_upcall()
Dmachdep.c3505 curthread->td_pcb->pcb_flags &= ~(PCB_NPXINITDONE | in fpstate_drop()
/freebsd-9-stable/sys/pc98/pc98/
Dmachdep.c2791 curthread->td_pcb->pcb_flags &= ~(PCB_NPXINITDONE | in fpstate_drop()