Searched refs:PCB_FPUNOSAVE (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsimd_x86.h49 #ifndef PCB_FPUNOSAVE
50 #define PCB_FPUNOSAVE PCB_NPXNOSAVE macro
54 if (__predict_false(curpcb->pcb_flags & PCB_FPUNOSAVE)) \
/freebsd-current/sys/amd64/include/
H A Dpcb.h86 #define PCB_FPUNOSAVE 0x0080 /* no save area for current FPU ctx */ macro
/freebsd-current/sys/amd64/amd64/
H A Dfpu.c794 KASSERT((curpcb->pcb_flags & PCB_FPUNOSAVE) == 0,
1155 KASSERT((pcb->pcb_flags & PCB_FPUNOSAVE) == 0,
1156 ("recursive fpu_kern_enter while in PCB_FPUNOSAVE state"));
1171 * PCB_FPUNOSAVE state is supposed to never need to
1175 set_pcb_flags(pcb, PCB_KERNFPU | PCB_FPUNOSAVE |
1204 if ((pcb->pcb_flags & PCB_FPUNOSAVE) != 0) {
1207 ("non-NULL fpcurthread for PCB_FPUNOSAVE"));
1210 clear_pcb_flags(pcb, PCB_FPUNOSAVE | PCB_FPUINITDONE);

Completed in 97 milliseconds