Home
last modified time | relevance | path

Searched refs:PR_SVE_GET_VL (Results 1 - 21 of 21) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dprctl.h135 #define PR_SVE_GET_VL 51 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dprctl.h135 #define PR_SVE_GET_VL 51 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dprctl.h135 #define PR_SVE_GET_VL 51 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dprctl.h135 #define PR_SVE_GET_VL 51 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dprctl.h135 #define PR_SVE_GET_VL 51 macro
/third_party/musl/include/sys/
H A Dprctl.h135 #define PR_SVE_GET_VL 51 macro
/third_party/rust/crates/rustix/src/thread/
H A Dprctl.rs634 // PR_SVE_GET_VL/PR_SVE_SET_VL
637 const PR_SVE_GET_VL: c_int = 51; consts
654 /// - [`prctl(PR_SVE_GET_VL,...)`]
656 /// [`prctl(PR_SVE_GET_VL,...)`]: https://man7.org/linux/man-pages/man2/prctl.2.html
659 let bits = unsafe { prctl_1arg(PR_SVE_GET_VL)? } as c_uint; in sve_vector_length_configuration()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1274 pub const PR_SVE_GET_VL: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1277 pub const PR_SVE_GET_VL: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1269 pub const PR_SVE_GET_VL: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1287 pub const PR_SVE_GET_VL: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1282 pub const PR_SVE_GET_VL: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1279 pub const PR_SVE_GET_VL: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1274 pub const PR_SVE_GET_VL: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1263 pub const PR_SVE_GET_VL: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1487 pub const PR_SVE_GET_VL: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1272 pub const PR_SVE_GET_VL: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1495 pub const PR_SVE_GET_VL: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1273 pub const PR_SVE_GET_VL: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs1266 pub const PR_SVE_GET_VL: u32 = 51; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs1273 pub const PR_SVE_GET_VL: u32 = 51; consts

Completed in 180 milliseconds