/third_party/ltp/testcases/kernel/syscalls/mlock2/ |
D | mlock201.c | 62 {0, 1, 0, 1, 0, MLOCK_ONFAULT}, 65 {HPAGES, PAGES, 0, PAGES, HPAGES, MLOCK_ONFAULT}, 68 {1, HPAGES, 1, HPAGES + 1, 1, MLOCK_ONFAULT}, 71 {HPAGES, HPAGES, -1, HPAGES, HPAGES, MLOCK_ONFAULT},
|
D | mlock203.c | 33 TEST(tst_syscall(__NR_mlock2, addr, pgsz, MLOCK_ONFAULT)); in verify_mlock2()
|
/third_party/ltp/include/lapi/ |
D | mlock2.h | 12 #ifndef MLOCK_ONFAULT 13 # define MLOCK_ONFAULT 0x01 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | mlock2.c | 57 int ret = mlock2(memory, memchip, MLOCK_ONFAULT); in mlock2_0200()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 105 #define MLOCK_ONFAULT 0x01 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 105 #define MLOCK_ONFAULT 0x01 macro
|
/third_party/musl/include/sys/ |
D | mman.h | 107 #define MLOCK_ONFAULT 0x01 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mman.h | 105 #define MLOCK_ONFAULT 0x01 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 101 #define MLOCK_ONFAULT 0x01 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 105 #define MLOCK_ONFAULT 0x01 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 110 #define MLOCK_ONFAULT 0x01 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
D | types.rs | 106 const ONFAULT = linux_raw_sys::general::MLOCK_ONFAULT;
|
/third_party/openssl/crypto/ |
D | mem_sec.c | 543 #if defined(OPENSSL_SYS_LINUX) && defined(MLOCK_ONFAULT) && defined(SYS_mlock2) in sh_init() 544 if (syscall(SYS_mlock2, sh.arena, sh.arena_size, MLOCK_ONFAULT) < 0) { in sh_init()
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
D | types.rs | 283 const ONFAULT = c::MLOCK_ONFAULT as _;
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2600 pub const MLOCK_ONFAULT: ::c_int = 0x01; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3033 pub const MLOCK_ONFAULT: ::c_uint = 0x01; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 982 pub const MLOCK_ONFAULT: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 977 pub const MLOCK_ONFAULT: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 982 pub const MLOCK_ONFAULT: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 978 pub const MLOCK_ONFAULT: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 976 pub const MLOCK_ONFAULT: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 989 pub const MLOCK_ONFAULT: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1197 pub const MLOCK_ONFAULT: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 977 pub const MLOCK_ONFAULT: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 978 pub const MLOCK_ONFAULT: u32 = 1; constant
|