Home
last modified time | relevance | path

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

12

/Linux-v4.19/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.rst84 Example to make mremap.c transparent hugepage aware with a one liner
87 diff --git a/mm/mremap.c b/mm/mremap.c
88 --- a/mm/mremap.c
89 +++ b/mm/mremap.c
/Linux-v4.19/tools/testing/selftests/x86/
Dtest_mremap_vdso.c49 new_addr = mremap(vdso_addr, size, size, in try_to_remap()
Dsysret_rip.c142 ret = mremap((void *)current_test_page_addr, 4096, 4096, in test_syscall_fallthrough_to()
/Linux-v4.19/mm/
Dmremap.c301 } else if (vma->vm_ops && vma->vm_ops->mremap) { in move_vma()
302 err = vma->vm_ops->mremap(new_vma); in move_vma()
515 SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len, in SYSCALL_DEFINE5() argument
DMakefile26 mlock.o mmap.o mprotect.o mremap.o msync.o \
Dmmap.c3287 if (sm->mremap) in special_mapping_mremap()
3288 return sm->mremap(sm, new_vma); in special_mapping_mremap()
3296 .mremap = special_mapping_mremap,
/Linux-v4.19/arch/arm64/kernel/
Dvdso.c133 .mremap = vdso_mremap,
/Linux-v4.19/include/linux/
Dmm_types.h631 int (*mremap)(const struct vm_special_mapping *sm, member
/Linux-v4.19/arch/s390/kernel/
Dvdso.c97 .mremap = vdso_mremap,
Dcompat_wrapper.c105 COMPAT_SYSCALL_WRAP5(mremap, unsigned long, addr, unsigned long, old_len, unsigned long, new_len, u…
/Linux-v4.19/arch/arm/kernel/
Dvdso.c78 .mremap = vdso_mremap,
Dprocess.c416 .mremap = sigpage_mremap,
/Linux-v4.19/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-v4.19/kernel/
Dsys_ni.c248 COND_SYSCALL(mremap);
/Linux-v4.19/arch/x86/entry/vdso/
Dvma.c140 .mremap = vdso_mremap,
/Linux-v4.19/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-v4.19/arch/powerpc/include/asm/
Dsystbl.h171 SYSCALL_SPU(mremap)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S252 ENTRY_SAME(mremap)
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl36 25 common mremap __x64_sys_mremap
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl36 25 common mremap __x64_sys_mremap
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl179 163 common mremap sys_mremap
/Linux-v4.19/arch/x86/kernel/cpu/
Dintel_rdt_pseudo_lock.c1409 .mremap = pseudo_lock_dev_mremap,
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl155 163 common mremap sys_mremap compat_sys_mremap
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl155 163 common mremap sys_mremap compat_sys_mremap

12