Home
last modified time | relevance | path

Searched defs:vm (Results 1 – 3 of 3) sorted by relevance

/mm/
Dvmalloc.c1136 void __init vm_area_add_early(struct vm_struct *vm) in vm_area_add_early()
1164 void __init vm_area_register_early(struct vm_struct *vm, size_t align) in vm_area_register_early()
1285 static void setup_vmalloc_vm(struct vm_struct *vm, struct vmap_area *va, in setup_vmalloc_vm()
1298 static void clear_vm_uninitialized_flag(struct vm_struct *vm) in clear_vm_uninitialized_flag()
1416 struct vm_struct *vm = va->vm; in remove_vm_area() local
1981 struct vm_struct *vm; in vread() local
2062 struct vm_struct *vm; in vwrite() local
Dpercpu.c2096 static struct vm_struct vm; in pcpu_page_first_chunk() local
Dzsmalloc.c274 struct vm_struct *vm; /* vm area for mapping object that span pages */ member