Searched refs:vm_struct (Results 1 – 6 of 6) sorted by relevance
52 struct vm_struct { struct53 struct vm_struct *next; argument82 struct vm_struct *vm; /* in "busy" tree */ argument253 extern struct vm_struct *get_vm_area_caller(unsigned long size,259 void free_vm_area(struct vm_struct *area);260 extern struct vm_struct *remove_vm_area(const void *addr);261 extern struct vm_struct *find_vm_area(const void *addr);286 __init void vm_area_add_early(struct vm_struct *vm);305 struct vm_struct *vm = find_vm_area(addr); in set_vm_flush_reset_perms()322 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms);[all …]
22 extern void kmemleak_vmalloc(const struct vm_struct *area, size_t size,76 static inline void kmemleak_vmalloc(const struct vm_struct *area, size_t size, in kmemleak_vmalloc()
190 struct vm_struct *execmem_vmap(size_t size);
15 struct vm_struct;643 void kasan_free_module_shadow(const struct vm_struct *vm);648 static inline void kasan_free_module_shadow(const struct vm_struct *vm) {} in kasan_free_module_shadow()
1581 struct vm_struct *stack_vm_area;
196 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area()201 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area()
Completed in 674 milliseconds