Searched refs:do_mmap (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/tools/testing/selftests/net/mptcp/ |
D | mptcp_connect.c | 776 static int do_mmap(int infd, int outfd, unsigned int size, in do_mmap() function 872 err = do_mmap(infd, peerfd, size, winfo); in copyfd_io_mmap() 874 err = do_mmap(infd, peerfd, size, winfo); in copyfd_io_mmap()
|
/Linux-v6.6/arch/x86/kernel/ |
D | shstk.c | 111 mapped_addr = do_mmap(NULL, addr, size, PROT_READ, flags, in alloc_shstk()
|
/Linux-v6.6/mm/ |
D | util.c | 546 ret = do_mmap(file, addr, len, prot, flag, 0, pgoff, &populate, in vm_mmap_pgoff()
|
D | nommu.c | 1014 unsigned long do_mmap(struct file *file, in do_mmap() function
|
D | mmap.c | 1203 unsigned long do_mmap(struct file *file, unsigned long addr, in do_mmap() function 3020 ret = do_mmap(vma->vm_file, start, size, in SYSCALL_DEFINE5()
|
/Linux-v6.6/Documentation/gpu/ |
D | drm-mm.rst | 251 do_mmap() under the hood. This is often considered
|
/Linux-v6.6/ipc/ |
D | shm.c | 1665 addr = do_mmap(file, addr, size, prot, flags, 0, 0, &populate, NULL); in do_shmat()
|
/Linux-v6.6/fs/ |
D | aio.c | 559 ctx->mmap_base = do_mmap(ctx->aio_ring_file, 0, ctx->mmap_size, in aio_setup_ring()
|
/Linux-v6.6/include/linux/ |
D | mm.h | 3285 extern unsigned long do_mmap(struct file *file, unsigned long addr,
|