Home
last modified time | relevance | path

Searched refs:PCB_FPREGS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dfpu.c128 if (!(pcb->pcb_flags & PCB_FPREGS)) { in enable_fpu()
130 pcb->pcb_flags |= PCB_FPREGS; in enable_fpu()
328 pcb->pcb_flags |= PCB_FPREGS; in fpu_kern_enter()
H A Dexec_machdep.c419 if (pcb->pcb_flags & PCB_FPREGS) { in grab_mcontext()
536 pcb->pcb_flags |= PCB_FPREGS; in set_mcontext()
754 if ((pcb->pcb_flags & PCB_FPREGS) == 0) in fill_fpregs()
791 pcb->pcb_flags |= PCB_FPREGS; in set_fpregs()
1283 if (!(pcb->pcb_flags & PCB_FPREGS)) { in ppc_instr_emulate()
1285 pcb->pcb_flags |= PCB_FPREGS; in ppc_instr_emulate()
/freebsd/sys/powerpc/include/
H A Dpcb.h58 #define PCB_FPREGS 0x2 /* Process had FPU registers initialized */ macro