Home
last modified time | relevance | path

Searched refs:MADV_DODUMP (Results 1 - 25 of 29) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dmmap.h61 #ifndef MADV_DODUMP
62 # define MADV_DODUMP 17 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h87 #define MADV_DODUMP 17 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h92 #define MADV_DODUMP 17 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h92 #define MADV_DODUMP 17 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h96 #define MADV_DODUMP 17 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h92 #define MADV_DODUMP 17 macro
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise01.c53 {MADV_DODUMP, "MADV_DODUMP", &sfile}, /* since Linux 3.4 */
H A Dmadvise08.c8 * and check that the same memory then marked with MADV_DODUMP is included in
158 advice == MADV_DONTDUMP ? "MADV_DONTDUMP" : "MADV_DODUMP"; in run_child()
197 pid = run_child(MADV_DODUMP); in run()
199 tst_res(TPASS, "madvise(..., MADV_DODUMP)"); in run()
202 "No sequence in dump after MADV_DODUMP."); in run()
/third_party/musl/include/sys/
H A Dmman.h93 #define MADV_DODUMP 17 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
H A Dtypes.rs184 /// `MADV_DODUMP` (since Linux 3.4)
185 LinuxDoDump = linux_raw_sys::general::MADV_DODUMP,
/third_party/rust/crates/rustix/src/backend/libc/mm/
H A Dtypes.rs381 /// `MADV_DODUMP` (since Linux 3.4)
383 LinuxDoDump = c::MADV_DODUMP,
/third_party/rust/crates/nix/src/sys/
H A Dmman.rs283 MADV_DODUMP,
/third_party/python/Modules/
H A Dmmapmodule.c1733 #ifdef MADV_DODUMP in mmap_exec()
1734 ADD_INT_MACRO(module, MADV_DODUMP); in mmap_exec()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs656 pub const MADV_DODUMP: ::c_int = 17; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs997 pub const MADV_DODUMP: u32 = 17; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1629 pub const MADV_DODUMP: ::c_int = 17; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1002 pub const MADV_DODUMP: u32 = 17; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1002 pub const MADV_DODUMP: u32 = 17; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1009 pub const MADV_DODUMP: u32 = 17; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1015 pub const MADV_DODUMP: u32 = 17; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1009 pub const MADV_DODUMP: u32 = 17; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1015 pub const MADV_DODUMP: u32 = 17; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs996 pub const MADV_DODUMP: u32 = 17; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1217 pub const MADV_DODUMP: u32 = 17; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs997 pub const MADV_DODUMP: u32 = 17; consts

Completed in 199 milliseconds

12