Lines Matching refs:vm_struct

1146 static struct vm_struct *vmlist __initdata;
1157 void __init vm_area_add_early(struct vm_struct *vm) in vm_area_add_early()
1159 struct vm_struct *tmp, **p; in vm_area_add_early()
1185 void __init vm_area_register_early(struct vm_struct *vm, size_t align) in vm_area_register_early()
1201 struct vm_struct *tmp; in vmalloc_init()
1294 int map_vm_area(struct vm_struct *area, pgprot_t prot, struct page **pages) in map_vm_area()
1306 static void setup_vmalloc_vm(struct vm_struct *vm, struct vmap_area *va, in setup_vmalloc_vm()
1319 static void clear_vm_uninitialized_flag(struct vm_struct *vm) in clear_vm_uninitialized_flag()
1330 static struct vm_struct *__get_vm_area_node(unsigned long size, in __get_vm_area_node()
1335 struct vm_struct *area; in __get_vm_area_node()
1364 struct vm_struct *__get_vm_area(unsigned long size, unsigned long flags, in __get_vm_area()
1372 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller()
1389 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) in get_vm_area()
1396 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller()
1411 struct vm_struct *find_vm_area(const void *addr) in find_vm_area()
1430 struct vm_struct *remove_vm_area(const void *addr) in remove_vm_area()
1436 struct vm_struct *vm = va->vm; in remove_vm_area()
1454 struct vm_struct *area; in __vunmap()
1555 struct vm_struct *area; in vmap()
1579 static void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask, in __vmalloc_area_node()
1658 struct vm_struct *area; in __vmalloc_node_range()
1775 struct vm_struct *area; in vmalloc_user()
1880 struct vm_struct *area; in vmalloc_32_user()
2003 struct vm_struct *vm; in vread()
2084 struct vm_struct *vm; in vwrite()
2150 struct vm_struct *area; in remap_vmalloc_range_partial()
2243 struct vm_struct *alloc_vm_area(size_t size, pte_t **ptes) in alloc_vm_area()
2245 struct vm_struct *area; in alloc_vm_area()
2266 void free_vm_area(struct vm_struct *area) in free_vm_area()
2268 struct vm_struct *ret; in free_vm_area()
2383 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas()
2390 struct vm_struct **vms; in pcpu_get_vm_areas()
2434 vms[area] = kzalloc(sizeof(struct vm_struct), GFP_KERNEL); in pcpu_get_vm_areas()
2544 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas()
2592 static void show_numa_info(struct seq_file *m, struct vm_struct *v) in show_numa_info()
2619 struct vm_struct *v; in s_show()