Lines Matching refs:vm_struct
1144 static struct vm_struct *vmlist __initdata;
1155 void __init vm_area_add_early(struct vm_struct *vm) in vm_area_add_early()
1157 struct vm_struct *tmp, **p; in vm_area_add_early()
1183 void __init vm_area_register_early(struct vm_struct *vm, size_t align) in vm_area_register_early()
1199 struct vm_struct *tmp; in vmalloc_init()
1292 int map_vm_area(struct vm_struct *area, pgprot_t prot, struct page **pages) in map_vm_area()
1304 static void setup_vmalloc_vm(struct vm_struct *vm, struct vmap_area *va, in setup_vmalloc_vm()
1317 static void clear_vm_uninitialized_flag(struct vm_struct *vm) in clear_vm_uninitialized_flag()
1328 static struct vm_struct *__get_vm_area_node(unsigned long size, in __get_vm_area_node()
1333 struct vm_struct *area; in __get_vm_area_node()
1362 struct vm_struct *__get_vm_area(unsigned long size, unsigned long flags, in __get_vm_area()
1370 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller()
1387 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) in get_vm_area()
1394 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller()
1409 struct vm_struct *find_vm_area(const void *addr) in find_vm_area()
1428 struct vm_struct *remove_vm_area(const void *addr) in remove_vm_area()
1434 struct vm_struct *vm = va->vm; in remove_vm_area()
1453 struct vm_struct *area; in __vunmap()
1554 struct vm_struct *area; in vmap()
1578 static void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask, in __vmalloc_area_node()
1657 struct vm_struct *area; in __vmalloc_node_range()
1774 struct vm_struct *area; in vmalloc_user()
1879 struct vm_struct *area; in vmalloc_32_user()
2002 struct vm_struct *vm; in vread()
2083 struct vm_struct *vm; in vwrite()
2149 struct vm_struct *area; in remap_vmalloc_range_partial()
2242 struct vm_struct *alloc_vm_area(size_t size, pte_t **ptes) in alloc_vm_area()
2244 struct vm_struct *area; in alloc_vm_area()
2265 void free_vm_area(struct vm_struct *area) in free_vm_area()
2267 struct vm_struct *ret; in free_vm_area()
2382 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas()
2389 struct vm_struct **vms; in pcpu_get_vm_areas()
2433 vms[area] = kzalloc(sizeof(struct vm_struct), GFP_KERNEL); in pcpu_get_vm_areas()
2543 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas()
2591 static void show_numa_info(struct seq_file *m, struct vm_struct *v) in show_numa_info()
2618 struct vm_struct *v; in s_show()