Lines Matching refs:vm_struct

2215 static struct vm_struct *vmlist __initdata;
2217 static inline unsigned int vm_area_page_order(struct vm_struct *vm) in vm_area_page_order()
2226 static inline void set_vm_area_page_order(struct vm_struct *vm, unsigned int order) in set_vm_area_page_order()
2245 void __init vm_area_add_early(struct vm_struct *vm) in vm_area_add_early()
2247 struct vm_struct *tmp, **p; in vm_area_add_early()
2273 void __init vm_area_register_early(struct vm_struct *vm, size_t align) in vm_area_register_early()
2330 struct vm_struct *tmp; in vmalloc_init()
2369 static inline void setup_vmalloc_vm_locked(struct vm_struct *vm, in setup_vmalloc_vm_locked()
2379 static void setup_vmalloc_vm(struct vm_struct *vm, struct vmap_area *va, in setup_vmalloc_vm()
2387 static void clear_vm_uninitialized_flag(struct vm_struct *vm) in clear_vm_uninitialized_flag()
2398 static struct vm_struct *__get_vm_area_node(unsigned long size, in __get_vm_area_node()
2404 struct vm_struct *area; in __get_vm_area_node()
2436 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller()
2455 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) in get_vm_area()
2463 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller()
2481 struct vm_struct *find_vm_area(const void *addr) in find_vm_area()
2502 struct vm_struct *remove_vm_area(const void *addr) in remove_vm_area()
2511 struct vm_struct *vm = va->vm; in remove_vm_area()
2526 static inline void set_area_direct_map(const struct vm_struct *area, in set_area_direct_map()
2538 static void vm_remove_mappings(struct vm_struct *area, int deallocate_pages) in vm_remove_mappings()
2590 struct vm_struct *area; in __vunmap()
2740 struct vm_struct *area; in vmap()
2798 struct vm_struct *area; in vmap_pfn()
2885 static void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask, in __vmalloc_area_node()
2974 struct vm_struct *area; in __vmalloc_node_range()
3317 struct vm_struct *vm; in vread()
3398 struct vm_struct *area; in remap_vmalloc_range_partial()
3463 void free_vm_area(struct vm_struct *area) in free_vm_area()
3465 struct vm_struct *ret; in free_vm_area()
3564 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas()
3571 struct vm_struct **vms; in pcpu_get_vm_areas()
3612 vms[area] = kzalloc(sizeof(struct vm_struct), GFP_KERNEL); in pcpu_get_vm_areas()
3806 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas()
3819 struct vm_struct *vm; in vmalloc_dump_obj()
3855 static void show_numa_info(struct seq_file *m, struct vm_struct *v) in show_numa_info()
3895 struct vm_struct *v; in s_show()