Lines Matching refs:vpe
26 int vpe_run(struct vpe *v) in vpe_run()
180 struct vpe *v; in vpe_alloc()
195 int vpe_start(void *vpe, unsigned long start) in vpe_start() argument
197 struct vpe *v = vpe; in vpe_start()
205 int vpe_stop(void *vpe) in vpe_stop() argument
207 struct vpe *v = vpe; in vpe_stop()
226 int vpe_free(void *vpe) in vpe_free() argument
228 struct vpe *v = vpe; in vpe_free()
263 struct vpe *vpe = get_vpe(aprp_cpu_index()); in store_kill() local
266 list_for_each_entry(notifier, &vpe->notify, list) in store_kill()
269 release_progmem(vpe->load_addr); in store_kill()
271 vpe_stop(vpe); in store_kill()
272 vpe_free(vpe); in store_kill()
281 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_show() local
283 return sprintf(buf, "%d\n", vpe->ntcs); in ntcs_show()
289 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_store() local
300 vpe->ntcs = new; in ntcs_store()
311 ATTRIBUTE_GROUPS(vpe);
329 struct vpe *v = NULL; in vpe_module_init()
508 struct vpe *v, *n; in vpe_module_exit()