Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/mm/
Dmlock2-tests.c19 static int get_vm_area(unsigned long addr, struct vm_boundaries *area) in get_vm_area() function
434 if (get_vm_area((unsigned long)map, &page1) || in test_vma_management()
435 get_vm_area((unsigned long)map + page_size, &page2) || in test_vma_management()
436 get_vm_area((unsigned long)map + page_size * 2, &page3)) { in test_vma_management()
457 if (get_vm_area((unsigned long)map, &page1) || in test_vma_management()
458 get_vm_area((unsigned long)map + page_size, &page2) || in test_vma_management()
459 get_vm_area((unsigned long)map + page_size * 2, &page3)) { in test_vma_management()
476 if (get_vm_area((unsigned long)map, &page1) || in test_vma_management()
477 get_vm_area((unsigned long)map + page_size, &page2) || in test_vma_management()
478 get_vm_area((unsigned long)map + page_size * 2, &page3)) { in test_vma_management()
/linux-6.6.21/arch/mips/mm/
Dioremap.c98 area = get_vm_area(size, VM_IOREMAP); in ioremap_prot()
/linux-6.6.21/arch/m68k/mm/
Dsun3kmap.c79 if((area = get_vm_area(size, VM_IOREMAP)) == NULL) in sun3_ioremap()
Dkmap.c39 return get_vm_area(size, VM_IOREMAP); in get_io_area()
/linux-6.6.21/arch/x86/xen/
Dgrant-table.c107 area->area = get_vm_area(PAGE_SIZE * nr_frames, VM_IOREMAP); in arch_gnttab_valloc()
/linux-6.6.21/arch/nios2/mm/
Dioremap.c159 area = get_vm_area(size, VM_IOREMAP); in ioremap()
/linux-6.6.21/include/linux/
Dvmalloc.h206 extern struct vm_struct *get_vm_area(unsigned long size, unsigned long flags);
/linux-6.6.21/arch/microblaze/mm/
Dpgtable.c97 area = get_vm_area(size, VM_IOREMAP); in __ioremap()
/linux-6.6.21/arch/alpha/kernel/
Dcore_irongate.c379 area = get_vm_area(size, VM_IOREMAP); in irongate_ioremap()
Dcore_titan.c512 area = get_vm_area(size, VM_IOREMAP); in titan_ioremap()
Dcore_marvel.c741 area = get_vm_area(size, VM_IOREMAP); in marvel_ioremap()
/linux-6.6.21/arch/powerpc/lib/
Dcode-patching.c108 area = get_vm_area(PAGE_SIZE, VM_ALLOC); in text_area_cpu_up()
/linux-6.6.21/arch/mips/pci/
Dpci-alchemy.c460 ctx->pci_cfg_vm = get_vm_area(0x2000, VM_IOREMAP); in alchemy_pci_probe()
/linux-6.6.21/drivers/xen/xenbus/
Dxenbus_client.c752 area = get_vm_area(XEN_PAGE_SIZE * nr_grefs, VM_IOREMAP); in xenbus_map_ring_pv()
/linux-6.6.21/mm/
Dvmalloc.c2637 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) in get_vm_area() function