Home
last modified time | relevance | path

Searched refs:PCB_NPXUSERINITDONE (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dpcb.h88 #define PCB_NPXUSERINITDONE 0x20 /* user fpu state is initialized */ macro
/f-stack/freebsd/i386/i386/
H A Dnpx.c867 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()
H A Dvm_machdep.c437 pcb2->pcb_flags &= ~(PCB_NPXINITDONE | PCB_NPXUSERINITDONE | in cpu_copy_thread()
H A Dmachdep.c3056 PCB_NPXUSERINITDONE); in fpstate_drop()