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

/freebsd-current/sys/powerpc/include/
H A Dpcb.h57 #define PCB_FPU 0x1 /* Process uses FPU */ macro
/freebsd-current/sys/powerpc/powerpc/
H A Dswtch32.S110 andi. %r7, %r18, PCB_FPU
166 andi. %r6, %r19, PCB_FPU
H A Dfpu.c123 pcb->pcb_flags |= PCB_FPU;
295 pcb->pcb_flags &= ~(PCB_FPU | PCB_VSX);
326 if (pcb->pcb_flags & PCB_FPU) {
H A Dexec_machdep.c262 if (td->td_pcb->pcb_flags & PCB_FPU)
420 if (pcb->pcb_flags & PCB_FPU) {
532 pcb->pcb_flags &= ~(PCB_FPU | PCB_VSX | PCB_VEC);
581 if (pcb_flags & PCB_FPU)
646 if (pcb_flags & PCB_FPU)
1286 } else if (pcb->pcb_flags & PCB_FPU)
1289 if ((sig == 0 || sig == SIGFPE) && pcb->pcb_flags & PCB_FPU)
H A Dswtch64.S169 andi. %r7, %r18, PCB_FPU
221 andi. %r6, %r19, PCB_FPU
H A Dtrap.c293 KASSERT((td->td_pcb->pcb_flags & PCB_FPU) != PCB_FPU,
309 if (td->td_pcb->pcb_flags & PCB_FPU)
409 (td->td_pcb->pcb_flags & PCB_FPU))
H A Dgenassym.c205 ASSYM(PCB_FPU, PCB_FPU);

Completed in 138 milliseconds