Searched refs:PCB_NPXINITDONE (Results 1 – 4 of 4) sorted by relevance
842 if ((pcb->pcb_flags & PCB_NPXINITDONE) == 0) { in restore_npx_curthread()857 pcb->pcb_flags |= PCB_NPXINITDONE; in restore_npx_curthread()989 td->td_pcb->pcb_flags &= ~PCB_NPXINITDONE; in npxdrop()1015 if ((pcb->pcb_flags & PCB_NPXINITDONE) == 0) { in npxgetregs()1088 pcb->pcb_flags |= PCB_NPXINITDONE; in npxuserinited()1152 pcb->pcb_flags |= PCB_NPXUSERINITDONE | PCB_NPXINITDONE; in npxsetregs()1459 pcb->pcb_flags |= PCB_KERNNPX | PCB_NPXNOSAVE | PCB_NPXINITDONE; in fpu_kern_enter()1471 if ((pcb->pcb_flags & PCB_NPXINITDONE) != 0) in fpu_kern_enter()1477 pcb->pcb_flags &= ~PCB_NPXINITDONE; in fpu_kern_enter()1494 pcb->pcb_flags &= ~(PCB_NPXNOSAVE | PCB_NPXINITDONE); in fpu_kern_leave()[all …]
167 pcb2->pcb_flags &= ~(PCB_NPXINITDONE | PCB_NPXUSERINITDONE | in copy_thread()
1268 curthread->td_pcb->pcb_flags &= ~(PCB_NPXINITDONE | in fpstate_drop()
85 #define PCB_NPXINITDONE 0x08 /* fpu state is initialized */ macro