Searched refs:PCB_NPXINITDONE (Results 1 – 4 of 4) sorted by relevance
876 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 …]
83 #define PCB_NPXINITDONE 0x08 /* fpu state is initialized */ macro
486 pcb2->pcb_flags &= ~(PCB_NPXINITDONE | PCB_NPXUSERINITDONE | in cpu_set_upcall()
3196 curthread->td_pcb->pcb_flags &= ~(PCB_NPXINITDONE |