Searched refs:PCB_NPXINITDONE (Results 1 – 4 of 4) sorted by relevance
850 if ((pcb->pcb_flags & PCB_NPXINITDONE) == 0) { in restore_npx_curthread()865 pcb->pcb_flags |= PCB_NPXINITDONE; in restore_npx_curthread()997 td->td_pcb->pcb_flags &= ~PCB_NPXINITDONE; in npxdrop()1020 if ((pcb->pcb_flags & PCB_NPXINITDONE) == 0) { in npxgetregs()1075 pcb->pcb_flags |= PCB_NPXINITDONE; in npxuserinited()1462 if ((pcb->pcb_flags & PCB_NPXINITDONE) != 0) in fpu_kern_enter()1468 pcb->pcb_flags &= ~PCB_NPXINITDONE; in fpu_kern_enter()1505 pcb->pcb_flags |= PCB_NPXINITDONE; in fpu_kern_leave()1509 pcb->pcb_flags &= ~(PCB_NPXINITDONE | PCB_KERNNPX); in fpu_kern_leave()1512 pcb->pcb_flags |= PCB_NPXINITDONE; in fpu_kern_leave()[all …]
437 pcb2->pcb_flags &= ~(PCB_NPXINITDONE | PCB_NPXUSERINITDONE | in cpu_copy_thread()
3055 curthread->td_pcb->pcb_flags &= ~(PCB_NPXINITDONE | in fpstate_drop()
86 #define PCB_NPXINITDONE 0x08 /* fpu state is initialized */ macro