Searched refs:PCB_VECREGS (Results 1 – 4 of 4) sorted by relevance
109 if (!(pcb->pcb_flags & PCB_VECREGS)) { in enable_vec()111 pcb->pcb_flags |= PCB_VECREGS; in enable_vec()
334 pcb->pcb_flags |= PCB_VECREGS; in fpu_kern_enter()
444 if (pcb->pcb_flags & PCB_VECREGS) { in grab_mcontext()549 pcb->pcb_flags |= PCB_VECREGS; in set_mcontext()
66 #define PCB_VECREGS 0x200 /* Process had Altivec registers initialized */ macro