Searched refs:get_vm_area (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | mlock2-tests.c | 19 static int get_vm_area(unsigned long addr, struct vm_boundaries *area) in get_vm_area() 425 if (get_vm_area((unsigned long)map, &page1) || in test_mlockall() 426 get_vm_area((unsigned long)map + page_size, &page2) || in test_mlockall() 427 get_vm_area((unsigned long)map + page_size * 2, &page3)) { 447 if (get_vm_area((unsigned long)map, &page1) || in main() 448 get_vm_area((unsigned long)map + page_size, &page2) || in main() 449 get_vm_area((unsigned long)map + page_size * 2, &page3)) { in main() 466 if (get_vm_area((unsigned long)map, &page1) || 467 get_vm_area((unsigned long)map + page_size, &page2) || 468 get_vm_area((unsigne 18 static int get_vm_area(unsigned long addr, struct vm_boundaries *area) get_vm_area() function [all...] |
| /linux/arch/m68k/mm/ |
| H A D | sun3kmap.c | 77 if((area = get_vm_area(size, VM_IOREMAP)) == NULL) in sun3_ioremap()
|
| H A D | kmap.c | 39 return get_vm_area(size, VM_IOREMAP); in get_io_area()
|
| /linux/arch/x86/xen/ |
| H A D | grant-table.c | 107 area->area = get_vm_area(PAGE_SIZE * nr_frames, VM_IOREMAP); in arch_gnttab_valloc()
|
| /linux/arch/nios2/mm/ |
| H A D | ioremap.c | 159 area = get_vm_area(size, VM_IOREMAP); in ioremap()
|
| /linux/arch/microblaze/mm/ |
| H A D | pgtable.c | 97 area = get_vm_area(size, VM_IOREMAP); in __ioremap()
|
| /linux/arch/alpha/kernel/ |
| H A D | core_irongate.c | 378 area = get_vm_area(size, VM_IOREMAP); in irongate_ioremap()
|
| H A D | core_titan.c | 512 area = get_vm_area(size, VM_IOREMAP); in titan_ioremap()
|
| H A D | core_marvel.c | 738 area = get_vm_area(size, VM_IOREMAP); in marvel_ioremap()
|
| /linux/include/linux/ |
| H A D | vmalloc.h | 246 extern struct vm_struct *get_vm_area(unsigned long size, unsigned long flags);
|
| /linux/arch/mips/pci/ |
| H A D | pci-alchemy.c | 464 ctx->pci_cfg_vm = get_vm_area(0x2000, VM_IOREMAP); in alchemy_pci_probe()
|
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_client.c | 771 area = get_vm_area(XEN_PAGE_SIZE * nr_grefs, VM_IOREMAP); in xenbus_map_ring_pv()
|
| /linux/kernel/bpf/ |
| H A D | arena.c | 296 kern_vm = get_vm_area(KERN_VM_SZ, VM_SPARSE | VM_USERMAP); in arena_map_alloc()
|
| /linux/mm/ |
| H A D | vmalloc.c | 3288 struct vm_struct *get_vm_area(unsigned long size, unsigned long flags) in get_vm_area() function
|
| /linux/kernel/trace/ |
| H A D | trace.c | 8792 area = get_vm_area(size, VM_IOREMAP); in map_pages()
|