Home
last modified time | relevance | path

Searched refs:mremap (Results 1 – 25 of 40) sorted by relevance

12

/Linux-v5.4/Documentation/vm/
Dovercommit-accounting.rst45 The C language stack growth does an implicit mremap. If you want absolute
76 * We account mremap changes in size
Dtranshuge.rst79 Example to make mremap.c transparent hugepage aware with a one liner
82 diff --git a/mm/mremap.c b/mm/mremap.c
83 --- a/mm/mremap.c
84 +++ b/mm/mremap.c
/Linux-v5.4/tools/testing/selftests/x86/
Dtest_mremap_vdso.c41 new_addr = mremap(vdso_addr, size, size, in try_to_remap()
Dsysret_rip.c134 ret = mremap((void *)current_test_page_addr, 4096, 4096, in test_syscall_fallthrough_to()
/Linux-v5.4/arch/arm64/kernel/
Dvdso.c221 .mremap = aarch32_vdso_mremap,
402 .mremap = vdso_mremap,
/Linux-v5.4/mm/
Dmremap.c364 } else if (vma->vm_ops && vma->vm_ops->mremap) { in move_vma()
365 err = vma->vm_ops->mremap(new_vma); in move_vma()
595 SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len, in SYSCALL_DEFINE5() argument
DMakefile29 mlock.o mmap.o mmu_gather.o mprotect.o mremap.o \
/Linux-v5.4/arch/s390/kernel/
Dvdso.c97 .mremap = vdso_mremap,
/Linux-v5.4/arch/x86/entry/vdso/
Dvma.c134 .mremap = vdso_mremap,
/Linux-v5.4/arch/arm/kernel/
Dvdso.c67 .mremap = vdso_mremap,
Dprocess.c412 .mremap = sigpage_mremap,
/Linux-v5.4/Documentation/admin-guide/mm/
Duserfaultfd.rst34 management of mremap/mprotect is that the userfaults in all their
192 enable notifications about mremap() calls. When the
217 implicitly (e.g. during mremap()), the area is removed and in turn the
/Linux-v5.4/kernel/
Dsys_ni.c259 COND_SYSCALL(mremap);
/Linux-v5.4/include/linux/
Dmm_types.h736 int (*mremap)(const struct vm_special_mapping *sm, member
/Linux-v5.4/Documentation/
Dnommu-mmap.txt180 No-MMU mremap
183 The mremap() function is partially supported. It may change the size of a
194 The mremap() function must be given an exact match for base address and size of
/Linux-v5.4/arch/sparc/kernel/syscalls/
Dsyscall.tbl301 250 32 mremap sys_mremap
302 250 64 mremap sys_64_mremap
/Linux-v5.4/arch/mips/kernel/syscalls/
Dsyscall_n32.tbl34 24 n32 mremap sys_mremap
Dsyscall_n64.tbl34 24 n64 mremap sys_mremap
/Linux-v5.4/arch/ia64/kernel/syscalls/
Dsyscall.tbl144 132 common mremap ia64_mremap
/Linux-v5.4/arch/xtensa/kernel/syscalls/
Dsyscall.tbl100 88 common mremap sys_mremap
/Linux-v5.4/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl36 25 common mremap __x64_sys_mremap
/Linux-v5.4/arch/x86/entry/syscalls/
Dsyscall_64.tbl36 25 common mremap __x64_sys_mremap
/Linux-v5.4/arch/m68k/kernel/syscalls/
Dsyscall.tbl173 163 common mremap sys_mremap
/Linux-v5.4/arch/sh/kernel/syscalls/
Dsyscall.tbl173 163 common mremap sys_mremap
/Linux-v5.4/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl155 163 common mremap sys_mremap compat_sys_mremap

12