/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0006-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch | 35 - ((flags & MREMAP_FIXED) && 41 + if (((flags & MREMAP_FIXED) &&
|
H A D | 0011-linux-user-workaround-for-missing-MAP_FIXED_NOREPLAC.patch | 227 * - mremap() with MREMAP_FIXED flag
|
/openbmc/qemu/linux-headers/linux/ |
H A D | mman.h | 10 #define MREMAP_FIXED 2 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | mman.h | 10 #define MREMAP_FIXED 2 macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | mman.h | 10 #define MREMAP_FIXED 2 macro
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | test_mremap_vdso.c | 42 MREMAP_FIXED|MREMAP_MAYMOVE, dest_addr); in try_to_remap()
|
H A D | sysret_rip.c | 135 MREMAP_MAYMOVE | MREMAP_FIXED, new_address); in test_syscall_fallthrough_to()
|
/openbmc/linux/mm/ |
H A D | mremap.c | 845 if (flags & MREMAP_FIXED) { in mremap_to() 871 if (flags & MREMAP_FIXED) in mremap_to() 884 if (!(flags & MREMAP_FIXED)) in mremap_to() 940 if (flags & ~(MREMAP_FIXED | MREMAP_MAYMOVE | MREMAP_DONTUNMAP)) in SYSCALL_DEFINE5() 943 if (flags & MREMAP_FIXED && !(flags & MREMAP_MAYMOVE)) in SYSCALL_DEFINE5() 997 if (flags & (MREMAP_FIXED | MREMAP_DONTUNMAP)) { in SYSCALL_DEFINE5()
|
H A D | nommu.c | 1564 if (flags & MREMAP_FIXED && new_addr != addr) in do_mremap()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | mremap_dontunmap.c | 201 MREMAP_FIXED | MREMAP_DONTUNMAP | MREMAP_MAYMOVE, in mremap_dontunmap_simple_fixed() 311 MREMAP_DONTUNMAP | MREMAP_MAYMOVE | MREMAP_FIXED, dest_mapping); in mremap_dontunmap_partial_mapping_overwrite()
|
H A D | hugepage-mremap.c | 163 MREMAP_MAYMOVE | MREMAP_FIXED, vaddr); in main()
|
H A D | split_huge_page_test.c | 184 MREMAP_MAYMOVE|MREMAP_FIXED, in split_pte_mapped_thp()
|
H A D | mremap_test.c | 326 MREMAP_MAYMOVE|MREMAP_FIXED, (char *) addr); in remap_region()
|
H A D | khugepaged.c | 1144 MREMAP_MAYMOVE | MREMAP_FIXED, in collapse_compound_extreme() 1154 MREMAP_MAYMOVE | MREMAP_FIXED, in collapse_compound_extreme()
|
H A D | uffd-unit-tests.c | 742 MREMAP_MAYMOVE | MREMAP_FIXED, area_src); in faulting_process()
|
H A D | cow.c | 820 MREMAP_MAYMOVE | MREMAP_FIXED, mremap_mem); in do_run_with_thp()
|
/openbmc/linux/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()
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | mmap.c | 57 if (!(flags & MREMAP_FIXED)) in syscall_arg__scnprintf_mremap_flags()
|
/openbmc/qemu/linux-user/ |
H A D | mmap.c | 1109 ((flags & MREMAP_FIXED) && in target_mremap() 1119 if (flags & MREMAP_FIXED) { in target_mremap() 1140 flags | MREMAP_FIXED, in target_mremap()
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | nommu-mmap.rst | 188 MREMAP_FIXED is not supported, though it is ignored if there's no change of
|