Searched refs:HWCAP2 (Results 1 – 4 of 4) sorted by relevance
40 unsafe { (HWCAP, HWCAP2) } in linux_hwcap()95 static mut HWCAP2: usize = 0; variable135 AT_HWCAP2 => HWCAP2 = a_val as usize, in init_from_auxp()
59 let mut hwcap2 = HWCAP2.load(Relaxed); in linux_hwcap()64 hwcap2 = HWCAP2.load(Relaxed); in linux_hwcap()127 static HWCAP2: AtomicUsize = AtomicUsize::new(0); variable230 HWCAP2.store(hwcap2, Relaxed); in init_from_auxp()
127 #define HWCAP2 26 /* AT_HWCAP2 */ macro219 unsigned long hwcap2 = getauxval(HWCAP2); in OPENSSL_cpuid_setup()