Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/i386/i386/
HDnpx.c842 if ((pcb->pcb_flags & PCB_NPXINITDONE) == 0) { in restore_npx_curthread()
857 pcb->pcb_flags |= PCB_NPXINITDONE; in restore_npx_curthread()
989 td->td_pcb->pcb_flags &= ~PCB_NPXINITDONE; in npxdrop()
1015 if ((pcb->pcb_flags & PCB_NPXINITDONE) == 0) { in npxgetregs()
1088 pcb->pcb_flags |= PCB_NPXINITDONE; in npxuserinited()
1152 pcb->pcb_flags |= PCB_NPXUSERINITDONE | PCB_NPXINITDONE; in npxsetregs()
1459 pcb->pcb_flags |= PCB_KERNNPX | PCB_NPXNOSAVE | PCB_NPXINITDONE; in fpu_kern_enter()
1471 if ((pcb->pcb_flags & PCB_NPXINITDONE) != 0) in fpu_kern_enter()
1477 pcb->pcb_flags &= ~PCB_NPXINITDONE; in fpu_kern_enter()
1494 pcb->pcb_flags &= ~(PCB_NPXNOSAVE | PCB_NPXINITDONE); in fpu_kern_leave()
[all …]
HDvm_machdep.c167 pcb2->pcb_flags &= ~(PCB_NPXINITDONE | PCB_NPXUSERINITDONE | in copy_thread()
HDexec_machdep.c1268 curthread->td_pcb->pcb_flags &= ~(PCB_NPXINITDONE | in fpstate_drop()
/freebsd-13-stable/sys/i386/include/
HDpcb.h85 #define PCB_NPXINITDONE 0x08 /* fpu state is initialized */ macro