Searched refs:PCB_FPU (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/powerpc/include/
H A Dpcb.h54 #define PCB_FPU 0x1 /* Process uses FPU */ macro
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dswtch32.S103 andi. %r7, %r18, PCB_FPU
155 andi. %r6, %r19, PCB_FPU
H A Dfpu.c125 pcb->pcb_flags |= PCB_FPU;
H A Dswtch64.S137 andi. %r7, %r18, PCB_FPU
189 andi. %r6, %r19, PCB_FPU
H A Dgenassym.c204 ASSYM(PCB_FPU, PCB_FPU);
H A Dexec_machdep.c383 if (pcb->pcb_flags & PCB_FPU) {
1103 } else if (pcb->pcb_flags & PCB_FPU)
1106 if ((sig == 0 || sig == SIGFPE) && pcb->pcb_flags & PCB_FPU)
H A Dtrap.c282 KASSERT((td->td_pcb->pcb_flags & PCB_FPU) != PCB_FPU,
298 if (!(td->td_pcb->pcb_flags & PCB_FPU))

Completed in 73 milliseconds