Searched refs:hwcap2 (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/ |
| H A D | mrs.inc | 13 unsigned long hwcap2 = 0; 15 hwcap2 = arg->_hwcap2; 22 if (hwcap2 & HWCAP2_FLAGM2) 46 if (hwcap2 & HWCAP2_MTE) 48 if (hwcap2 & HWCAP2_SVEPMULL) 50 if (hwcap2 & HWCAP2_SVEBITPERM) 52 if (hwcap2 & HWCAP2_SVESHA3) 54 if (hwcap2 & HWCAP2_SVESM4) 56 if (hwcap2 & HWCAP2_DCPODP) 60 if (hwcap2 & HWCAP2_RNG) [all …]
|
| H A D | elf_aux_info.inc | 11 unsigned long hwcap2 = 0; 18 res |= elf_aux_info(AT_HWCAP2, &hwcap2, sizeof hwcap2); 25 arg._hwcap2 = hwcap2;
|
| H A D | getauxval.inc | 14 unsigned long hwcap2 = getauxval(AT_HWCAP2); 19 arg._hwcap2 = hwcap2;
|
| H A D | android.inc | 29 unsigned long hwcap2 = getauxval(AT_HWCAP2); 34 arg._hwcap2 = hwcap2;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterFlagsDetector_arm64.cpp | 34 Arm64RegisterFlagsDetector::DetectFPMRFields(uint64_t hwcap, uint64_t hwcap2, in DetectFPMRFields() argument 39 if (!(hwcap2 & HWCAP2_FPMR)) in DetectFPMRFields() 60 uint64_t hwcap2, in DetectGCSFeatureFields() argument 62 (void)hwcap2; in DetectGCSFeatureFields() 76 Arm64RegisterFlagsDetector::DetectSVCRFields(uint64_t hwcap, uint64_t hwcap2, in DetectSVCRFields() argument 81 if (!(hwcap2 & HWCAP2_SME)) in DetectSVCRFields() 94 Arm64RegisterFlagsDetector::DetectMTECtrlFields(uint64_t hwcap, uint64_t hwcap2, in DetectMTECtrlFields() argument 98 if (!(hwcap2 & HWCAP2_MTE)) in DetectMTECtrlFields() 124 Arm64RegisterFlagsDetector::DetectFPCRFields(uint64_t hwcap, uint64_t hwcap2, in DetectFPCRFields() argument 146 if (hwcap2 & HWCAP2_EBF16) in DetectFPCRFields() [all …]
|
| H A D | RegisterFlagsDetector_arm64.h | 43 void DetectFields(uint64_t hwcap, uint64_t hwcap2, uint64_t hwcap3); 58 static Fields DetectCPSRFields(uint64_t hwcap, uint64_t hwcap2, 60 static Fields DetectFPSRFields(uint64_t hwcap, uint64_t hwcap2, 62 static Fields DetectFPCRFields(uint64_t hwcap, uint64_t hwcap2, 64 static Fields DetectMTECtrlFields(uint64_t hwcap, uint64_t hwcap2, 66 static Fields DetectSVCRFields(uint64_t hwcap, uint64_t hwcap2, 68 static Fields DetectFPMRFields(uint64_t hwcap, uint64_t hwcap2, 70 static Fields DetectGCSFeatureFields(uint64_t hwcap, uint64_t hwcap2,
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | ppccap.c | 228 unsigned long hwcap2 = getauxval(AT_HWCAP2); in OPENSSL_cpuid_setup() local 247 if ((hwcap & HWCAP_VSX) && (hwcap2 & HWCAP_VEC_CRYPTO)) in OPENSSL_cpuid_setup() 251 if (hwcap2 & HWCAP_ARCH_3_00) { in OPENSSL_cpuid_setup() 255 if (hwcap2 & HWCAP_ARCH_3_1) { in OPENSSL_cpuid_setup()
|
| /freebsd/lib/libsys/ |
| H A D | auxv.c | 75 static u_long hwcap, hwcap2, hwcap3, hwcap4; variable 123 hwcap2 = (u_long)(aux->a_un.a_val); in init_aux() 326 *(u_long *)buf = hwcap2; in _elf_aux_info()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | simd.h | 622 unsigned long hwcap2 = getauxval(AT_HWCAP2); in zfs_isa207_available() local 624 (hwcap2 & PPC_FEATURE2_ARCH_2_07)); in zfs_isa207_available()
|
| /freebsd/sys/arm64/arm64/ |
| H A D | identcpu.c | 2763 u_long *hwcap2) in parse_cpu_features() argument 2789 hwcap : hwcap2; in parse_cpu_features()
|