Lines Matching refs:vm_struct

2219 static struct vm_struct *vmlist __initdata;
2221 static inline unsigned int vm_area_page_order(struct vm_struct *vm) in vm_area_page_order()
2230 static inline void set_vm_area_page_order(struct vm_struct *vm, unsigned int order) in set_vm_area_page_order()
2249 void __init vm_area_add_early(struct vm_struct *vm) in vm_area_add_early()
2251 struct vm_struct *tmp, **p; in vm_area_add_early()
2277 void __init vm_area_register_early(struct vm_struct *vm, size_t align) in vm_area_register_early()
2280 struct vm_struct *cur, **p; in vm_area_register_early()
2341 struct vm_struct *tmp; in vmalloc_init()
2380 static inline void setup_vmalloc_vm_locked(struct vm_struct *vm, in setup_vmalloc_vm_locked()
2390 static void setup_vmalloc_vm(struct vm_struct *vm, struct vmap_area *va, in setup_vmalloc_vm()
2398 static void clear_vm_uninitialized_flag(struct vm_struct *vm) in clear_vm_uninitialized_flag()
2409 static struct vm_struct *__get_vm_area_node(unsigned long size, in __get_vm_area_node()
2415 struct vm_struct *area; in __get_vm_area_node()
2447 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller()
2466 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) in get_vm_area()
2474 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller()
2492 struct vm_struct *find_vm_area(const void *addr) in find_vm_area()
2513 struct vm_struct *remove_vm_area(const void *addr) in remove_vm_area()
2522 struct vm_struct *vm = va->vm; in remove_vm_area()
2537 static inline void set_area_direct_map(const struct vm_struct *area, in set_area_direct_map()
2549 static void vm_remove_mappings(struct vm_struct *area, int deallocate_pages) in vm_remove_mappings()
2601 struct vm_struct *area; in __vunmap()
2751 struct vm_struct *area; in vmap()
2816 struct vm_struct *area; in vmap_pfn()
2918 static void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask, in __vmalloc_area_node()
3016 struct vm_struct *area; in __vmalloc_node_range()
3359 struct vm_struct *vm; in vread()
3440 struct vm_struct *area; in remap_vmalloc_range_partial()
3505 void free_vm_area(struct vm_struct *area) in free_vm_area()
3507 struct vm_struct *ret; in free_vm_area()
3606 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas()
3613 struct vm_struct **vms; in pcpu_get_vm_areas()
3654 vms[area] = kzalloc(sizeof(struct vm_struct), GFP_KERNEL); in pcpu_get_vm_areas()
3848 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas()
3861 struct vm_struct *vm; in vmalloc_dump_obj()
3897 static void show_numa_info(struct seq_file *m, struct vm_struct *v) in show_numa_info()
3937 struct vm_struct *v; in s_show()