Home
last modified time | relevance | path

Searched refs:MADV_NOHUGEPAGE (Results 1 - 25 of 28) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dmmap.h53 #ifndef MADV_NOHUGEPAGE
54 # define MADV_NOHUGEPAGE 15 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h85 #define MADV_NOHUGEPAGE 15 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h90 #define MADV_NOHUGEPAGE 15 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h90 #define MADV_NOHUGEPAGE 15 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h94 #define MADV_NOHUGEPAGE 15 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h90 #define MADV_NOHUGEPAGE 15 macro
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise01.c51 {MADV_NOHUGEPAGE, "MADV_NOHUGEPAGE", &amem}, /* since Linux 2.6.38 */
/third_party/musl/include/sys/
H A Dmman.h91 #define MADV_NOHUGEPAGE 15 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
H A Dtypes.rs180 /// `MADV_NOHUGEPAGE` (since Linux 2.6.38)
181 LinuxNoHugepage = linux_raw_sys::general::MADV_NOHUGEPAGE,
/third_party/rust/crates/rustix/src/backend/libc/mm/
H A Dtypes.rs375 /// `MADV_NOHUGEPAGE` (since Linux 2.6.38)
377 LinuxNoHugepage = c::MADV_NOHUGEPAGE,
/third_party/rust/crates/nix/src/sys/
H A Dmman.rs275 MADV_NOHUGEPAGE,
/third_party/python/Modules/
H A Dmmapmodule.c1727 #ifdef MADV_NOHUGEPAGE in mmap_exec()
1728 ADD_INT_MACRO(module, MADV_NOHUGEPAGE); in mmap_exec()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs654 pub const MADV_NOHUGEPAGE: ::c_int = 15; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs995 pub const MADV_NOHUGEPAGE: u32 = 15; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1627 pub const MADV_NOHUGEPAGE: ::c_int = 15; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1000 pub const MADV_NOHUGEPAGE: u32 = 15; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1000 pub const MADV_NOHUGEPAGE: u32 = 15; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1007 pub const MADV_NOHUGEPAGE: u32 = 15; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1013 pub const MADV_NOHUGEPAGE: u32 = 15; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1007 pub const MADV_NOHUGEPAGE: u32 = 15; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1013 pub const MADV_NOHUGEPAGE: u32 = 15; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs994 pub const MADV_NOHUGEPAGE: u32 = 15; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1215 pub const MADV_NOHUGEPAGE: u32 = 15; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs995 pub const MADV_NOHUGEPAGE: u32 = 15; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1215 pub const MADV_NOHUGEPAGE: u32 = 15; consts

Completed in 161 milliseconds

12