Home
last modified time | relevance | path

Searched refs:get_vm_area (Results 1 – 16 of 16) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dmlock2-tests.c18 static int get_vm_area(unsigned long addr, struct vm_boundaries *area) in get_vm_area() function
361 if (get_vm_area((unsigned long)map, &page1) || in test_vma_management()
362 get_vm_area((unsigned long)map + page_size, &page2) || in test_vma_management()
363 get_vm_area((unsigned long)map + page_size * 2, &page3)) { in test_vma_management()
383 if (get_vm_area((unsigned long)map, &page1) || in test_vma_management()
384 get_vm_area((unsigned long)map + page_size, &page2) || in test_vma_management()
385 get_vm_area((unsigned long)map + page_size * 2, &page3)) { in test_vma_management()
402 if (get_vm_area((unsigned long)map, &page1) || in test_vma_management()
403 get_vm_area((unsigned long)map + page_size, &page2) || in test_vma_management()
404 get_vm_area((unsigned long)map + page_size * 2, &page3)) { in test_vma_management()
/linux/arch/m68k/mm/
H A Dsun3kmap.c77 if((area = get_vm_area(size, VM_IOREMAP)) == NULL) in sun3_ioremap()
H A Dkmap.c39 return get_vm_area(size, VM_IOREMAP); in get_io_area()
/linux/arch/x86/xen/
H A Dgrant-table.c107 area->area = get_vm_area(PAGE_SIZE * nr_frames, VM_IOREMAP); in arch_gnttab_valloc()
/linux/arch/nios2/mm/
H A Dioremap.c159 area = get_vm_area(size, VM_IOREMAP); in ioremap()
/linux/arch/microblaze/mm/
H A Dpgtable.c97 area = get_vm_area(size, VM_IOREMAP); in __ioremap()
/linux/arch/alpha/kernel/
H A Dcore_irongate.c378 area = get_vm_area(size, VM_IOREMAP); in irongate_ioremap()
H A Dcore_titan.c512 area = get_vm_area(size, VM_IOREMAP); in titan_ioremap()
H A Dcore_marvel.c738 area = get_vm_area(size, VM_IOREMAP); in marvel_ioremap()
/linux/include/linux/
H A Dvmalloc.h246 extern struct vm_struct *get_vm_area(unsigned long size, unsigned long flags);
/linux/arch/mips/pci/
H A Dpci-alchemy.c464 ctx->pci_cfg_vm = get_vm_area(0x2000, VM_IOREMAP); in alchemy_pci_probe()
/linux/arch/powerpc/lib/
H A Dcode-patching.c111 area = get_vm_area(PAGE_SIZE, 0); in text_area_cpu_up()
/linux/kernel/bpf/
H A Darena.c125 kern_vm = get_vm_area(KERN_VM_SZ, VM_SPARSE | VM_USERMAP); in arena_map_alloc()
/linux/drivers/xen/xenbus/
H A Dxenbus_client.c766 area = get_vm_area(XEN_PAGE_SIZE * nr_grefs, VM_IOREMAP); in xenbus_map_ring_pv()
/linux/mm/
H A Dvmalloc.c3259 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) in get_vm_area() function
/linux/kernel/trace/
H A Dtrace.c10433 area = get_vm_area(size, VM_IOREMAP); in map_pages()