Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dfpu.c815 KASSERT((curpcb->pcb_flags & PCB_FPUNOSAVE) == 0, in fpudna()
1157 KASSERT((pcb->pcb_flags & PCB_FPUNOSAVE) == 0, in fpu_kern_enter()
1177 set_pcb_flags(pcb, PCB_KERNFPU | PCB_FPUNOSAVE | in fpu_kern_enter()
1206 if ((pcb->pcb_flags & PCB_FPUNOSAVE) != 0) { in fpu_kern_leave()
1212 clear_pcb_flags(pcb, PCB_FPUNOSAVE | PCB_FPUINITDONE); in fpu_kern_leave()
/f-stack/freebsd/amd64/include/
H A Dpcb.h89 #define PCB_FPUNOSAVE 0x80 /* no save area for current FPU ctx */ macro
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsimd_x86.h49 if (__predict_false(curpcb->pcb_flags & PCB_FPUNOSAVE)) \