Home
last modified time | relevance | path

Searched refs:PCB_VECREGS (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/powerpc/powerpc/
HDaltivec.c110 if (!(pcb->pcb_flags & PCB_VECREGS)) { in enable_vec()
112 pcb->pcb_flags |= PCB_VECREGS; in enable_vec()
HDfpu.c335 pcb->pcb_flags |= PCB_VECREGS; in fpu_kern_enter()
HDexec_machdep.c444 if (pcb->pcb_flags & PCB_VECREGS) { in grab_mcontext()
549 pcb->pcb_flags |= PCB_VECREGS; in set_mcontext()
/freebsd-14-stable/sys/powerpc/include/
HDpcb.h66 #define PCB_VECREGS 0x200 /* Process had Altivec registers initialized */ macro