Lines Matching refs:vm_struct

332 	struct vm_struct *area;  in ioremap_page_range()
666 static int check_sparse_vm_area(struct vm_struct *area, unsigned long start, in check_sparse_vm_area()
691 int vm_area_map_pages(struct vm_struct *area, unsigned long start, in vm_area_map_pages()
709 void vm_area_unmap_pages(struct vm_struct *area, unsigned long start, in vm_area_unmap_pages()
1938 static inline void setup_vmalloc_vm(struct vm_struct *vm, in setup_vmalloc_vm()
1956 unsigned long va_flags, struct vm_struct *vm) in alloc_vmap_area()
2999 static struct vm_struct *vmlist __initdata;
3001 static inline unsigned int vm_area_page_order(struct vm_struct *vm) in vm_area_page_order()
3010 static inline void set_vm_area_page_order(struct vm_struct *vm, unsigned int order) in set_vm_area_page_order()
3029 void __init vm_area_add_early(struct vm_struct *vm) in vm_area_add_early()
3031 struct vm_struct *tmp, **p; in vm_area_add_early()
3057 void __init vm_area_register_early(struct vm_struct *vm, size_t align) in vm_area_register_early()
3060 struct vm_struct *cur, **p; in vm_area_register_early()
3077 static void clear_vm_uninitialized_flag(struct vm_struct *vm) in clear_vm_uninitialized_flag()
3088 static struct vm_struct *__get_vm_area_node(unsigned long size, in __get_vm_area_node()
3094 struct vm_struct *area; in __get_vm_area_node()
3137 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller()
3156 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) in get_vm_area()
3164 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller()
3182 struct vm_struct *find_vm_area(const void *addr) in find_vm_area()
3203 struct vm_struct *remove_vm_area(const void *addr) in remove_vm_area()
3206 struct vm_struct *vm; in remove_vm_area()
3228 static inline void set_area_direct_map(const struct vm_struct *area, in set_area_direct_map()
3242 static void vm_reset_perms(struct vm_struct *area) in vm_reset_perms()
3328 struct vm_struct *vm; in vfree()
3381 struct vm_struct *vm; in vunmap()
3416 struct vm_struct *area; in vmap()
3490 struct vm_struct *area; in vmap_pfn()
3600 static void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask, in __vmalloc_area_node()
3748 struct vm_struct *area; in __vmalloc_node_range_noprof()
4061 struct vm_struct *vm; in vrealloc_noprof()
4324 struct vm_struct *vm; in vread_iter()
4442 struct vm_struct *area; in remap_vmalloc_range_partial()
4507 void free_vm_area(struct vm_struct *area) in free_vm_area()
4509 struct vm_struct *ret; in free_vm_area()
4608 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas()
4615 struct vm_struct **vms; in pcpu_get_vm_areas()
4655 vms[area] = kzalloc(sizeof(struct vm_struct), GFP_KERNEL); in pcpu_get_vm_areas()
4854 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas()
4868 struct vm_struct *vm; in vmalloc_dump_obj()
4900 static void show_numa_info(struct seq_file *m, struct vm_struct *v) in show_numa_info()
4947 struct vm_struct *v; in vmalloc_info_show()
5033 struct vm_struct *busy; in vmap_init_free_space()
5157 struct vm_struct *tmp; in vmalloc_init()