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

/freebsd-10.0-release/sys/amd64/include/
H A Dpcb.h80 #define PCB_USERFPUINITDONE 0x10 /* fpu user state is initialized */ macro
/freebsd-10.0-release/sys/amd64/amd64/
H A Dfpu.c630 PCB_FPUINITDONE | PCB_USERFPUINITDONE);
665 if ((pcb->pcb_flags & PCB_USERFPUINITDONE) == 0) {
711 PCB_FPUINITDONE | PCB_USERFPUINITDONE);
775 set_pcb_flags(pcb, PCB_FPUINITDONE | PCB_USERFPUINITDONE);
947 if ((pcb->pcb_flags & PCB_USERFPUINITDONE) != 0) {
H A Dvm_machdep.c449 clear_pcb_flags(pcb2, PCB_FPUINITDONE | PCB_USERFPUINITDONE);
H A Dmachdep.c2359 PCB_FPUINITDONE | PCB_USERFPUINITDONE);

Completed in 141 milliseconds