Searched refs:get_vm_area (Results 1 - 29 of 29) sorted by relevance

/linux-4.4.14/tools/testing/selftests/vm/
H A Dmlock2-tests.c37 static int get_vm_area(unsigned long addr, struct vm_boundaries *area) get_vm_area() function
652 if (get_vm_area((unsigned long)map, &page1) || test_vma_management()
653 get_vm_area((unsigned long)map + page_size, &page2) || test_vma_management()
654 get_vm_area((unsigned long)map + page_size * 2, &page3)) { test_vma_management()
675 if (get_vm_area((unsigned long)map, &page1) || test_vma_management()
676 get_vm_area((unsigned long)map + page_size, &page2) || test_vma_management()
677 get_vm_area((unsigned long)map + page_size * 2, &page3)) { test_vma_management()
694 if (get_vm_area((unsigned long)map, &page1) || test_vma_management()
695 get_vm_area((unsigned long)map + page_size, &page2) || test_vma_management()
696 get_vm_area((unsigned long)map + page_size * 2, &page3)) { test_vma_management()
/linux-4.4.14/arch/hexagon/mm/
H A Dioremap.c43 area = get_vm_area(size, VM_IOREMAP); ioremap_nocache()
/linux-4.4.14/arch/arc/mm/
H A Dioremap.c69 area = get_vm_area(size, VM_IOREMAP); ioremap_prot()
/linux-4.4.14/arch/metag/mm/
H A Dioremap.c59 area = get_vm_area(size, VM_IOREMAP); __ioremap()
/linux-4.4.14/arch/parisc/mm/
H A Dioremap.c79 area = get_vm_area(size, VM_IOREMAP); __ioremap()
/linux-4.4.14/arch/cris/mm/
H A Dioremap.c51 area = get_vm_area(size, VM_IOREMAP); __ioremap_prot()
/linux-4.4.14/arch/m32r/mm/
H A Dioremap.c90 area = get_vm_area(size, VM_IOREMAP); __ioremap()
/linux-4.4.14/arch/avr32/mm/
H A Dioremap.c62 area = get_vm_area(size, VM_IOREMAP); __ioremap()
/linux-4.4.14/arch/m68k/mm/
H A Dsun3kmap.c79 if((area = get_vm_area(size, VM_IOREMAP)) == NULL) sun3_ioremap()
H A Dkmap.c41 return get_vm_area(size, VM_IOREMAP); get_io_area()
/linux-4.4.14/arch/ia64/mm/
H A Dioremap.c85 area = get_vm_area(size, VM_IOREMAP); ioremap()
/linux-4.4.14/arch/mips/mm/
H A Dioremap.c163 area = get_vm_area(size, VM_IOREMAP); __ioremap()
/linux-4.4.14/arch/nios2/mm/
H A Dioremap.c157 area = get_vm_area(size, VM_IOREMAP); __ioremap()
/linux-4.4.14/arch/openrisc/mm/
H A Dioremap.c62 area = get_vm_area(size, VM_IOREMAP); __ioremap()
/linux-4.4.14/arch/frv/mm/
H A Ddma-alloc.c102 area = get_vm_area(size, VM_ALLOC); consistent_alloc()
/linux-4.4.14/arch/avr32/mach-at32ap/
H A Dpm.c213 pm_sram_area = get_vm_area(pm_sram_size, VM_IOREMAP); avr32_pm_init()
/linux-4.4.14/arch/powerpc/mm/
H A Ddma-noncoherent.c71 * get_vm_area() would then call vm_region_alloc with an appropriate
81 * the amount of RAM found at boot time.) I would imagine that get_vm_area()
/linux-4.4.14/arch/metag/kernel/
H A Ddma.c85 * get_vm_area() would then call metag_vm_region_alloc with an appropriate
95 * the amount of RAM found at boot time.) I would imagine that get_vm_area()
/linux-4.4.14/arch/mips/pci/
H A Dpci-alchemy.c456 * problem in get_vm_area(). Instead we use one wired TLB entry to alchemy_pci_probe()
459 ctx->pci_cfg_vm = get_vm_area(0x2000, VM_IOREMAP); alchemy_pci_probe()
/linux-4.4.14/include/linux/
H A Dvmalloc.h111 extern struct vm_struct *get_vm_area(unsigned long size, unsigned long flags);
/linux-4.4.14/arch/microblaze/mm/
H A Dconsistent.c111 area = get_vm_area(size, VM_ALLOC); consistent_alloc()
H A Dpgtable.c98 area = get_vm_area(size, VM_IOREMAP); __ioremap()
/linux-4.4.14/arch/alpha/kernel/
H A Dcore_irongate.c382 area = get_vm_area(size, VM_IOREMAP); irongate_ioremap()
H A Dcore_titan.c512 area = get_vm_area(size, VM_IOREMAP); titan_ioremap()
H A Dcore_marvel.c745 area = get_vm_area(size, VM_IOREMAP); marvel_ioremap()
/linux-4.4.14/arch/tile/mm/
H A Dpgtable.c537 area = get_vm_area(size, VM_IOREMAP /* | other flags? */); ioremap_prot()
/linux-4.4.14/mm/
H A Dvmalloc.c1239 * specify should have been allocated using get_vm_area() and its
1262 * specify should have been allocated using get_vm_area() and its
1381 * get_vm_area - reserve a contiguous kernel virtual area
1389 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) get_vm_area() function
/linux-4.4.14/drivers/android/
H A Dbinder.c2877 area = get_vm_area(vma->vm_end - vma->vm_start, VM_IOREMAP); binder_mmap()
2880 failure_string = "get_vm_area"; binder_mmap()
/linux-4.4.14/drivers/pci/host/
H A Dpci-tegra.c400 bus->area = get_vm_area(SZ_1M, VM_IOREMAP); tegra_pcie_bus_alloc()

Completed in 1060 milliseconds