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

/freebsd-13-stable/sys/i386/include/
H A Dnpx.h52 #define PCB_USER_FPU(pcb) (((pcb)->pcb_flags & PCB_KERNNPX) == 0) macro
/freebsd-13-stable/sys/amd64/include/
H A Dfpu.h52 #define PCB_USER_FPU(pcb) (((pcb)->pcb_flags & PCB_KERNFPU) == 0) macro
/freebsd-13-stable/sys/amd64/amd64/
H A Dfpu.c782 if (PCB_USER_FPU(pcb))
842 if ((td->td_pflags & TDP_KTHREAD) != 0 || !PCB_USER_FPU(td->td_pcb)) {
887 if (td == PCPU_GET(fpcurthread) && PCB_USER_FPU(pcb)) {
923 if (PCB_USER_FPU(pcb))
982 if (td == PCPU_GET(fpcurthread) && PCB_USER_FPU(pcb)) {
1186 KASSERT(!PCB_USER_FPU(pcb) || pcb->pcb_save ==
1242 KASSERT(!PCB_USER_FPU(pcb), ("unpaired fpu_kern_leave"));
1256 KASSERT(PCB_USER_FPU(curpcb), ("recursive call"));
H A Dtrap.c409 KASSERT(PCB_USER_FPU(td->td_pcb),
442 if (PCB_USER_FPU(td->td_pcb))
647 KASSERT(PCB_USER_FPU(td->td_pcb),
1198 KASSERT(PCB_USER_FPU(td->td_pcb),
H A Dmachdep.c2429 KASSERT(PCB_USER_FPU(td->td_pcb), ("fpstate_drop: kernel-owned fpu"));
/freebsd-13-stable/sys/i386/i386/
H A Dnpx.c866 if (PCB_USER_FPU(pcb))
937 !PCB_USER_FPU(pcb)) {
1074 if (PCB_USER_FPU(pcb))
1132 if (td == PCPU_GET(fpcurthread) && PCB_USER_FPU(pcb)) {
1459 KASSERT(!PCB_USER_FPU(pcb) || pcb->pcb_save ==
1515 KASSERT(!PCB_USER_FPU(pcb), ("unpaired fpu_kern_leave"));
1529 KASSERT(PCB_USER_FPU(curpcb), ("recursive call"));
H A Dtrap.c437 KASSERT(PCB_USER_FPU(td->td_pcb),
476 if (PCB_USER_FPU(td->td_pcb))
718 KASSERT(PCB_USER_FPU(td->td_pcb),
1141 KASSERT(PCB_USER_FPU(td->td_pcb),
H A Dmachdep.c3049 KASSERT(PCB_USER_FPU(td->td_pcb), ("fpstate_drop: kernel-owned fpu"));

Completed in 95 milliseconds