Home
last modified time | relevance | path

Searched refs:MREMAP_MAYMOVE (Results 1 - 25 of 49) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/mremap/
H A Dmremap05.c28 * 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
77 .msg = "MREMAP_FIXED requires MREMAP_MAYMOVE",
85 .flags = MREMAP_FIXED | MREMAP_MAYMOVE,
94 .flags = MREMAP_FIXED | MREMAP_MAYMOVE,
103 .flags = MREMAP_FIXED | MREMAP_MAYMOVE,
110 .flags = MREMAP_FIXED | MREMAP_MAYMOVE,
[all...]
H A Dmremap06.c74 MREMAP_MAYMOVE|MREMAP_FIXED, buf + mremap_size); in do_test()
85 MREMAP_MAYMOVE|MREMAP_FIXED, buf + page_size); in do_test()
H A Dmremap03.c68 * to include definition of MREMAP_MAYMOVE defined in bits/mman.h
113 addr = mremap(bad_addr, memsize, newsize, MREMAP_MAYMOVE); in main()
H A Dmremap02.c67 * to include definition of MREMAP_MAYMOVE defined in bits/mman.h
111 addr = mremap(addr, memsize, newsize, MREMAP_MAYMOVE); in main()
H A Dmremap01.c70 * to include definition of MREMAP_MAYMOVE defined in bits/mman.h
113 addr = mremap(addr, memsize, newsize, MREMAP_MAYMOVE); in main()
/third_party/musl/libc-test/src/functionalext/supplement/mman/
H A Dmremap.c48 void *map_new = mremap(map, TEST_M_SIZE, TEST_M_NEW_SIZE, MREMAP_MAYMOVE); in mremap_0100()
81 void *map_new = mremap(map, TEST_M_SIZE, PTRDIFF_MAX, MREMAP_MAYMOVE); in mremap_0200()
/third_party/musl/src/malloc/mallocng/
H A Drealloc.c34 mremap(g->mem, g->maplen*4096UL, needed, MREMAP_MAYMOVE); in realloc()
/third_party/ltp/testcases/kernel/mem/thp/
H A Dthp02.c73 MREMAP_FIXED | MREMAP_MAYMOVE, new_addr); in do_child()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap25.c37 b = mremap(a, hpage_size, hpage_size, MREMAP_MAYMOVE | MREMAP_FIXED, in do_remap()
H A Dhugemmap26.c38 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 Dmman.h97 #define MREMAP_MAYMOVE 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h102 #define MREMAP_MAYMOVE 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h102 #define MREMAP_MAYMOVE 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h106 #define MREMAP_MAYMOVE 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h102 #define MREMAP_MAYMOVE 1 macro
/third_party/musl/include/sys/
H A Dmman.h103 #define MREMAP_MAYMOVE 1 macro
/third_party/rust/crates/nix/test/sys/
H A Dtest_mman.rs53 MRemapFlags::MREMAP_MAYMOVE, in test_mremap_grow()
114 // Since we didn't supply MREMAP_MAYMOVE, the address should be the in test_mremap_shrink()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-linux.cc149 mremap(old_address, 0, size, MREMAP_FIXED | MREMAP_MAYMOVE, new_address); in RemapShared()
/third_party/vixl/src/
H A Dcode-buffer-vixl.cc190 mremap(buffer_, capacity_, new_capacity, MREMAP_MAYMOVE)); in Grow()
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
H A Dtypes.rs93 /// `MREMAP_MAYMOVE`
94 const MAYMOVE = linux_raw_sys::general::MREMAP_MAYMOVE;
/third_party/musl/Benchmark/musl/
H A Dlibc_mman.cpp226 void *newAddr = mremap(oldAddr, oldLength, newLength, MREMAP_MAYMOVE); in Bm_function_Mremap()
/third_party/rust/crates/rustix/src/backend/libc/mm/
H A Dtypes.rs254 /// `MREMAP_MAYMOVE`
255 const MAYMOVE = c::MREMAP_MAYMOVE;
/third_party/musl/porting/linux/user/ldso/
H A Dcfi.c481 MREMAP_MAYMOVE | MREMAP_FIXED, aligned_shadow_begin); in fill_shadow_value_to_shadow()
/third_party/musl/ldso/linux/
H A Dcfi.c543 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 Dsymbolize_test.cc347 const int kMremapFlags = (MREMAP_MAYMOVE | MREMAP_FIXED); in TEST()

Completed in 12 milliseconds

12