Home
last modified time | relevance | path

Searched defs:hwcap (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterFlagsDetector_arm64.cpp34 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 Dsimd.h538 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 Dsha1dispatch.c16 unsigned long hwcap = 0; variable
/freebsd/tests/sys/arch/aarch64/
H A Dsve.c51 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 Dppccap.c227 unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup() local
H A Ds390xcap.c129 const unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup() local
H A Darmcap.c310 unsigned long hwcap = getauxval(OSSL_HWCAP_CE); in OPENSSL_cpuid_setup() local
/freebsd/lib/libsys/
H A Dauxv.c75 static u_long hwcap, hwcap2, hwcap3, hwcap4; variable
/freebsd/stand/i386/libi386/
H A Dbiospci.c220 uint16_t version, hwcap, maxbus; in biospci_detect() local
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp2171 unsigned long hwcap = getauxval(AT_HWCAP); in getHostCPUFeatures() local
/freebsd/sys/arm64/arm64/
H A Didentcpu.c2762 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