| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | vmalloc.h | 52 struct vm_struct { struct 53 struct vm_struct *next; argument 80 struct vm_struct *vm; /* in "busy" tree */ argument 152 static inline size_t get_vm_area_size(const struct vm_struct *area) in get_vm_area_size() 162 extern struct vm_struct *get_vm_area(unsigned long size, unsigned long flags); 163 extern struct vm_struct *get_vm_area_caller(unsigned long size, 165 extern struct vm_struct *__get_vm_area_caller(unsigned long size, 169 void free_vm_area(struct vm_struct *area); 170 extern struct vm_struct *remove_vm_area(const void *addr); 171 extern struct vm_struct *find_vm_area(const void *addr); [all …]
|
| H A D | kmemleak.h | 22 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()
|
| H A D | kasan.h | 13 struct vm_struct; 450 void kasan_free_shadow(const struct vm_struct *vm); 455 static inline void kasan_free_shadow(const struct vm_struct *vm) {} in kasan_free_shadow()
|
| /OK3568_Linux_fs/kernel/arch/m68k/mm/ |
| H A D | kmap.c | 38 static inline struct vm_struct *get_io_area(unsigned long size) in get_io_area() 53 static struct vm_struct *iolist; 109 static struct vm_struct *get_io_area(unsigned long size) in get_io_area() 112 struct vm_struct **p, *tmp, *area; in get_io_area() 136 struct vm_struct **p, *tmp; in free_io_area() 161 struct vm_struct *area; in __ioremap()
|
| H A D | sun3kmap.c | 66 struct vm_struct *area; in sun3_ioremap()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | vmalloc.c | 1881 static struct vm_struct *vmlist __initdata; 1893 void __init vm_area_add_early(struct vm_struct *vm) in vm_area_add_early() 1895 struct vm_struct *tmp, **p; in vm_area_add_early() 1921 void __init vm_area_register_early(struct vm_struct *vm, size_t align) in vm_area_register_early() 1978 struct vm_struct *tmp; in vmalloc_init() 2034 static inline void setup_vmalloc_vm_locked(struct vm_struct *vm, in setup_vmalloc_vm_locked() 2045 static void setup_vmalloc_vm(struct vm_struct *vm, struct vmap_area *va, in setup_vmalloc_vm() 2053 static void clear_vm_uninitialized_flag(struct vm_struct *vm) in clear_vm_uninitialized_flag() 2064 static struct vm_struct *__get_vm_area_node(unsigned long size, in __get_vm_area_node() 2069 struct vm_struct *area; in __get_vm_area_node() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | ioremap.c | 52 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()
|
| H A D | mm.h | 69 struct vm_struct vm;
|
| /OK3568_Linux_fs/kernel/kernel/dma/ |
| H A D | remap.c | 11 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()
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | ioremap.c | 88 struct vm_struct *area; in __ioremap_caller() 164 struct vm_struct *p; in iounmap()
|
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | task.h | 148 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area() 153 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area()
|
| /OK3568_Linux_fs/kernel/arch/nios2/mm/ |
| H A D | ioremap.c | 121 struct vm_struct *area; in ioremap() 178 struct vm_struct *p; in iounmap()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/ |
| H A D | minidump_log.c | 232 static unsigned int calculate_copy_pages(u64 sp, struct vm_struct *stack_area) in calculate_copy_pages() 252 struct vm_struct *stack_vm_area; in dump_stack_minidump() 394 struct vm_struct *stack_vm_area; in md_current_stack_ipi_handler() 418 struct vm_struct *stack_vm_area; in update_md_suspend_current_stack() 449 struct vm_struct *stack_vm_area; in register_current_stack() 490 struct vm_struct *stack_vm_area = task_stack_vm_area(current); in register_suspend_stack()
|
| /OK3568_Linux_fs/kernel/arch/hexagon/mm/ |
| H A D | ioremap.c | 16 struct vm_struct *area; in ioremap()
|
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | mm.h | 118 TP_PROTO(unsigned long flags, struct vm_struct *vm), 121 TP_PROTO(struct seq_file *m, struct vm_struct *v), 288 TP_PROTO(struct vm_struct *vm),
|
| /OK3568_Linux_fs/kernel/arch/xtensa/mm/ |
| H A D | ioremap.c | 19 struct vm_struct *area; in xtensa_ioremap()
|
| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H A D | shadow.c | 216 struct vm_struct *vm; in kasan_mem_notifier() 521 void kasan_free_shadow(const struct vm_struct *vm) in kasan_free_shadow()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4/ |
| H A D | sq.c | 104 struct vm_struct *vma; in __sq_remap() 230 struct vm_struct *vma; in sq_unmap()
|
| /OK3568_Linux_fs/kernel/arch/parisc/mm/ |
| H A D | ioremap.c | 31 struct vm_struct *area; in ioremap()
|
| /OK3568_Linux_fs/kernel/arch/openrisc/mm/ |
| H A D | ioremap.c | 42 struct vm_struct *area = NULL; in ioremap()
|
| /OK3568_Linux_fs/kernel/arch/arc/mm/ |
| H A D | ioremap.c | 58 struct vm_struct *area; in ioremap_prot()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | ioremap.c | 28 struct vm_struct *area; in __ioremap_caller()
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | ioremap.c | 51 struct vm_struct *area; in ioremap_prot()
|
| /OK3568_Linux_fs/kernel/arch/ia64/mm/ |
| H A D | ioremap.c | 36 struct vm_struct *area; in ioremap()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | ioremap.c | 81 struct vm_struct *area; in do_ioremap()
|