Searched refs:__mmap_region (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/testing/vma/ |
| H A D | vma.c | 1618 addr = __mmap_region(NULL, 0x300000, 0x3000, in test_mmap_region_basic() 1624 addr = __mmap_region(NULL, 0x250000, 0x3000, in test_mmap_region_basic() 1630 addr = __mmap_region(NULL, 0x303000, 0x3000, in test_mmap_region_basic() 1636 addr = __mmap_region(NULL, 0x24d000, 0x3000, in test_mmap_region_basic()
|
| /linux-6.15/mm/ |
| H A D | vma.c | 2497 static unsigned long __mmap_region(struct file *file, unsigned long addr, in __mmap_region() function 2598 ret = __mmap_region(file, addr, len, vm_flags, pgoff, uf); in mmap_region()
|