Searched refs:do_mmap (Results 1 – 10 of 10) sorted by relevance
/openbmc/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()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | shstk.c | 111 mapped_addr = do_mmap(NULL, addr, size, PROT_READ, flags, in alloc_shstk()
|
/openbmc/linux/mm/ |
H A D | util.c | 556 ret = do_mmap(file, addr, len, prot, flag, 0, pgoff, &populate, in vm_mmap_pgoff()
|
H A D | nommu.c | 1013 unsigned long do_mmap(struct file *file, in do_mmap() function
|
H A D | mmap.c | 1210 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 D | drm-mm.rst | 251 do_mmap() under the hood. This is often considered
|
/openbmc/linux/ipc/ |
H A D | shm.c | 1665 addr = do_mmap(file, addr, size, prot, flags, 0, 0, &populate, NULL); in do_shmat()
|
/openbmc/linux/fs/ |
H A D | aio.c | 559 ctx->mmap_base = do_mmap(ctx->aio_ring_file, 0, ctx->mmap_size, in aio_setup_ring()
|
/openbmc/linux/include/linux/ |
H A D | mm.h | 3292 extern unsigned long do_mmap(struct file *file, unsigned long addr,
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 5911 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()
|