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()
3015 static struct vm_struct *vmlist __initdata;
3017 static inline unsigned int vm_area_page_order(struct vm_struct *vm) in vm_area_page_order()
3026 unsigned int get_vm_area_page_order(struct vm_struct *vm) in get_vm_area_page_order()
3031 static inline void set_vm_area_page_order(struct vm_struct *vm, unsigned int order) in set_vm_area_page_order()
3050 void __init vm_area_add_early(struct vm_struct *vm) in vm_area_add_early()
3052 struct vm_struct *tmp, **p; in vm_area_add_early()
3078 void __init vm_area_register_early(struct vm_struct *vm, size_t align) in vm_area_register_early()
3081 struct vm_struct *cur, **p; in vm_area_register_early()
3098 static void clear_vm_uninitialized_flag(struct vm_struct *vm) in clear_vm_uninitialized_flag()
3109 struct vm_struct *__get_vm_area_node(unsigned long size, in __get_vm_area_node()
3115 struct vm_struct *area; in __get_vm_area_node()
3159 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller()
3178 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) in get_vm_area()
3186 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller()
3204 struct vm_struct *find_vm_area(const void *addr) in find_vm_area()
3225 struct vm_struct *remove_vm_area(const void *addr) in remove_vm_area()
3228 struct vm_struct *vm; in remove_vm_area()
3250 static inline void set_area_direct_map(const struct vm_struct *area, in set_area_direct_map()
3264 static void vm_reset_perms(struct vm_struct *area) in vm_reset_perms()
3350 struct vm_struct *vm; in vfree()
3405 struct vm_struct *vm; in vunmap()
3440 struct vm_struct *area; in vmap()
3514 struct vm_struct *area; in vmap_pfn()
3624 static void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask, in __vmalloc_area_node()
3772 struct vm_struct *area; in __vmalloc_node_range_noprof()
4067 struct vm_struct *vm = NULL; in vrealloc_noprof()
4359 struct vm_struct *vm; in vread_iter()
4477 struct vm_struct *area; in remap_vmalloc_range_partial()
4542 void free_vm_area(struct vm_struct *area) in free_vm_area()
4544 struct vm_struct *ret; in free_vm_area()
4643 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas()
4650 struct vm_struct **vms; in pcpu_get_vm_areas()
4690 vms[area] = kzalloc(sizeof(struct vm_struct), GFP_KERNEL); in pcpu_get_vm_areas()
4891 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas()
4905 struct vm_struct *vm; in vmalloc_dump_obj()
4937 static void show_numa_info(struct seq_file *m, struct vm_struct *v) in show_numa_info()
4984 struct vm_struct *v; in vmalloc_info_show()
5070 struct vm_struct *busy; in vmap_init_free_space()
5194 struct vm_struct *tmp; in vmalloc_init()