Lines Matching refs:vm_struct

2322 static struct vm_struct *vmlist __initdata;
2324 static inline unsigned int vm_area_page_order(struct vm_struct *vm) in vm_area_page_order()
2333 static inline void set_vm_area_page_order(struct vm_struct *vm, unsigned int order) in set_vm_area_page_order()
2352 void __init vm_area_add_early(struct vm_struct *vm) in vm_area_add_early()
2354 struct vm_struct *tmp, **p; in vm_area_add_early()
2380 void __init vm_area_register_early(struct vm_struct *vm, size_t align) in vm_area_register_early()
2383 struct vm_struct *cur, **p; in vm_area_register_early()
2441 static inline void setup_vmalloc_vm_locked(struct vm_struct *vm, in setup_vmalloc_vm_locked()
2451 static void setup_vmalloc_vm(struct vm_struct *vm, struct vmap_area *va, in setup_vmalloc_vm()
2459 static void clear_vm_uninitialized_flag(struct vm_struct *vm) in clear_vm_uninitialized_flag()
2470 static struct vm_struct *__get_vm_area_node(unsigned long size, in __get_vm_area_node()
2476 struct vm_struct *area; in __get_vm_area_node()
2518 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller()
2537 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) in get_vm_area()
2545 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller()
2563 struct vm_struct *find_vm_area(const void *addr) in find_vm_area()
2584 struct vm_struct *remove_vm_area(const void *addr) in remove_vm_area()
2587 struct vm_struct *vm; in remove_vm_area()
2609 static inline void set_area_direct_map(const struct vm_struct *area, in set_area_direct_map()
2623 static void vm_reset_perms(struct vm_struct *area) in vm_reset_perms()
2709 struct vm_struct *vm; in vfree()
2762 struct vm_struct *vm; in vunmap()
2797 struct vm_struct *area; in vmap()
2865 struct vm_struct *area; in vmap_pfn()
2973 static void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask, in __vmalloc_area_node()
3101 struct vm_struct *area; in __vmalloc_node_range()
3556 struct vm_struct *vm; in vread()
3656 struct vm_struct *area; in remap_vmalloc_range_partial()
3721 void free_vm_area(struct vm_struct *area) in free_vm_area()
3723 struct vm_struct *ret; in free_vm_area()
3822 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas()
3829 struct vm_struct **vms; in pcpu_get_vm_areas()
3869 vms[area] = kzalloc(sizeof(struct vm_struct), GFP_KERNEL); in pcpu_get_vm_areas()
4068 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas()
4081 struct vm_struct *vm; in vmalloc_dump_obj()
4117 static void show_numa_info(struct seq_file *m, struct vm_struct *v) in show_numa_info()
4157 struct vm_struct *v; in s_show()
4239 struct vm_struct *tmp; in vmalloc_init()