/linux-6.1.9/tools/testing/selftests/vm/ |
D | mlock2-tests.c | 19 static int get_vm_area(unsigned long addr, struct vm_boundaries *area) in get_vm_area() function 435 if (get_vm_area((unsigned long)map, &page1) || in test_vma_management() 436 get_vm_area((unsigned long)map + page_size, &page2) || in test_vma_management() 437 get_vm_area((unsigned long)map + page_size * 2, &page3)) { in test_vma_management() 458 if (get_vm_area((unsigned long)map, &page1) || in test_vma_management() 459 get_vm_area((unsigned long)map + page_size, &page2) || in test_vma_management() 460 get_vm_area((unsigned long)map + page_size * 2, &page3)) { in test_vma_management() 477 if (get_vm_area((unsigned long)map, &page1) || in test_vma_management() 478 get_vm_area((unsigned long)map + page_size, &page2) || in test_vma_management() 479 get_vm_area((unsigned long)map + page_size * 2, &page3)) { in test_vma_management()
|
/linux-6.1.9/arch/hexagon/mm/ |
D | ioremap.c | 30 area = get_vm_area(size, VM_IOREMAP); in ioremap()
|
/linux-6.1.9/arch/xtensa/mm/ |
D | ioremap.c | 29 area = get_vm_area(size, VM_IOREMAP); in xtensa_ioremap()
|
/linux-6.1.9/arch/parisc/mm/ |
D | ioremap.c | 78 area = get_vm_area(size, VM_IOREMAP); in ioremap()
|
/linux-6.1.9/arch/openrisc/mm/ |
D | ioremap.c | 56 area = get_vm_area(size, VM_IOREMAP); in ioremap()
|
/linux-6.1.9/arch/arc/mm/ |
D | ioremap.c | 83 area = get_vm_area(size, VM_IOREMAP); in ioremap_prot()
|
/linux-6.1.9/arch/mips/mm/ |
D | ioremap.c | 98 area = get_vm_area(size, VM_IOREMAP); in ioremap_prot()
|
/linux-6.1.9/arch/ia64/mm/ |
D | ioremap.c | 83 area = get_vm_area(size, VM_IOREMAP); in ioremap()
|
/linux-6.1.9/arch/m68k/mm/ |
D | sun3kmap.c | 79 if((area = get_vm_area(size, VM_IOREMAP)) == NULL) in sun3_ioremap()
|
D | kmap.c | 39 return get_vm_area(size, VM_IOREMAP); in get_io_area()
|
/linux-6.1.9/arch/x86/xen/ |
D | grant-table.c | 107 area->area = get_vm_area(PAGE_SIZE * nr_frames, VM_IOREMAP); in arch_gnttab_valloc()
|
/linux-6.1.9/arch/nios2/mm/ |
D | ioremap.c | 159 area = get_vm_area(size, VM_IOREMAP); in ioremap()
|
/linux-6.1.9/arch/microblaze/mm/ |
D | pgtable.c | 97 area = get_vm_area(size, VM_IOREMAP); in __ioremap()
|
/linux-6.1.9/include/linux/ |
D | vmalloc.h | 208 extern struct vm_struct *get_vm_area(unsigned long size, unsigned long flags);
|
/linux-6.1.9/arch/alpha/kernel/ |
D | core_irongate.c | 379 area = get_vm_area(size, VM_IOREMAP); in irongate_ioremap()
|
D | core_titan.c | 512 area = get_vm_area(size, VM_IOREMAP); in titan_ioremap()
|
D | core_marvel.c | 741 area = get_vm_area(size, VM_IOREMAP); in marvel_ioremap()
|
/linux-6.1.9/arch/powerpc/lib/ |
D | code-patching.c | 56 area = get_vm_area(PAGE_SIZE, VM_ALLOC); in text_area_cpu_up()
|
/linux-6.1.9/arch/mips/pci/ |
D | pci-alchemy.c | 460 ctx->pci_cfg_vm = get_vm_area(0x2000, VM_IOREMAP); in alchemy_pci_probe()
|
/linux-6.1.9/drivers/xen/xenbus/ |
D | xenbus_client.c | 752 area = get_vm_area(XEN_PAGE_SIZE * nr_grefs, VM_IOREMAP); in xenbus_map_ring_pv()
|
/linux-6.1.9/arch/s390/pci/ |
D | pci.c | 263 area = get_vm_area(size, VM_IOREMAP); in __ioremap()
|
/linux-6.1.9/mm/ |
D | vmalloc.c | 2543 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) in get_vm_area() function
|