Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dfpu.c763 PCB_USERFPUINITDONE); in restore_fpu_curthread()
860 if ((pcb->pcb_flags & PCB_USERFPUINITDONE) == 0) { in fpugetregs()
925 PCB_FPUINITDONE | PCB_USERFPUINITDONE); in fpuuserinited()
988 PCB_USERFPUINITDONE); in fpusetregs()
1225 if ((pcb->pcb_flags & PCB_USERFPUINITDONE) != 0) { in fpu_kern_leave()
H A Dvm_machdep.c161 clear_pcb_flags(pcb2, PCB_FPUINITDONE | PCB_USERFPUINITDONE | in copy_thread()
H A Dexec_machdep.c776 PCB_FPUINITDONE | PCB_USERFPUINITDONE); in fpstate_drop()
/freebsd/sys/amd64/include/
H A Dpcb.h83 #define PCB_USERFPUINITDONE 0x0010 /* fpu user state is initialized */ macro