Searched refs:__mmap_region (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/vma/tests/ |
| H A D | mmap.c | 15 addr = __mmap_region(NULL, 0x300000, 0x3000, vma_flags, 0x300, NULL); in test_mmap_region_basic() 19 addr = __mmap_region(NULL, 0x250000, 0x3000, vma_flags, 0x250, NULL); in test_mmap_region_basic() 23 addr = __mmap_region(NULL, 0x303000, 0x3000, vma_flags, 0x303, NULL); in test_mmap_region_basic() 27 addr = __mmap_region(NULL, 0x24d000, 0x3000, vma_flags, 0x24d, NULL); in test_mmap_region_basic()
|
| /linux/mm/ |
| H A D | vma.c | 2732 static unsigned long __mmap_region(struct file *file, unsigned long addr, in __mmap_region() function 2857 ret = __mmap_region(file, addr, len, vma_flags, pgoff, uf); in mmap_region()
|