Searched refs:PCB_NPXUSERINITDONE (Results 1 – 4 of 4) sorted by relevance
88 #define PCB_NPXUSERINITDONE 0x20 /* user fpu state is initialized */ macro
867 pcb->pcb_flags |= PCB_NPXUSERINITDONE; in restore_npx_curthread()1076 pcb->pcb_flags |= PCB_NPXUSERINITDONE; in npxuserinited()1139 pcb->pcb_flags |= PCB_NPXUSERINITDONE | PCB_NPXINITDONE; in npxsetregs()1504 if ((pcb->pcb_flags & PCB_NPXUSERINITDONE) != 0) { in fpu_kern_leave()
437 pcb2->pcb_flags &= ~(PCB_NPXINITDONE | PCB_NPXUSERINITDONE | in cpu_copy_thread()
3056 PCB_NPXUSERINITDONE); in fpstate_drop()