Lines Matching refs:vpe
26 int vpe_run(struct vpe *v) in vpe_run()
181 struct vpe *v; in vpe_alloc()
196 int vpe_start(void *vpe, unsigned long start) in vpe_start() argument
198 struct vpe *v = vpe; in vpe_start()
206 int vpe_stop(void *vpe) in vpe_stop() argument
208 struct vpe *v = vpe; in vpe_stop()
227 int vpe_free(void *vpe) in vpe_free() argument
229 struct vpe *v = vpe; in vpe_free()
264 struct vpe *vpe = get_vpe(aprp_cpu_index()); in store_kill() local
267 list_for_each_entry(notifier, &vpe->notify, list) in store_kill()
270 release_progmem(vpe->load_addr); in store_kill()
272 vpe_stop(vpe); in store_kill()
273 vpe_free(vpe); in store_kill()
282 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_show() local
284 return sprintf(buf, "%d\n", vpe->ntcs); in ntcs_show()
290 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_store() local
301 vpe->ntcs = new; in ntcs_store()
312 ATTRIBUTE_GROUPS(vpe);
332 struct vpe *v = NULL; in vpe_module_init()
510 struct vpe *v, *n; in vpe_module_exit()