| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | mremap_dontunmap.c | 56 mremap(source_mapping, num_pages * page_size, num_pages * page_size, in kernel_support_for_mremap_dontunmap() 111 mremap(source_mapping, num_pages * page_size, num_pages * page_size, in mremap_dontunmap_simple() 152 mremap(source_mapping, num_pages * page_size, num_pages * page_size, in mremap_dontunmap_simple_shmem() 203 mremap(source_mapping, num_pages * page_size, num_pages * page_size, in mremap_dontunmap_simple_fixed() 254 mremap(source_mapping + (5 * page_size), 5 * page_size, in mremap_dontunmap_partial_mapping() 312 mremap(source_mapping, 5 * page_size, in mremap_dontunmap_partial_mapping_overwrite()
|
| H A D | khugepaged.c | 777 p = mremap(BASE_ADDR - i * page_size, in collapse_compound_extreme() 787 p = mremap(BASE_ADDR + 2 * hpage_pmd_size, in collapse_compound_extreme()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | vdso.c | 311 .mremap = vvar_mremap, 315 .mremap = aarch32_vdso_mremap, 471 .mremap = vvar_mremap, 475 .mremap = vdso_mremap,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | mmap2.patch | 2 infinite loop of mremap calls of ever decreasing/increasing addresses. 7 According to the docs, trying to mremap outside the address space
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | transhuge.rst | 79 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
|
| H A 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
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | test_mremap_vdso.c | 41 new_addr = mremap(vdso_addr, size, size, in try_to_remap()
|
| H A D | sysret_rip.c | 134 ret = mremap((void *)current_test_page_addr, 4096, 4096, in test_syscall_fallthrough_to()
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/vdso/ |
| H A D | vma.c | 250 .mremap = vdso_mremap, 255 .mremap = vvar_mremap,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | mman.h | 133 extern void *mremap (void *__addr, size_t __old_len, size_t __new_len,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | mman.h | 133 extern void *mremap (void *__addr, size_t __old_len, size_t __new_len,
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/ |
| H A D | 0019-chromium-musl-Do-not-define-__sbrk-on-musl.patch | 19 @@ -213,7 +213,7 @@ extern "C" void* mremap(void* old_addr, size_t old_size, size_t new_size,
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/signal/ |
| H A D | sigreturn_vdso.c | 96 assert(mremap((void *)low, size, size, MREMAP_MAYMOVE|MREMAP_FIXED, p) != MAP_FAILED); in test_sigreturn_vdso()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/wayland/ |
| H A D | 0001-build-Fix-strndup-detection-on-MinGW.patch | 29 'mremap',
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | mremap.c | 592 } else if (vma->vm_ops && vma->vm_ops->mremap) { in move_vma() 593 err = vma->vm_ops->mremap(new_vma); in move_vma() 877 SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len, in SYSCALL_DEFINE5() argument
|
| H A D | Makefile | 39 mlock.o mmap.o mmu_gather.o mprotect.o mremap.o \
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | tagged-address-abi.rst | 51 ``mremap()`` as these have the potential to alias with existing 56 ``mmap()`` and ``mremap()`` system calls.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/chrony/chrony/ |
| H A D | arm_eabi.patch | 56 SCMP_SYS(mremap),
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | vdso.c | 81 .mremap = vdso_mremap,
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | vdso.c | 69 .mremap = vdso_mremap,
|
| H A D | process.c | 400 .mremap = sigpage_mremap,
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | nommu-mmap.rst | 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
|
| H A D | userfaultfd.rst | 34 management of mremap/mprotect is that the userfaults in all their 270 enable notifications about mremap() calls. When the 295 implicitly (e.g. during mremap()), the area is removed and in turn the
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | sys_ni.c | 259 COND_SYSCALL(mremap);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mm_types.h | 813 int (*mremap)(const struct vm_special_mapping *sm, member
|