/linux-4.4.14/tools/testing/selftests/vm/ |
H A D | mlock2-tests.c | 37 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 D | ioremap.c | 43 area = get_vm_area(size, VM_IOREMAP); ioremap_nocache()
|
/linux-4.4.14/arch/arc/mm/ |
H A D | ioremap.c | 69 area = get_vm_area(size, VM_IOREMAP); ioremap_prot()
|
/linux-4.4.14/arch/metag/mm/ |
H A D | ioremap.c | 59 area = get_vm_area(size, VM_IOREMAP); __ioremap()
|
/linux-4.4.14/arch/parisc/mm/ |
H A D | ioremap.c | 79 area = get_vm_area(size, VM_IOREMAP); __ioremap()
|
/linux-4.4.14/arch/cris/mm/ |
H A D | ioremap.c | 51 area = get_vm_area(size, VM_IOREMAP); __ioremap_prot()
|
/linux-4.4.14/arch/m32r/mm/ |
H A D | ioremap.c | 90 area = get_vm_area(size, VM_IOREMAP); __ioremap()
|
/linux-4.4.14/arch/avr32/mm/ |
H A D | ioremap.c | 62 area = get_vm_area(size, VM_IOREMAP); __ioremap()
|
/linux-4.4.14/arch/m68k/mm/ |
H A D | sun3kmap.c | 79 if((area = get_vm_area(size, VM_IOREMAP)) == NULL) sun3_ioremap()
|
H A D | kmap.c | 41 return get_vm_area(size, VM_IOREMAP); get_io_area()
|
/linux-4.4.14/arch/ia64/mm/ |
H A D | ioremap.c | 85 area = get_vm_area(size, VM_IOREMAP); ioremap()
|
/linux-4.4.14/arch/mips/mm/ |
H A D | ioremap.c | 163 area = get_vm_area(size, VM_IOREMAP); __ioremap()
|
/linux-4.4.14/arch/nios2/mm/ |
H A D | ioremap.c | 157 area = get_vm_area(size, VM_IOREMAP); __ioremap()
|
/linux-4.4.14/arch/openrisc/mm/ |
H A D | ioremap.c | 62 area = get_vm_area(size, VM_IOREMAP); __ioremap()
|
/linux-4.4.14/arch/frv/mm/ |
H A D | dma-alloc.c | 102 area = get_vm_area(size, VM_ALLOC); consistent_alloc()
|
/linux-4.4.14/arch/avr32/mach-at32ap/ |
H A D | pm.c | 213 pm_sram_area = get_vm_area(pm_sram_size, VM_IOREMAP); avr32_pm_init()
|
/linux-4.4.14/arch/powerpc/mm/ |
H A D | dma-noncoherent.c | 71 * 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 D | dma.c | 85 * 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 D | pci-alchemy.c | 456 * 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 D | vmalloc.h | 111 extern struct vm_struct *get_vm_area(unsigned long size, unsigned long flags);
|
/linux-4.4.14/arch/microblaze/mm/ |
H A D | consistent.c | 111 area = get_vm_area(size, VM_ALLOC); consistent_alloc()
|
H A D | pgtable.c | 98 area = get_vm_area(size, VM_IOREMAP); __ioremap()
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | core_irongate.c | 382 area = get_vm_area(size, VM_IOREMAP); irongate_ioremap()
|
H A D | core_titan.c | 512 area = get_vm_area(size, VM_IOREMAP); titan_ioremap()
|
H A D | core_marvel.c | 745 area = get_vm_area(size, VM_IOREMAP); marvel_ioremap()
|
/linux-4.4.14/arch/tile/mm/ |
H A D | pgtable.c | 537 area = get_vm_area(size, VM_IOREMAP /* | other flags? */); ioremap_prot()
|
/linux-4.4.14/mm/ |
H A D | vmalloc.c | 1239 * 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 D | binder.c | 2877 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 D | pci-tegra.c | 400 bus->area = get_vm_area(SZ_1M, VM_IOREMAP); tegra_pcie_bus_alloc()
|