Searched refs:PCB_USER_FPU (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/i386/include/
H A Dnpx.h50 #define PCB_USER_FPU(pcb) (((pcb)->pcb_flags & PCB_KERNNPX) == 0) macro
/freebsd-11-stable/sys/amd64/include/
H A Dfpu.h50 #define PCB_USER_FPU(pcb) (((pcb)->pcb_flags & PCB_KERNFPU) == 0) macro
/freebsd-11-stable/sys/amd64/amd64/
H A Dfpu.c651 if (PCB_USER_FPU(pcb))
712 !PCB_USER_FPU(td->td_pcb)) {
757 if (td == PCPU_GET(fpcurthread) && PCB_USER_FPU(pcb)) {
793 if (PCB_USER_FPU(pcb))
852 if (td == PCPU_GET(fpcurthread) && PCB_USER_FPU(pcb)) {
1042 KASSERT(!PCB_USER_FPU(pcb) || pcb->pcb_save ==
1098 KASSERT(!PCB_USER_FPU(pcb), ("unpaired fpu_kern_leave"));
1112 KASSERT(PCB_USER_FPU(curpcb), ("recursive call"));
H A Dtrap.c407 KASSERT(PCB_USER_FPU(td->td_pcb),
442 if (PCB_USER_FPU(td->td_pcb))
661 KASSERT(PCB_USER_FPU(td->td_pcb),
1028 KASSERT(PCB_USER_FPU(td->td_pcb),
H A Dmachdep.c2379 KASSERT(PCB_USER_FPU(td->td_pcb), ("fpstate_drop: kernel-owned fpu"));
/freebsd-11-stable/sys/i386/isa/
H A Dnpx.c823 if (PCB_USER_FPU(pcb))
895 !PCB_USER_FPU(pcb)) {
1032 if (PCB_USER_FPU(pcb))
1090 if (td == PCPU_GET(fpcurthread) && PCB_USER_FPU(pcb)) {
1377 KASSERT(!PCB_USER_FPU(pcb) || pcb->pcb_save ==
1418 KASSERT(!PCB_USER_FPU(pcb), ("unpaired fpu_kern_leave"));
1432 KASSERT(PCB_USER_FPU(curpcb), ("recursive call"));
/freebsd-11-stable/sys/i386/i386/
H A Dtrap.c480 KASSERT(PCB_USER_FPU(td->td_pcb),
521 if (PCB_USER_FPU(td->td_pcb))
763 KASSERT(PCB_USER_FPU(td->td_pcb),
1135 KASSERT(PCB_USER_FPU(td->td_pcb),
H A Dmachdep.c3205 KASSERT(PCB_USER_FPU(td->td_pcb), ("fpstate_drop: kernel-owned fpu"));

Completed in 142 milliseconds