Searched refs:PCB_NPXINITDONE (Results 1 – 5 of 5) sorted by relevance
695 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 …]
71 #define PCB_NPXINITDONE 0x08 /* fpu state is initialized */ macro
447 pcb2->pcb_flags &= ~(PCB_NPXINITDONE | PCB_NPXUSERINITDONE | in cpu_set_upcall()
3505 curthread->td_pcb->pcb_flags &= ~(PCB_NPXINITDONE | in fpstate_drop()
2791 curthread->td_pcb->pcb_flags &= ~(PCB_NPXINITDONE | in fpstate_drop()