Searched refs:PCB_NPXUSERINITDONE (Results 1 – 4 of 4) sorted by relevance
85 #define PCB_NPXUSERINITDONE 0x20 /* user fpu state is initialized */ macro
833 pcb->pcb_flags |= PCB_NPXUSERINITDONE; in restore_npx_curthread()1063 pcb->pcb_flags |= PCB_NPXUSERINITDONE; in npxuserinited()1126 pcb->pcb_flags |= PCB_NPXUSERINITDONE | PCB_NPXINITDONE; in npxsetregs()1485 if ((pcb->pcb_flags & PCB_NPXUSERINITDONE) != 0) { in fpu_kern_leave()
165 pcb2->pcb_flags &= ~(PCB_NPXINITDONE | PCB_NPXUSERINITDONE | in copy_thread()
1271 PCB_NPXUSERINITDONE); in fpstate_drop()