Lines Matching refs:vm_struct

1189 static struct vm_struct *vmlist __initdata;
1200 void __init vm_area_add_early(struct vm_struct *vm) in vm_area_add_early()
1202 struct vm_struct *tmp, **p; in vm_area_add_early()
1228 void __init vm_area_register_early(struct vm_struct *vm, size_t align) in vm_area_register_early()
1244 struct vm_struct *tmp; in vmalloc_init()
1337 int map_vm_area(struct vm_struct *area, pgprot_t prot, struct page **pages) in map_vm_area()
1349 static void setup_vmalloc_vm(struct vm_struct *vm, struct vmap_area *va, in setup_vmalloc_vm()
1362 static void clear_vm_uninitialized_flag(struct vm_struct *vm) in clear_vm_uninitialized_flag()
1373 static struct vm_struct *__get_vm_area_node(unsigned long size, in __get_vm_area_node()
1378 struct vm_struct *area; in __get_vm_area_node()
1407 struct vm_struct *__get_vm_area(unsigned long size, unsigned long flags, in __get_vm_area()
1415 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller()
1432 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) in get_vm_area()
1439 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller()
1454 struct vm_struct *find_vm_area(const void *addr) in find_vm_area()
1473 struct vm_struct *remove_vm_area(const void *addr) in remove_vm_area()
1481 struct vm_struct *vm = va->vm; in remove_vm_area()
1499 struct vm_struct *area; in __vunmap()
1628 struct vm_struct *area; in vmap()
1653 static void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask, in __vmalloc_area_node()
1733 struct vm_struct *area; in __vmalloc_node_range()
1858 struct vm_struct *area; in vmalloc_user()
1963 struct vm_struct *area; in vmalloc_32_user()
2086 struct vm_struct *vm; in vread()
2167 struct vm_struct *vm; in vwrite()
2233 struct vm_struct *area; in remap_vmalloc_range_partial()
2326 struct vm_struct *alloc_vm_area(size_t size, pte_t **ptes) in alloc_vm_area()
2328 struct vm_struct *area; in alloc_vm_area()
2349 void free_vm_area(struct vm_struct *area) in free_vm_area()
2351 struct vm_struct *ret; in free_vm_area()
2466 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas()
2473 struct vm_struct **vms; in pcpu_get_vm_areas()
2513 vms[area] = kzalloc(sizeof(struct vm_struct), GFP_KERNEL); in pcpu_get_vm_areas()
2623 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas()
2652 static void show_numa_info(struct seq_file *m, struct vm_struct *v) in show_numa_info()
2679 struct vm_struct *v; in s_show()