Lines Matching refs:vm_struct

2286 static struct vm_struct *vmlist __initdata;
2288 static inline unsigned int vm_area_page_order(struct vm_struct *vm) in vm_area_page_order()
2297 static inline void set_vm_area_page_order(struct vm_struct *vm, unsigned int order) in set_vm_area_page_order()
2316 void __init vm_area_add_early(struct vm_struct *vm) in vm_area_add_early()
2318 struct vm_struct *tmp, **p; in vm_area_add_early()
2344 void __init vm_area_register_early(struct vm_struct *vm, size_t align) in vm_area_register_early()
2347 struct vm_struct *cur, **p; in vm_area_register_early()
2408 struct vm_struct *tmp; in vmalloc_init()
2447 static inline void setup_vmalloc_vm_locked(struct vm_struct *vm, in setup_vmalloc_vm_locked()
2457 static void setup_vmalloc_vm(struct vm_struct *vm, struct vmap_area *va, in setup_vmalloc_vm()
2465 static void clear_vm_uninitialized_flag(struct vm_struct *vm) in clear_vm_uninitialized_flag()
2476 static struct vm_struct *__get_vm_area_node(unsigned long size, in __get_vm_area_node()
2482 struct vm_struct *area; in __get_vm_area_node()
2524 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller()
2543 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) in get_vm_area()
2551 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller()
2569 struct vm_struct *find_vm_area(const void *addr) in find_vm_area()
2590 struct vm_struct *remove_vm_area(const void *addr) in remove_vm_area()
2599 struct vm_struct *vm = va->vm; in remove_vm_area()
2614 static inline void set_area_direct_map(const struct vm_struct *area, in set_area_direct_map()
2626 static void vm_remove_mappings(struct vm_struct *area, int deallocate_pages) in vm_remove_mappings()
2678 struct vm_struct *area; in __vunmap()
2832 struct vm_struct *area; in vmap()
2897 struct vm_struct *area; in vmap_pfn()
3005 static void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask, in __vmalloc_area_node()
3133 struct vm_struct *area; in __vmalloc_node_range()
3526 struct vm_struct *vm; in vread()
3609 struct vm_struct *area; in remap_vmalloc_range_partial()
3674 void free_vm_area(struct vm_struct *area) in free_vm_area()
3676 struct vm_struct *ret; in free_vm_area()
3775 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas()
3782 struct vm_struct **vms; in pcpu_get_vm_areas()
3822 vms[area] = kzalloc(sizeof(struct vm_struct), GFP_KERNEL); in pcpu_get_vm_areas()
4021 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas()
4034 struct vm_struct *vm; in vmalloc_dump_obj()
4070 static void show_numa_info(struct seq_file *m, struct vm_struct *v) in show_numa_info()
4110 struct vm_struct *v; in s_show()