Home
last modified time | relevance | path

Searched refs:MADV_HUGEPAGE (Results 1 – 25 of 39) sorted by relevance

12

/third_party/ltp/include/lapi/
Dmmap.h49 #ifndef MADV_HUGEPAGE
50 # define MADV_HUGEPAGE 14 macro
/third_party/ltp/testcases/kernel/mce-test/tsrc/
Dttranshuge.c75 #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/
Dmman.h89 #define MADV_HUGEPAGE 14 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h89 #define MADV_HUGEPAGE 14 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h89 #define MADV_HUGEPAGE 14 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h84 #define MADV_HUGEPAGE 14 macro
/third_party/musl/include/sys/
Dmman.h90 #define MADV_HUGEPAGE 14 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h93 #define MADV_HUGEPAGE 14 macro
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise01.c50 {MADV_HUGEPAGE, "MADV_HUGEPAGE", &amem}, /* since Linux 2.6.38 */
/third_party/ltp/testcases/kernel/mem/thp/
Dthp04.c50 TEST(madvise(ret, thp_size, MADV_HUGEPAGE)); in alloc_zero_page()
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
Dtypes.rs179 LinuxHugepage = linux_raw_sys::general::MADV_HUGEPAGE,
/third_party/musl/Benchmark/musl/
Dlibc_mman.cpp74 MADV_HUGEPAGE,
/third_party/rust/crates/rustix/src/backend/libc/mm/
Dtypes.rs374 LinuxHugepage = c::MADV_HUGEPAGE,
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c699 #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/
Dmman.rs271 MADV_HUGEPAGE,
/third_party/python/Modules/
Dmmapmodule.c1643 #ifdef MADV_HUGEPAGE in mmap_exec()
1644 ADD_INT_MACRO(module, MADV_HUGEPAGE); in mmap_exec()
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt423 MADV_HUGEPAGE
Dlinux.txt1231 MADV_HUGEPAGE
Dandroid.txt1124 MADV_HUGEPAGE
/third_party/node/deps/v8/src/base/platform/
Dplatform-posix.cc193 MADV_HUGEPAGE); in Allocate()
/third_party/python/Doc/library/
Dmmap.rst330 MADV_HUGEPAGE
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs653 pub const MADV_HUGEPAGE: ::c_int = 14; constant
/third_party/musl/ldso/linux/
Ddynlink.c1636 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/
Ddynlink.c1636 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/
Dmod.rs1626 pub const MADV_HUGEPAGE: ::c_int = 14; constant

12