Lines Matching refs:vpe
15 #include <asm/vpe.h>
27 struct vpe *vpe = get_vpe(aprp_cpu_index());
30 list_for_each_entry(notifier, &vpe->notify, list)
33 release_progmem(vpe->load_addr);
34 vpe->state = VPE_STATE_UNUSED;
43 struct vpe *vpe = get_vpe(aprp_cpu_index());
45 return sprintf(buf, "%d\n", vpe->ntcs);
51 struct vpe *vpe = get_vpe(aprp_cpu_index());
63 vpe->ntcs = new;
74 ATTRIBUTE_GROUPS(vpe);
81 .name = "vpe",
91 struct vpe *v = NULL;
147 /* add the tc to the list of this vpe's tc's. */
151 t->pvpe = v; /* set the parent vpe */
170 struct vpe *v, *n;