Searched refs:mremap (Results 1 – 25 of 30) sorted by relevance
12
/Linux-v4.19/Documentation/vm/ |
D | overcommit-accounting.rst | 45 The C language stack growth does an implicit mremap. If you want absolute 76 * We account mremap changes in size
|
D | transhuge.rst | 84 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/ |
D | test_mremap_vdso.c | 49 new_addr = mremap(vdso_addr, size, size, in try_to_remap()
|
D | sysret_rip.c | 142 ret = mremap((void *)current_test_page_addr, 4096, 4096, in test_syscall_fallthrough_to()
|
/Linux-v4.19/mm/ |
D | mremap.c | 301 } 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
|
D | Makefile | 26 mlock.o mmap.o mprotect.o mremap.o msync.o \
|
D | mmap.c | 3287 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/ |
D | vdso.c | 133 .mremap = vdso_mremap,
|
/Linux-v4.19/include/linux/ |
D | mm_types.h | 631 int (*mremap)(const struct vm_special_mapping *sm, member
|
/Linux-v4.19/arch/s390/kernel/ |
D | vdso.c | 97 .mremap = vdso_mremap,
|
D | compat_wrapper.c | 105 COMPAT_SYSCALL_WRAP5(mremap, unsigned long, addr, unsigned long, old_len, unsigned long, new_len, u…
|
/Linux-v4.19/arch/arm/kernel/ |
D | vdso.c | 78 .mremap = vdso_mremap,
|
D | process.c | 416 .mremap = sigpage_mremap,
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | userfaultfd.rst | 34 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/ |
D | sys_ni.c | 248 COND_SYSCALL(mremap);
|
/Linux-v4.19/arch/x86/entry/vdso/ |
D | vma.c | 140 .mremap = vdso_mremap,
|
/Linux-v4.19/Documentation/ |
D | nommu-mmap.txt | 180 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/ |
D | systbl.h | 171 SYSCALL_SPU(mremap)
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 252 ENTRY_SAME(mremap)
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 36 25 common mremap __x64_sys_mremap
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 36 25 common mremap __x64_sys_mremap
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 179 163 common mremap sys_mremap
|
/Linux-v4.19/arch/x86/kernel/cpu/ |
D | intel_rdt_pseudo_lock.c | 1409 .mremap = pseudo_lock_dev_mremap,
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 155 163 common mremap sys_mremap compat_sys_mremap
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 155 163 common mremap sys_mremap compat_sys_mremap
|
12