/linux-4.4.14/tools/testing/selftests/vm/ |
D | mlock2-tests.c | 37 static int get_vm_area(unsigned long addr, struct vm_boundaries *area) in get_vm_area() function 652 if (get_vm_area((unsigned long)map, &page1) || in test_vma_management() 653 get_vm_area((unsigned long)map + page_size, &page2) || in test_vma_management() 654 get_vm_area((unsigned long)map + page_size * 2, &page3)) { in test_vma_management() 675 if (get_vm_area((unsigned long)map, &page1) || in test_vma_management() 676 get_vm_area((unsigned long)map + page_size, &page2) || in test_vma_management() 677 get_vm_area((unsigned long)map + page_size * 2, &page3)) { in test_vma_management() 694 if (get_vm_area((unsigned long)map, &page1) || in test_vma_management() 695 get_vm_area((unsigned long)map + page_size, &page2) || in test_vma_management() 696 get_vm_area((unsigned long)map + page_size * 2, &page3)) { in test_vma_management()
|
/linux-4.4.14/arch/hexagon/mm/ |
D | ioremap.c | 43 area = get_vm_area(size, VM_IOREMAP); in ioremap_nocache()
|
/linux-4.4.14/arch/cris/mm/ |
D | ioremap.c | 51 area = get_vm_area(size, VM_IOREMAP); in __ioremap_prot()
|
/linux-4.4.14/arch/arc/mm/ |
D | ioremap.c | 69 area = get_vm_area(size, VM_IOREMAP); in ioremap_prot()
|
/linux-4.4.14/arch/metag/mm/ |
D | ioremap.c | 59 area = get_vm_area(size, VM_IOREMAP); in __ioremap()
|
/linux-4.4.14/arch/avr32/mm/ |
D | ioremap.c | 62 area = get_vm_area(size, VM_IOREMAP); in __ioremap()
|
/linux-4.4.14/arch/m32r/mm/ |
D | ioremap.c | 90 area = get_vm_area(size, VM_IOREMAP); in __ioremap()
|
/linux-4.4.14/arch/parisc/mm/ |
D | ioremap.c | 79 area = get_vm_area(size, VM_IOREMAP); in __ioremap()
|
/linux-4.4.14/arch/openrisc/mm/ |
D | ioremap.c | 62 area = get_vm_area(size, VM_IOREMAP); in __ioremap()
|
/linux-4.4.14/arch/ia64/mm/ |
D | ioremap.c | 85 area = get_vm_area(size, VM_IOREMAP); in ioremap()
|
/linux-4.4.14/arch/m68k/mm/ |
D | sun3kmap.c | 79 if((area = get_vm_area(size, VM_IOREMAP)) == NULL) in sun3_ioremap()
|
D | kmap.c | 41 return get_vm_area(size, VM_IOREMAP); in get_io_area()
|
/linux-4.4.14/arch/frv/mm/ |
D | dma-alloc.c | 102 area = get_vm_area(size, VM_ALLOC); in consistent_alloc()
|
/linux-4.4.14/include/linux/ |
D | vmalloc.h | 111 extern struct vm_struct *get_vm_area(unsigned long size, unsigned long flags);
|
/linux-4.4.14/arch/nios2/mm/ |
D | ioremap.c | 157 area = get_vm_area(size, VM_IOREMAP); in __ioremap()
|
/linux-4.4.14/arch/microblaze/mm/ |
D | consistent.c | 111 area = get_vm_area(size, VM_ALLOC); in consistent_alloc()
|
D | pgtable.c | 98 area = get_vm_area(size, VM_IOREMAP); in __ioremap()
|
/linux-4.4.14/arch/avr32/mach-at32ap/ |
D | pm.c | 213 pm_sram_area = get_vm_area(pm_sram_size, VM_IOREMAP); in avr32_pm_init()
|
/linux-4.4.14/arch/mips/mm/ |
D | ioremap.c | 163 area = get_vm_area(size, VM_IOREMAP); in __ioremap()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | core_irongate.c | 381 area = get_vm_area(size, VM_IOREMAP); in irongate_ioremap()
|
D | core_titan.c | 508 area = get_vm_area(size, VM_IOREMAP); in titan_ioremap()
|
D | core_marvel.c | 736 area = get_vm_area(size, VM_IOREMAP); in marvel_ioremap()
|
/linux-4.4.14/arch/tile/mm/ |
D | pgtable.c | 537 area = get_vm_area(size, VM_IOREMAP /* | other flags? */); in ioremap_prot()
|
/linux-4.4.14/arch/mips/pci/ |
D | pci-alchemy.c | 459 ctx->pci_cfg_vm = get_vm_area(0x2000, VM_IOREMAP); in alchemy_pci_probe()
|
/linux-4.4.14/arch/cris/arch-v10/ |
D | README.mm | 229 get_vm_area(size). After that, physical RAM pages are allocated and put into function
|
/linux-4.4.14/drivers/pci/host/ |
D | pci-tegra.c | 400 bus->area = get_vm_area(SZ_1M, VM_IOREMAP); in tegra_pcie_bus_alloc()
|
/linux-4.4.14/mm/ |
D | vmalloc.c | 1389 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) in get_vm_area() function
|
/linux-4.4.14/drivers/android/ |
D | binder.c | 2877 area = get_vm_area(vma->vm_end - vma->vm_start, VM_IOREMAP); in binder_mmap()
|