Home
last modified time | relevance | path

Searched refs:MADV_NOHUGEPAGE (Results 1 – 25 of 33) sorted by relevance

12

/third_party/ltp/include/lapi/
Dmmap.h48 #ifndef MADV_NOHUGEPAGE
49 # define MADV_NOHUGEPAGE 15 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h90 #define MADV_NOHUGEPAGE 15 macro
/third_party/musl/include/sys/
Dmman.h91 #define MADV_NOHUGEPAGE 15 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h90 #define MADV_NOHUGEPAGE 15 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h85 #define MADV_NOHUGEPAGE 15 macro
/third_party/musl/ndk_musl_include/sys/
Dmman.h90 #define MADV_NOHUGEPAGE 15 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmman.h90 #define MADV_NOHUGEPAGE 15 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h94 #define MADV_NOHUGEPAGE 15 macro
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise01.c52 {MADV_NOHUGEPAGE, "MADV_NOHUGEPAGE", &amem}, /* since Linux 2.6.38 */
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
Dtypes.rs181 LinuxNoHugepage = linux_raw_sys::general::MADV_NOHUGEPAGE,
/third_party/rust/crates/rustix/src/backend/libc/mm/
Dtypes.rs377 LinuxNoHugepage = c::MADV_NOHUGEPAGE,
/third_party/rust/crates/nix/src/sys/
Dmman.rs275 MADV_NOHUGEPAGE,
/third_party/python/Modules/
Dmmapmodule.c1646 #ifdef MADV_NOHUGEPAGE in mmap_exec()
1647 ADD_INT_MACRO(module, MADV_NOHUGEPAGE); in mmap_exec()
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt426 MADV_NOHUGEPAGE
Dlinux.txt1234 MADV_NOHUGEPAGE
Dandroid.txt1127 MADV_NOHUGEPAGE
/third_party/python/Doc/library/
Dmmap.rst331 MADV_NOHUGEPAGE
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs654 pub const MADV_NOHUGEPAGE: ::c_int = 15; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1627 pub const MADV_NOHUGEPAGE: ::c_int = 15; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1000 pub const MADV_NOHUGEPAGE: u32 = 15; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs995 pub const MADV_NOHUGEPAGE: u32 = 15; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs1013 pub const MADV_NOHUGEPAGE: u32 = 15; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs1215 pub const MADV_NOHUGEPAGE: u32 = 15; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs996 pub const MADV_NOHUGEPAGE: u32 = 15; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs995 pub const MADV_NOHUGEPAGE: u32 = 15; constant

12