Lines Matching refs:vm_struct
2422 static struct vm_struct *vmlist __initdata;
2424 static inline unsigned int vm_area_page_order(struct vm_struct *vm) in vm_area_page_order()
2433 static inline void set_vm_area_page_order(struct vm_struct *vm, unsigned int order) in set_vm_area_page_order()
2452 void __init vm_area_add_early(struct vm_struct *vm) in vm_area_add_early()
2454 struct vm_struct *tmp, **p; in vm_area_add_early()
2480 void __init vm_area_register_early(struct vm_struct *vm, size_t align) in vm_area_register_early()
2483 struct vm_struct *cur, **p; in vm_area_register_early()
2541 static inline void setup_vmalloc_vm_locked(struct vm_struct *vm, in setup_vmalloc_vm_locked()
2551 static void setup_vmalloc_vm(struct vm_struct *vm, struct vmap_area *va, in setup_vmalloc_vm()
2559 static void clear_vm_uninitialized_flag(struct vm_struct *vm) in clear_vm_uninitialized_flag()
2570 static struct vm_struct *__get_vm_area_node(unsigned long size, in __get_vm_area_node()
2576 struct vm_struct *area; in __get_vm_area_node()
2618 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller()
2637 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) in get_vm_area()
2645 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller()
2663 struct vm_struct *find_vm_area(const void *addr) in find_vm_area()
2684 struct vm_struct *remove_vm_area(const void *addr) in remove_vm_area()
2687 struct vm_struct *vm; in remove_vm_area()
2709 static inline void set_area_direct_map(const struct vm_struct *area, in set_area_direct_map()
2723 static void vm_reset_perms(struct vm_struct *area) in vm_reset_perms()
2809 struct vm_struct *vm; in vfree()
2862 struct vm_struct *vm; in vunmap()
2897 struct vm_struct *area; in vmap()
2971 struct vm_struct *area; in vmap_pfn()
3101 static void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask, in __vmalloc_area_node()
3240 struct vm_struct *area; in __vmalloc_node_range()
3745 struct vm_struct *vm; in vread_iter()
3856 struct vm_struct *area; in remap_vmalloc_range_partial()
3921 void free_vm_area(struct vm_struct *area) in free_vm_area()
3923 struct vm_struct *ret; in free_vm_area()
4022 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas()
4029 struct vm_struct **vms; in pcpu_get_vm_areas()
4069 vms[area] = kzalloc(sizeof(struct vm_struct), GFP_KERNEL); in pcpu_get_vm_areas()
4268 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas()
4283 struct vm_struct *vm; in vmalloc_dump_obj()
4335 static void show_numa_info(struct seq_file *m, struct vm_struct *v) in show_numa_info()
4375 struct vm_struct *v; in s_show()
4457 struct vm_struct *tmp; in vmalloc_init()