Searched refs:PCB_FPU (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/powerpc/powerpc/ |
| H A D | fpu.c | 134 pcb->pcb_flags |= PCB_FPU; in enable_fpu() 317 pcb->pcb_flags &= ~(PCB_FPU | PCB_VSX); in disable_fpu() 347 if (pcb->pcb_flags & PCB_FPU) { in fpu_kern_enter()
|
| H A D | swtch32.S | 109 andi. %r7, %r18, PCB_FPU 161 andi. %r6, %r19, PCB_FPU
|
| H A D | exec_machdep.c | 262 if (td->td_pcb->pcb_flags & PCB_FPU) in sendsig() 413 if (pcb->pcb_flags & PCB_FPU) { in grab_mcontext() 527 pcb->pcb_flags &= ~(PCB_FPU | PCB_VSX | PCB_VEC); in set_mcontext() 596 if (pcb_flags & PCB_FPU) in cleanup_power_extras() 649 if (pcb_flags & PCB_FPU) in cpu_update_pcb() 1283 } else if (pcb->pcb_flags & PCB_FPU) in ppc_instr_emulate() 1286 if ((sig == 0 || sig == SIGFPE) && pcb->pcb_flags & PCB_FPU) in ppc_instr_emulate()
|
| H A D | trap.c | 295 KASSERT((td->td_pcb->pcb_flags & PCB_FPU) != PCB_FPU, in trap() 311 if (td->td_pcb->pcb_flags & PCB_FPU) in trap() 412 (td->td_pcb->pcb_flags & PCB_FPU)) in trap()
|
| H A D | swtch64.S | 168 andi. %r7, %r18, PCB_FPU 220 andi. %r6, %r19, PCB_FPU
|
| H A D | genassym.c | 205 ASSYM(PCB_FPU, PCB_FPU);
|
| /freebsd/sys/powerpc/include/ |
| H A D | pcb.h | 57 #define PCB_FPU 0x1 /* Process uses FPU */ macro
|