/third_party/ltp/include/lapi/ |
D | mmap.h | 49 #ifndef MADV_HUGEPAGE 50 # define MADV_HUGEPAGE 14 macro
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
D | ttranshuge.c | 75 #define MADV_HUGEPAGE 14 macro 177 return madvise((void *)madvise_addr, madvise_size, MADV_HUGEPAGE); in request_thp_with_madvise()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 89 #define MADV_HUGEPAGE 14 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 89 #define MADV_HUGEPAGE 14 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 89 #define MADV_HUGEPAGE 14 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 84 #define MADV_HUGEPAGE 14 macro
|
/third_party/musl/include/sys/ |
D | mman.h | 90 #define MADV_HUGEPAGE 14 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 93 #define MADV_HUGEPAGE 14 macro
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise01.c | 50 {MADV_HUGEPAGE, "MADV_HUGEPAGE", &amem}, /* since Linux 2.6.38 */
|
/third_party/ltp/testcases/kernel/mem/thp/ |
D | thp04.c | 50 TEST(madvise(ret, thp_size, MADV_HUGEPAGE)); in alloc_zero_page()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
D | types.rs | 179 LinuxHugepage = linux_raw_sys::general::MADV_HUGEPAGE,
|
/third_party/musl/Benchmark/musl/ |
D | libc_mman.cpp | 74 MADV_HUGEPAGE,
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
D | types.rs | 374 LinuxHugepage = c::MADV_HUGEPAGE,
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_ioctl.c | 699 #ifdef MADV_HUGEPAGE in vmw_ioctl_region_map() 700 (void) madvise(map, region->size, MADV_HUGEPAGE); in vmw_ioctl_region_map()
|
/third_party/rust/crates/nix/src/sys/ |
D | mman.rs | 271 MADV_HUGEPAGE,
|
/third_party/python/Modules/ |
D | mmapmodule.c | 1643 #ifdef MADV_HUGEPAGE in mmap_exec() 1644 ADD_INT_MACRO(module, MADV_HUGEPAGE); in mmap_exec()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 423 MADV_HUGEPAGE
|
D | linux.txt | 1231 MADV_HUGEPAGE
|
D | android.txt | 1124 MADV_HUGEPAGE
|
/third_party/node/deps/v8/src/base/platform/ |
D | platform-posix.cc | 193 MADV_HUGEPAGE); in Allocate()
|
/third_party/python/Doc/library/ |
D | mmap.rst | 330 MADV_HUGEPAGE
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 653 pub const MADV_HUGEPAGE: ::c_int = 14; constant
|
/third_party/musl/ldso/linux/ |
D | dynlink.c | 1636 madvise(base + this_min, this_max - this_min, MADV_HUGEPAGE); in map_library() 5040 madvise(base + this_min, this_max - this_min, MADV_HUGEPAGE); in task_map_library()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 1636 madvise(base + this_min, this_max - this_min, MADV_HUGEPAGE); in map_library() 5044 madvise(base + this_min, this_max - this_min, MADV_HUGEPAGE); in task_map_library()
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1626 pub const MADV_HUGEPAGE: ::c_int = 14; constant
|