Symbol: PCB_USER_FPU
sys/amd64/amd64/exec_machdep.c
813
KASSERT(PCB_USER_FPU(td->td_pcb), ("fpstate_drop: kernel-owned fpu"));
sys/amd64/amd64/fpu.c
1181
KASSERT(!PCB_USER_FPU(pcb) || pcb->pcb_save ==
sys/amd64/amd64/fpu.c
1237
KASSERT(!PCB_USER_FPU(pcb), ("unpaired fpu_kern_leave"));
sys/amd64/amd64/fpu.c
1251
KASSERT(PCB_USER_FPU(curpcb), ("recursive call"));
sys/amd64/amd64/fpu.c
762
if (PCB_USER_FPU(pcb))
sys/amd64/amd64/fpu.c
822
if ((td->td_pflags & TDP_KTHREAD) != 0 || !PCB_USER_FPU(td->td_pcb)) {
sys/amd64/amd64/fpu.c
870
if (td == PCPU_GET(fpcurthread) && PCB_USER_FPU(pcb)) {
sys/amd64/amd64/fpu.c
924
if (PCB_USER_FPU(pcb))
sys/amd64/amd64/fpu.c
983
if (td == PCPU_GET(fpcurthread) && PCB_USER_FPU(pcb)) {
sys/amd64/amd64/trap.c
1281
KASSERT(PCB_USER_FPU(td->td_pcb),
sys/amd64/amd64/trap.c
497
KASSERT(PCB_USER_FPU(td->td_pcb),
sys/amd64/amd64/trap.c
535
if (PCB_USER_FPU(td->td_pcb))
sys/amd64/amd64/trap.c
718
KASSERT(PCB_USER_FPU(td->td_pcb),
sys/i386/i386/exec_machdep.c
1256
KASSERT(PCB_USER_FPU(td->td_pcb), ("fpstate_drop: kernel-owned fpu"));
sys/i386/i386/npx.c
1061
if (PCB_USER_FPU(pcb))
sys/i386/i386/npx.c
1119
if (td == PCPU_GET(fpcurthread) && PCB_USER_FPU(pcb)) {
sys/i386/i386/npx.c
1440
KASSERT(!PCB_USER_FPU(pcb) || pcb->pcb_save ==
sys/i386/i386/npx.c
1496
KASSERT(!PCB_USER_FPU(pcb), ("unpaired fpu_kern_leave"));
sys/i386/i386/npx.c
1510
KASSERT(PCB_USER_FPU(curpcb), ("recursive call"));
sys/i386/i386/npx.c
832
if (PCB_USER_FPU(pcb))
sys/i386/i386/npx.c
903
!PCB_USER_FPU(pcb)) {
sys/i386/i386/trap.c
1156
KASSERT(PCB_USER_FPU(td->td_pcb),
sys/i386/i386/trap.c
446
KASSERT(PCB_USER_FPU(td->td_pcb),
sys/i386/i386/trap.c
485
if (PCB_USER_FPU(td->td_pcb))
sys/i386/i386/trap.c
723
KASSERT(PCB_USER_FPU(td->td_pcb),