Searched refs:do_mmap (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/tools/testing/selftests/vm/ |
H A D | hugetlbfstest.c | 32 static void do_mmap(int fd, int extra_flags, int unmap) do_mmap() function 77 do_mmap(-1, MAP_ANONYMOUS, 1); main() 78 do_mmap(fd, 0, 1); main() 79 do_mmap(-1, MAP_ANONYMOUS | MAP_HUGETLB, 1); main() 80 do_mmap(hugefd, 0, 1); main() 81 do_mmap(hugefd, MAP_HUGETLB, 1); main() 83 do_mmap(-1, MAP_ANONYMOUS | MAP_HUGETLB, 0); main()
|
/linux-4.1.27/arch/c6x/include/asm/ |
H A D | processor.h | 38 * addr = do_mmap(...)
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | unaligned.c | 1581 pr_err("Out of kernel pages trying do_mmap\n"); do_unaligned()
|
/linux-4.1.27/mm/ |
H A D | mmap.c | 2725 * this is really a simplified "do_mmap". it only handles
|
Completed in 258 milliseconds