Home
last modified time | relevance | path

Searched refs:MADV_DONTDUMP (Results 1 – 25 of 36) sorted by relevance

12

/third_party/ltp/include/lapi/
Dmmap.h52 #ifndef MADV_DONTDUMP
53 # define MADV_DONTDUMP 16 macro
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise08.c159 advice == MADV_DONTDUMP ? "MADV_DONTDUMP" : "MADV_DODUMP"; in run_child()
191 pid = run_child(MADV_DONTDUMP); in run()
Dmadvise01.c53 {MADV_DONTDUMP, "MADV_DONTDUMP", &sfile}, /* since Linux 3.4 */
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h91 #define MADV_DONTDUMP 16 macro
/third_party/musl/include/sys/
Dmman.h92 #define MADV_DONTDUMP 16 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h91 #define MADV_DONTDUMP 16 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h86 #define MADV_DONTDUMP 16 macro
/third_party/musl/ndk_musl_include/sys/
Dmman.h91 #define MADV_DONTDUMP 16 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmman.h91 #define MADV_DONTDUMP 16 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h95 #define MADV_DONTDUMP 16 macro
/third_party/node/deps/openssl/openssl/crypto/
Dmem_sec.c51 # define MADV_DONTDUMP MADV_NOCORE macro
560 #ifdef MADV_DONTDUMP in sh_init()
561 if (madvise(sh.arena, sh.arena_size, MADV_DONTDUMP) < 0) in sh_init()
/third_party/openssl/crypto/
Dmem_sec.c51 # define MADV_DONTDUMP MADV_NOCORE macro
560 #ifdef MADV_DONTDUMP in sh_init()
561 if (madvise(sh.arena, sh.arena_size, MADV_DONTDUMP) < 0) in sh_init()
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
Dtypes.rs183 LinuxDontDump = linux_raw_sys::general::MADV_DONTDUMP,
/third_party/rust/crates/rustix/src/backend/libc/mm/
Dtypes.rs380 LinuxDontDump = c::MADV_DONTDUMP,
/third_party/rust/crates/nix/src/sys/
Dmman.rs279 MADV_DONTDUMP,
/third_party/python/Modules/
Dmmapmodule.c1649 #ifdef MADV_DONTDUMP in mmap_exec()
1650 ADD_INT_MACRO(module, MADV_DONTDUMP); in mmap_exec()
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt419 MADV_DONTDUMP
Dlinux.txt1227 MADV_DONTDUMP
Dandroid.txt1120 MADV_DONTDUMP
/third_party/python/Doc/library/
Dmmap.rst332 MADV_DONTDUMP
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs655 pub const MADV_DONTDUMP: ::c_int = 16; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1628 pub const MADV_DONTDUMP: ::c_int = 16; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1001 pub const MADV_DONTDUMP: u32 = 16; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs996 pub const MADV_DONTDUMP: u32 = 16; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs1014 pub const MADV_DONTDUMP: u32 = 16; constant

12