Home
last modified time | relevance | path

Searched refs:vm_struct (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v5.15/include/linux/
Dvmalloc.h52 struct vm_struct { struct
53 struct vm_struct *next; argument
81 struct vm_struct *vm; /* in "busy" tree */ argument
190 static inline size_t get_vm_area_size(const struct vm_struct *area) in get_vm_area_size()
200 extern struct vm_struct *get_vm_area(unsigned long size, unsigned long flags);
201 extern struct vm_struct *get_vm_area_caller(unsigned long size,
203 extern struct vm_struct *__get_vm_area_caller(unsigned long size,
207 void free_vm_area(struct vm_struct *area);
208 extern struct vm_struct *remove_vm_area(const void *addr);
209 extern struct vm_struct *find_vm_area(const void *addr);
[all …]
Dkmemleak.h22 extern void kmemleak_vmalloc(const struct vm_struct *area, size_t size,
75 static inline void kmemleak_vmalloc(const struct vm_struct *area, size_t size, in kmemleak_vmalloc()
Dkasan.h12 struct vm_struct;
465 void kasan_free_shadow(const struct vm_struct *vm);
470 static inline void kasan_free_shadow(const struct vm_struct *vm) {} in kasan_free_shadow()
/Linux-v5.15/arch/m68k/mm/
Dkmap.c37 static inline struct vm_struct *get_io_area(unsigned long size) in get_io_area()
52 static struct vm_struct *iolist;
108 static struct vm_struct *get_io_area(unsigned long size) in get_io_area()
111 struct vm_struct **p, *tmp, *area; in get_io_area()
135 struct vm_struct **p, *tmp; in free_io_area()
160 struct vm_struct *area; in __ioremap()
Dsun3kmap.c66 struct vm_struct *area; in sun3_ioremap()
/Linux-v5.15/mm/
Dvmalloc.c2215 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()
[all …]
Dioremap.c18 struct vm_struct *area; in ioremap_prot()
/Linux-v5.15/kernel/dma/
Dremap.c11 struct vm_struct *area = find_vm_area(cpu_addr); in dma_common_find_pages()
62 struct vm_struct *area = find_vm_area(cpu_addr); in dma_common_free_remap()
/Linux-v5.15/arch/arm/mm/
Dioremap.c52 struct vm_struct *vm; in find_static_vm_paddr()
74 struct vm_struct *vm; in find_static_vm_vaddr()
93 struct vm_struct *vm; in add_static_vm_early()
250 struct vm_struct *area; in __arm_ioremap_pfn_caller()
423 struct vm_struct *vm; in __iounmap()
Dmm.h69 struct vm_struct vm;
/Linux-v5.15/include/linux/sched/
Dtask.h145 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area()
150 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area()
/Linux-v5.15/arch/sh/mm/
Dioremap.c88 struct vm_struct *area; in __ioremap_caller()
164 struct vm_struct *p; in iounmap()
/Linux-v5.15/arch/nios2/mm/
Dioremap.c121 struct vm_struct *area; in ioremap()
178 struct vm_struct *p; in iounmap()
/Linux-v5.15/arch/hexagon/mm/
Dioremap.c16 struct vm_struct *area; in ioremap()
/Linux-v5.15/arch/xtensa/mm/
Dioremap.c19 struct vm_struct *area; in xtensa_ioremap()
/Linux-v5.15/arch/parisc/mm/
Dioremap.c31 struct vm_struct *area; in ioremap()
/Linux-v5.15/arch/openrisc/mm/
Dioremap.c41 struct vm_struct *area = NULL; in ioremap()
/Linux-v5.15/arch/arm64/mm/
Dioremap.c27 struct vm_struct *area; in __ioremap_caller()
/Linux-v5.15/arch/arc/mm/
Dioremap.c59 struct vm_struct *area; in ioremap_prot()
/Linux-v5.15/arch/mips/mm/
Dioremap.c51 struct vm_struct *area; in ioremap_prot()
/Linux-v5.15/mm/kasan/
Dshadow.c222 struct vm_struct *vm; in kasan_mem_notifier()
527 void kasan_free_shadow(const struct vm_struct *vm) in kasan_free_shadow()
/Linux-v5.15/arch/sh/kernel/cpu/sh4/
Dsq.c104 struct vm_struct *vma; in __sq_remap()
230 struct vm_struct *vma; in sq_unmap()
/Linux-v5.15/arch/ia64/mm/
Dioremap.c36 struct vm_struct *area; in ioremap()
/Linux-v5.15/arch/powerpc/mm/
Dioremap.c81 struct vm_struct *area; in do_ioremap()
/Linux-v5.15/arch/x86/xen/
Dgrant-table.c26 struct vm_struct *area;

12