Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dpcb.h85 #define PCB_NPXUSERINITDONE 0x20 /* user fpu state is initialized */ macro
/freebsd/sys/i386/i386/
H A Dnpx.c833 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()
H A Dvm_machdep.c165 pcb2->pcb_flags &= ~(PCB_NPXINITDONE | PCB_NPXUSERINITDONE | in copy_thread()
H A Dexec_machdep.c1271 PCB_NPXUSERINITDONE); in fpstate_drop()