Lines Matching refs:vm_struct
1874 static struct vm_struct *vmlist __initdata;
1886 void __init vm_area_add_early(struct vm_struct *vm) in vm_area_add_early()
1888 struct vm_struct *tmp, **p; in vm_area_add_early()
1914 void __init vm_area_register_early(struct vm_struct *vm, size_t align) in vm_area_register_early()
1971 struct vm_struct *tmp; in vmalloc_init()
2027 static inline void setup_vmalloc_vm_locked(struct vm_struct *vm, in setup_vmalloc_vm_locked()
2037 static void setup_vmalloc_vm(struct vm_struct *vm, struct vmap_area *va, in setup_vmalloc_vm()
2045 static void clear_vm_uninitialized_flag(struct vm_struct *vm) in clear_vm_uninitialized_flag()
2056 static struct vm_struct *__get_vm_area_node(unsigned long size, in __get_vm_area_node()
2061 struct vm_struct *area; in __get_vm_area_node()
2093 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller()
2112 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) in get_vm_area()
2119 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller()
2136 struct vm_struct *find_vm_area(const void *addr) in find_vm_area()
2157 struct vm_struct *remove_vm_area(const void *addr) in remove_vm_area()
2166 struct vm_struct *vm = va->vm; in remove_vm_area()
2181 static inline void set_area_direct_map(const struct vm_struct *area, in set_area_direct_map()
2192 static void vm_remove_mappings(struct vm_struct *area, int deallocate_pages) in vm_remove_mappings()
2240 struct vm_struct *area; in __vunmap()
2389 struct vm_struct *area; in vmap()
2443 struct vm_struct *area; in vmap_pfn()
2459 static void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask, in __vmalloc_area_node()
2545 struct vm_struct *area; in __vmalloc_node_range()
2869 struct vm_struct *vm; in vread()
2948 struct vm_struct *vm; in vwrite()
3016 struct vm_struct *area; in remap_vmalloc_range_partial()
3082 void free_vm_area(struct vm_struct *area) in free_vm_area()
3084 struct vm_struct *ret; in free_vm_area()
3182 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas()
3189 struct vm_struct **vms; in pcpu_get_vm_areas()
3230 vms[area] = kzalloc(sizeof(struct vm_struct), GFP_KERNEL); in pcpu_get_vm_areas()
3424 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas()
3458 static void show_numa_info(struct seq_file *m, struct vm_struct *v) in show_numa_info()
3501 struct vm_struct *v; in s_show()