Home
last modified time | relevance | path

Searched refs:HWCAP2_SVESM4 (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/libc/libc-test/semver/
Dandroid-aarch64.txt9 HWCAP2_SVESM4
/third_party/musl/arch/aarch64/bits/
Dhwcap.h40 #define HWCAP2_SVESM4 (1 << 6) macro
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
Dmod.rs107 pub const HWCAP2_SVESM4: ::c_ulong = 1 << 6; constant