Lines Matching refs:vpe
53 struct vpe *get_vpe(int minor) in get_vpe()
55 struct vpe *res, *v; in get_vpe()
92 struct vpe *alloc_vpe(int minor) in alloc_vpe()
94 struct vpe *v; in alloc_vpe()
96 v = kzalloc(sizeof(struct vpe), GFP_KERNEL); in alloc_vpe()
133 void release_vpe(struct vpe *v) in release_vpe()
549 static int find_vpe_symbols(struct vpe *v, Elf_Shdr *sechdrs, in find_vpe_symbols()
575 static int vpe_elfload(struct vpe *v) in vpe_elfload()
753 struct vpe *v; in vpe_open()
798 struct vpe *v; in vpe_release()
841 struct vpe *v; in vpe_write()
874 struct vpe *v = get_vpe(index); in vpe_get_shared()
885 struct vpe *v = get_vpe(index); in vpe_notify()