Home
last modified time | relevance | path

Searched refs:do_mmap (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/tools/testing/selftests/net/mptcp/
Dmptcp_connect.c777 static int do_mmap(int infd, int outfd, unsigned int size, in do_mmap() function
873 err = do_mmap(infd, peerfd, size, winfo); in copyfd_io_mmap()
875 err = do_mmap(infd, peerfd, size, winfo); in copyfd_io_mmap()
/linux-6.12.1/arch/x86/kernel/
Dshstk.c111 mapped_addr = do_mmap(NULL, addr, size, PROT_READ, flags, in alloc_shstk()
/linux-6.12.1/mm/
Dutil.c588 ret = do_mmap(file, addr, len, prot, flag, 0, pgoff, &populate, in vm_mmap_pgoff()
Dmmap.c283 unsigned long do_mmap(struct file *file, unsigned long addr, in do_mmap() function
1765 ret = do_mmap(vma->vm_file, start, size, in SYSCALL_DEFINE5()
Dnommu.c1002 unsigned long do_mmap(struct file *file, in do_mmap() function
/linux-6.12.1/Documentation/gpu/
Ddrm-mm.rst251 do_mmap() under the hood. This is often considered
/linux-6.12.1/ipc/
Dshm.c1657 addr = do_mmap(file, addr, size, prot, flags, 0, 0, &populate, NULL); in do_shmat()
/linux-6.12.1/fs/
Daio.c552 ctx->mmap_base = do_mmap(ctx->aio_ring_file, 0, ctx->mmap_size, in aio_setup_ring()
/linux-6.12.1/include/linux/
Dmm.h3351 extern unsigned long do_mmap(struct file *file, unsigned long addr,