Searched defs:hwcap (Results 1 – 11 of 11) sorted by relevance
| /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() 59 Arm64RegisterFlagsDetector::DetectGCSFeatureFields(uint64_t hwcap, in DetectGCSFeatureFields() 76 Arm64RegisterFlagsDetector::DetectSVCRFields(uint64_t hwcap, uint64_t hwcap2, in DetectSVCRFields() 94 Arm64RegisterFlagsDetector::DetectMTECtrlFields(uint64_t hwcap, uint64_t hwcap2, in DetectMTECtrlFields() 124 Arm64RegisterFlagsDetector::DetectFPCRFields(uint64_t hwcap, uint64_t hwcap2, in DetectFPCRFields() 166 Arm64RegisterFlagsDetector::DetectFPSRFields(uint64_t hwcap, uint64_t hwcap2, in DetectFPSRFields() 188 Arm64RegisterFlagsDetector::DetectCPSRFields(uint64_t hwcap, uint64_t hwcap2, in DetectCPSRFields() 236 void Arm64RegisterFlagsDetector::DetectFields(uint64_t hwcap, uint64_t hwcap2, in DetectFields()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | simd.h | 538 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_neon_available() local 548 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_sha256_available() local 569 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_neon_available() local 579 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_sha256_available() local 589 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_sha512_available() local 607 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_altivec_available() local 614 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_vsx_available() local 621 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_isa207_available() local
|
| /freebsd/lib/libmd/aarch64/ |
| H A D | sha1dispatch.c | 16 unsigned long hwcap = 0; variable
|
| /freebsd/tests/sys/arch/aarch64/ |
| H A D | sve.c | 51 unsigned long hwcap; in check_for_sve() local 349 unsigned long child_vl, hwcap; in ATF_TC_BODY() local
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | ppccap.c | 227 unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup() local
|
| H A D | s390xcap.c | 129 const unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup() local
|
| H A D | armcap.c | 310 unsigned long hwcap = getauxval(OSSL_HWCAP_CE); in OPENSSL_cpuid_setup() local
|
| /freebsd/lib/libsys/ |
| H A D | auxv.c | 75 static u_long hwcap, hwcap2, hwcap3, hwcap4; variable
|
| /freebsd/stand/i386/libi386/ |
| H A D | biospci.c | 220 uint16_t version, hwcap, maxbus; in biospci_detect() local
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Host.cpp | 2171 unsigned long hwcap = getauxval(AT_HWCAP); in getHostCPUFeatures() local
|
| /freebsd/sys/arm64/arm64/ |
| H A D | identcpu.c | 2762 parse_cpu_features(bool is64bit, struct cpu_desc *cpu_desc, u_long *hwcap, in parse_cpu_features() 2950 u_long hwcap = HWCAP32_DEFAULT; in parse_cpu_features_hwcap32() local
|