Lines Matching refs:vm_struct
344 struct vm_struct *area; in ioremap_page_range()
721 static int check_sparse_vm_area(struct vm_struct *area, unsigned long start, in check_sparse_vm_area()
746 int vm_area_map_pages(struct vm_struct *area, unsigned long start, in vm_area_map_pages()
764 void vm_area_unmap_pages(struct vm_struct *area, unsigned long start, in vm_area_unmap_pages()
2010 static inline void setup_vmalloc_vm(struct vm_struct *vm, in setup_vmalloc_vm()
2028 unsigned long va_flags, struct vm_struct *vm) in alloc_vmap_area()
3096 static struct vm_struct *vmlist __initdata;
3098 static inline unsigned int vm_area_page_order(struct vm_struct *vm) in vm_area_page_order()
3107 unsigned int get_vm_area_page_order(struct vm_struct *vm) in get_vm_area_page_order()
3112 static inline void set_vm_area_page_order(struct vm_struct *vm, unsigned int order) in set_vm_area_page_order()
3131 void __init vm_area_add_early(struct vm_struct *vm) in vm_area_add_early()
3133 struct vm_struct *tmp, **p; in vm_area_add_early()
3159 void __init vm_area_register_early(struct vm_struct *vm, size_t align) in vm_area_register_early()
3162 struct vm_struct *cur, **p; in vm_area_register_early()
3179 static void clear_vm_uninitialized_flag(struct vm_struct *vm) in clear_vm_uninitialized_flag()
3190 struct vm_struct *__get_vm_area_node(unsigned long size, in __get_vm_area_node()
3196 struct vm_struct *area; in __get_vm_area_node()
3240 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller()
3259 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) in get_vm_area()
3267 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller()
3285 struct vm_struct *find_vm_area(const void *addr) in find_vm_area()
3306 struct vm_struct *remove_vm_area(const void *addr) in remove_vm_area()
3309 struct vm_struct *vm; in remove_vm_area()
3331 static inline void set_area_direct_map(const struct vm_struct *area, in set_area_direct_map()
3345 static void vm_reset_perms(struct vm_struct *area) in vm_reset_perms()
3431 struct vm_struct *vm; in vfree()
3487 struct vm_struct *vm; in vunmap()
3522 struct vm_struct *area; in vmap()
3596 struct vm_struct *area; in vmap_pfn()
3752 struct vm_struct *area, *tmp; in cleanup_vm_area_work()
3772 static void defer_vm_area_cleanup(struct vm_struct *area) in defer_vm_area_cleanup()
3814 static void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask, in __vmalloc_area_node()
3978 struct vm_struct *area; in __vmalloc_node_range_noprof()
4286 struct vm_struct *vm = NULL; in vrealloc_node_align_noprof()
4588 struct vm_struct *vm; in vread_iter()
4706 struct vm_struct *area; in remap_vmalloc_range_partial()
4771 void free_vm_area(struct vm_struct *area) in free_vm_area()
4773 struct vm_struct *ret; in free_vm_area()
4872 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas()
4879 struct vm_struct **vms; in pcpu_get_vm_areas()
4919 vms[area] = kzalloc(sizeof(struct vm_struct), GFP_KERNEL); in pcpu_get_vm_areas()
5118 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas()
5132 struct vm_struct *vm; in vmalloc_dump_obj()
5171 static void show_numa_info(struct seq_file *m, struct vm_struct *v, in show_numa_info()
5209 struct vm_struct *v; in vmalloc_info_show()
5298 struct vm_struct *busy; in vmap_init_free_space()
5419 struct vm_struct *tmp; in vmalloc_init()