Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c779 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()
/openbmc/linux/arch/x86/kernel/
H A Dshstk.c111 mapped_addr = do_mmap(NULL, addr, size, PROT_READ, flags, in alloc_shstk()
/openbmc/linux/mm/
H A Dutil.c556 ret = do_mmap(file, addr, len, prot, flag, 0, pgoff, &populate, in vm_mmap_pgoff()
H A Dnommu.c1013 unsigned long do_mmap(struct file *file, in do_mmap() function
H A Dmmap.c1210 unsigned long do_mmap(struct file *file, unsigned long addr, in do_mmap() function
3046 ret = do_mmap(vma->vm_file, start, size, in SYSCALL_DEFINE5()
/openbmc/linux/Documentation/gpu/
H A Ddrm-mm.rst251 do_mmap() under the hood. This is often considered
/openbmc/linux/ipc/
H A Dshm.c1665 addr = do_mmap(file, addr, size, prot, flags, 0, 0, &populate, NULL); in do_shmat()
/openbmc/linux/fs/
H A Daio.c559 ctx->mmap_base = do_mmap(ctx->aio_ring_file, 0, ctx->mmap_size, in aio_setup_ring()
/openbmc/linux/include/linux/
H A Dmm.h3292 extern unsigned long do_mmap(struct file *file, unsigned long addr,
/openbmc/qemu/linux-user/
H A Dsyscall.c5911 static abi_long do_mmap(abi_ulong addr, abi_ulong len, int prot, in do_mmap() function
10606 return do_mmap(v1, v2, v3, v4, v5, v6); in _syscall2()
10610 return do_mmap(arg1, arg2, arg3, arg4, arg5, arg6); in _syscall2()
10618 return do_mmap(arg1, arg2, arg3, arg4, arg5, in _syscall2()