Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dprctl.h133 #define PR_SVE_SET_VL 50 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dprctl.h133 #define PR_SVE_SET_VL 50 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dprctl.h133 #define PR_SVE_SET_VL 50 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dprctl.h133 #define PR_SVE_SET_VL 50 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dprctl.h133 #define PR_SVE_SET_VL 50 macro
/third_party/musl/include/sys/
H A Dprctl.h133 #define PR_SVE_SET_VL 50 macro
/third_party/rust/crates/rustix/src/thread/
H A Dprctl.rs634 // PR_SVE_GET_VL/PR_SVE_SET_VL
666 const PR_SVE_SET_VL: c_int = 50; consts
673 /// - [`prctl(PR_SVE_SET_VL,...)`]
680 /// [`prctl(PR_SVE_SET_VL,...)`]: https://man7.org/linux/man-pages/man2/prctl.2.html
700 prctl_2args(PR_SVE_SET_VL, bits as usize as *mut _).map(|_r| ()) in set_sve_vector_length_configuration()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1272 pub const PR_SVE_SET_VL: u32 = 50; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1275 pub const PR_SVE_SET_VL: u32 = 50; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1267 pub const PR_SVE_SET_VL: u32 = 50; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1285 pub const PR_SVE_SET_VL: u32 = 50; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1280 pub const PR_SVE_SET_VL: u32 = 50; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1277 pub const PR_SVE_SET_VL: u32 = 50; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1272 pub const PR_SVE_SET_VL: u32 = 50; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1261 pub const PR_SVE_SET_VL: u32 = 50; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1485 pub const PR_SVE_SET_VL: u32 = 50; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1270 pub const PR_SVE_SET_VL: u32 = 50; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1493 pub const PR_SVE_SET_VL: u32 = 50; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1271 pub const PR_SVE_SET_VL: u32 = 50; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs1264 pub const PR_SVE_SET_VL: u32 = 50; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs1271 pub const PR_SVE_SET_VL: u32 = 50; consts

Completed in 215 milliseconds