Home
last modified time | relevance | path

Searched refs:HWCAP2 (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/param/
Dmustang_auxv.rs40 unsafe { (HWCAP, HWCAP2) } in linux_hwcap()
95 static mut HWCAP2: usize = 0; variable
135 AT_HWCAP2 => HWCAP2 = a_val as usize, in init_from_auxp()
Dauxv.rs59 let mut hwcap2 = HWCAP2.load(Relaxed); in linux_hwcap()
64 hwcap2 = HWCAP2.load(Relaxed); in linux_hwcap()
127 static HWCAP2: AtomicUsize = AtomicUsize::new(0); variable
230 HWCAP2.store(hwcap2, Relaxed); in init_from_auxp()
/third_party/node/deps/openssl/openssl/crypto/
Dppccap.c127 #define HWCAP2 26 /* AT_HWCAP2 */ macro
219 unsigned long hwcap2 = getauxval(HWCAP2); in OPENSSL_cpuid_setup()
/third_party/openssl/crypto/
Dppccap.c127 #define HWCAP2 26 /* AT_HWCAP2 */ macro
219 unsigned long hwcap2 = getauxval(HWCAP2); in OPENSSL_cpuid_setup()