Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/powerpc/powerpc/
HDfpu.c129 if (!(pcb->pcb_flags & PCB_FPREGS)) { in enable_fpu()
131 pcb->pcb_flags |= PCB_FPREGS; in enable_fpu()
329 pcb->pcb_flags |= PCB_FPREGS; in fpu_kern_enter()
HDexec_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-14-stable/sys/powerpc/include/
HDpcb.h58 #define PCB_FPREGS 0x2 /* Process had FPU registers initialized */ macro