/third_party/musl/ndk_musl_include/sys/ |
D | prctl.h | 134 #define PR_SVE_SET_VL_ONEXEC (1 << 18) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | prctl.h | 134 #define PR_SVE_SET_VL_ONEXEC (1 << 18) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | prctl.h | 134 #define PR_SVE_SET_VL_ONEXEC (1 << 18) macro
|
/third_party/musl/include/sys/ |
D | prctl.h | 134 #define PR_SVE_SET_VL_ONEXEC (1 << 18) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | prctl.h | 134 #define PR_SVE_SET_VL_ONEXEC (1 << 18) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | prctl.h | 134 #define PR_SVE_SET_VL_ONEXEC (1 << 18) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | prctl.h | 134 #define PR_SVE_SET_VL_ONEXEC (1 << 18) macro
|
/third_party/rust/crates/rustix/src/thread/ |
D | prctl.rs | 668 const PR_SVE_SET_VL_ONEXEC: u32 = 1_u32 << 18; constant 697 bits |= PR_SVE_SET_VL_ONEXEC; in set_sve_vector_length_configuration()
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1276 pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1273 pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 1281 pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1486 pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 1272 pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 1271 pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 1265 pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 1272 pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 1262 pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 1494 pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 1268 pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 1273 pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 1286 pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 1278 pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144; constant
|