Searched refs:do_mmap (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.c | 779 static int do_mmap(int infd, int outfd, unsigned int size, in do_mmap() function 875 err = do_mmap(infd, peerfd, size, winfo); in copyfd_io_mmap() 877 err = do_mmap(infd, peerfd, size, winfo); in copyfd_io_mmap()
|
/linux/arch/x86/kernel/ |
H A D | shstk.c | 111 mapped_addr = do_mmap(NULL, addr, size, PROT_READ, flags, in alloc_shstk()
|
/linux/mm/ |
H A D | mmap.c | 337 unsigned long do_mmap(struct file *file, unsigned long addr, in do_mmap() function 1198 ret = do_mmap(vma->vm_file, start, size, in SYSCALL_DEFINE5()
|
H A D | util.c | 575 ret = do_mmap(file, addr, len, prot, flag, 0, pgoff, &populate, in vm_mmap_pgoff()
|
H A D | nommu.c | 1002 unsigned long do_mmap(struct file *file, in do_mmap() function
|
/linux/Documentation/gpu/ |
H A D | drm-mm.rst | 251 do_mmap() under the hood. This is often considered
|
/linux/ipc/ |
H A D | shm.c | 1657 addr = do_mmap(file, addr, size, prot, flags, 0, 0, &populate, NULL); in do_shmat()
|
/linux/include/linux/ |
H A D | mm.h | 3366 extern unsigned long do_mmap(struct file *file, unsigned long addr,
|