Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/kernel/
H A Dvdso.c92 base = do_mmap(NULL, STACK_TOP, PAGE_SIZE, PROT_READ | PROT_EXEC, in arch_setup_additional_pages()
/linux-6.15/arch/arm64/mm/
H A Dgcs.c23 mapped_addr = do_mmap(NULL, addr, size, PROT_READ, flags, in alloc_gcs()
/linux-6.15/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()
/linux-6.15/arch/x86/kernel/
H A Dshstk.c111 mapped_addr = do_mmap(NULL, addr, size, PROT_READ, flags, in alloc_shstk()
/linux-6.15/mm/
H A Dmmap.c337 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 Dutil.c579 ret = do_mmap(file, addr, len, prot, flag, 0, pgoff, &populate, in vm_mmap_pgoff()
H A Dnommu.c1009 unsigned long do_mmap(struct file *file, in do_mmap() function
/linux-6.15/Documentation/gpu/
H A Ddrm-mm.rst251 do_mmap() under the hood. This is often considered
/linux-6.15/ipc/
H A Dshm.c1657 addr = do_mmap(file, addr, size, prot, flags, 0, 0, &populate, NULL); in do_shmat()
/linux-6.15/fs/
H A Daio.c552 ctx->mmap_base = do_mmap(ctx->aio_ring_file, 0, ctx->mmap_size, in aio_setup_ring()
/linux-6.15/include/linux/
H A Dmm.h3467 extern unsigned long do_mmap(struct file *file, unsigned long addr,