Home
last modified time | relevance | path

Searched refs:MLOCK_ONFAULT (Results 1 – 25 of 30) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/mlock2/
Dmlock201.c62 {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},
Dmlock203.c33 TEST(tst_syscall(__NR_mlock2, addr, pgsz, MLOCK_ONFAULT)); in verify_mlock2()
/third_party/ltp/include/lapi/
Dmlock2.h12 #ifndef MLOCK_ONFAULT
13 # define MLOCK_ONFAULT 0x01 macro
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dmlock2.c57 int ret = mlock2(memory, memchip, MLOCK_ONFAULT); in mlock2_0200()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h105 #define MLOCK_ONFAULT 0x01 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h105 #define MLOCK_ONFAULT 0x01 macro
/third_party/musl/include/sys/
Dmman.h107 #define MLOCK_ONFAULT 0x01 macro
/third_party/musl/ndk_musl_include/sys/
Dmman.h105 #define MLOCK_ONFAULT 0x01 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h101 #define MLOCK_ONFAULT 0x01 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmman.h105 #define MLOCK_ONFAULT 0x01 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h110 #define MLOCK_ONFAULT 0x01 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
Dtypes.rs106 const ONFAULT = linux_raw_sys::general::MLOCK_ONFAULT;
/third_party/openssl/crypto/
Dmem_sec.c543 #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/
Dtypes.rs283 const ONFAULT = c::MLOCK_ONFAULT as _;
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2600 pub const MLOCK_ONFAULT: ::c_int = 0x01; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3033 pub const MLOCK_ONFAULT: ::c_uint = 0x01; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs982 pub const MLOCK_ONFAULT: u32 = 1; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs977 pub const MLOCK_ONFAULT: u32 = 1; constant
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs982 pub const MLOCK_ONFAULT: u32 = 1; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs978 pub const MLOCK_ONFAULT: u32 = 1; constant
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs976 pub const MLOCK_ONFAULT: u32 = 1; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs989 pub const MLOCK_ONFAULT: u32 = 1; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs1197 pub const MLOCK_ONFAULT: u32 = 1; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs977 pub const MLOCK_ONFAULT: u32 = 1; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs978 pub const MLOCK_ONFAULT: u32 = 1; constant

12