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()
550 static int find_vpe_symbols(struct vpe *v, Elf_Shdr *sechdrs, in find_vpe_symbols()
576 static int vpe_elfload(struct vpe *v) in vpe_elfload()
769 struct vpe *v; in vpe_open()
820 struct vpe *v; in vpe_release()
859 struct vpe *v; in vpe_write()
892 struct vpe *v = get_vpe(index); in vpe_get_shared()
903 struct vpe *v = get_vpe(index); in vpe_notify()
915 struct vpe *v = get_vpe(index); in vpe_getcwd()