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

/freebsd-10.2-release/sys/amd64/include/
H A Dpcb.h80 #define PCB_USERFPUINITDONE 0x10 /* fpu user state is initialized */ macro
/freebsd-10.2-release/sys/amd64/amd64/
H A Dfpu.c670 PCB_FPUINITDONE | PCB_USERFPUINITDONE);
705 if ((pcb->pcb_flags & PCB_USERFPUINITDONE) == 0) {
751 PCB_FPUINITDONE | PCB_USERFPUINITDONE);
815 set_pcb_flags(pcb, PCB_FPUINITDONE | PCB_USERFPUINITDONE);
995 if ((pcb->pcb_flags & PCB_USERFPUINITDONE) != 0) {
H A Dvm_machdep.c449 clear_pcb_flags(pcb2, PCB_FPUINITDONE | PCB_USERFPUINITDONE |
H A Dmachdep.c2554 PCB_FPUINITDONE | PCB_USERFPUINITDONE);

Completed in 66 milliseconds