Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powerpc/
H A Daltivec.c109 if (!(pcb->pcb_flags & PCB_VECREGS)) { in enable_vec()
111 pcb->pcb_flags |= PCB_VECREGS; in enable_vec()
H A Dfpu.c334 pcb->pcb_flags |= PCB_VECREGS; in fpu_kern_enter()
H A Dexec_machdep.c444 if (pcb->pcb_flags & PCB_VECREGS) { in grab_mcontext()
549 pcb->pcb_flags |= PCB_VECREGS; in set_mcontext()
/freebsd/sys/powerpc/include/
H A Dpcb.h66 #define PCB_VECREGS 0x200 /* Process had Altivec registers initialized */ macro