/third_party/ltp/testcases/kernel/syscalls/mremap/ |
H A D | mremap05.c | 28 * Verify that MREMAP_FIXED fails without MREMAP_MAYMOVE. 29 * Verify that MREMAP_FIXED|MREMAP_MAYMOVE fails if target address 31 * Verify that MREMAP_FIXED|MREMAP_MAYMOVE fails if old range 33 * Verify that MREMAP_FIXED|MREMAP_MAYMOVE can move mapping to new address. 34 * Verify that MREMAP_FIXED|MREMAP_MAYMOVE unmaps previous mapping 76 .flags = MREMAP_FIXED, 77 .msg = "MREMAP_FIXED requires MREMAP_MAYMOVE", 85 .flags = MREMAP_FIXED | MREMAP_MAYMOVE, 94 .flags = MREMAP_FIXED | MREMAP_MAYMOVE, 103 .flags = MREMAP_FIXED | MREMAP_MAYMOV [all...] |
H A D | mremap06.c | 74 MREMAP_MAYMOVE|MREMAP_FIXED, buf + mremap_size); in do_test() 85 MREMAP_MAYMOVE|MREMAP_FIXED, buf + page_size); in do_test()
|
/third_party/musl/src/mman/ |
H A D | mremap.c | 22 if (flags & MREMAP_FIXED) { in __mremap()
|
/third_party/ltp/testcases/kernel/mem/thp/ |
H A D | thp02.c | 73 MREMAP_FIXED | MREMAP_MAYMOVE, new_addr); in do_child()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap25.c | 37 b = mremap(a, hpage_size, hpage_size, MREMAP_MAYMOVE | MREMAP_FIXED, in do_remap()
|
H A D | hugemmap26.c | 38 b = mremap(a, page_size, page_size, MREMAP_MAYMOVE | MREMAP_FIXED, in do_remap()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mman.h | 98 #define MREMAP_FIXED 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mman.h | 103 #define MREMAP_FIXED 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mman.h | 103 #define MREMAP_FIXED 2 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mman.h | 107 #define MREMAP_FIXED 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mman.h | 103 #define MREMAP_FIXED 2 macro
|
/third_party/musl/include/sys/ |
H A D | mman.h | 104 #define MREMAP_FIXED 2 macro
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-linux.cc | 149 mremap(old_address, 0, size, MREMAP_FIXED | MREMAP_MAYMOVE, new_address); in RemapShared()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | cfi.c | 481 MREMAP_MAYMOVE | MREMAP_FIXED, aligned_shadow_begin); in fill_shadow_value_to_shadow()
|
/third_party/musl/ldso/linux/ |
H A D | cfi.c | 543 MREMAP_MAYMOVE | MREMAP_FIXED, aligned_shadow_begin); in fill_shadow_value_to_shadow()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
H A D | symbolize_test.cc | 347 const int kMremapFlags = (MREMAP_MAYMOVE | MREMAP_FIXED); in TEST()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | mman.rs | 201 MREMAP_FIXED;
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1026 pub const MREMAP_FIXED: ::c_int = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1034 pub const MREMAP_FIXED: u32 = 2; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2509 pub const MREMAP_FIXED: ::c_int = 2; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1919 pub const MREMAP_FIXED: ::c_int = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1037 pub const MREMAP_FIXED: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1037 pub const MREMAP_FIXED: u32 = 2; consts
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 302 mremap(real_alloc, 0, kChunkSize, MREMAP_MAYMOVE | MREMAP_FIXED,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 1047 pub const MREMAP_FIXED: u32 = 2; consts
|