Lines Matching refs:vm_struct
1881 static struct vm_struct *vmlist __initdata;
1893 void __init vm_area_add_early(struct vm_struct *vm) in vm_area_add_early()
1895 struct vm_struct *tmp, **p; in vm_area_add_early()
1921 void __init vm_area_register_early(struct vm_struct *vm, size_t align) in vm_area_register_early()
1978 struct vm_struct *tmp; in vmalloc_init()
2034 static inline void setup_vmalloc_vm_locked(struct vm_struct *vm, in setup_vmalloc_vm_locked()
2045 static void setup_vmalloc_vm(struct vm_struct *vm, struct vmap_area *va, in setup_vmalloc_vm()
2053 static void clear_vm_uninitialized_flag(struct vm_struct *vm) in clear_vm_uninitialized_flag()
2064 static struct vm_struct *__get_vm_area_node(unsigned long size, in __get_vm_area_node()
2069 struct vm_struct *area; in __get_vm_area_node()
2101 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller()
2121 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) in get_vm_area()
2128 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller()
2145 struct vm_struct *find_vm_area(const void *addr) in find_vm_area()
2166 struct vm_struct *remove_vm_area(const void *addr) in remove_vm_area()
2175 struct vm_struct *vm = va->vm; in remove_vm_area()
2191 static inline void set_area_direct_map(const struct vm_struct *area, in set_area_direct_map()
2202 static void vm_remove_mappings(struct vm_struct *area, int deallocate_pages) in vm_remove_mappings()
2250 struct vm_struct *area; in __vunmap()
2399 struct vm_struct *area; in vmap()
2455 struct vm_struct *area; in vmap_pfn()
2471 static void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask, in __vmalloc_area_node()
2557 struct vm_struct *area; in __vmalloc_node_range()
2881 struct vm_struct *vm; in vread()
2960 struct vm_struct *vm; in vwrite()
3028 struct vm_struct *area; in remap_vmalloc_range_partial()
3094 void free_vm_area(struct vm_struct *area) in free_vm_area()
3096 struct vm_struct *ret; in free_vm_area()
3194 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas()
3201 struct vm_struct **vms; in pcpu_get_vm_areas()
3242 vms[area] = kzalloc(sizeof(struct vm_struct), GFP_KERNEL); in pcpu_get_vm_areas()
3436 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas()
3470 static void show_numa_info(struct seq_file *m, struct vm_struct *v) in show_numa_info()
3513 struct vm_struct *v; in s_show()