Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterFlagsDetector_arm64.cpp30 Arm64RegisterFlagsDetector::DetectSVCRFields(uint64_t hwcap, uint64_t hwcap2) { in DetectSVCRFields()
46 Arm64RegisterFlagsDetector::DetectMTECtrlFields(uint64_t hwcap, in DetectMTECtrlFields()
66 Arm64RegisterFlagsDetector::DetectFPCRFields(uint64_t hwcap, uint64_t hwcap2) { in DetectFPCRFields()
105 Arm64RegisterFlagsDetector::DetectFPSRFields(uint64_t hwcap, uint64_t hwcap2) { in DetectFPSRFields()
125 Arm64RegisterFlagsDetector::DetectCPSRFields(uint64_t hwcap, uint64_t hwcap2) { in DetectCPSRFields()
170 void Arm64RegisterFlagsDetector::DetectFields(uint64_t hwcap, uint64_t hwcap2) { in DetectFields()
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dsimd.h498 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_neon_available() local
508 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_sha256_available() local
529 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_neon_available() local
539 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_sha256_available() local
549 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_sha512_available() local
567 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_altivec_available() local
574 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_vsx_available() local
581 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/crypto/openssl/crypto/
H A Ds390xcap.c92 const unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup() local
H A Dppccap.c222 unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup() local
H A Darmcap.c191 unsigned long hwcap = getauxval(HWCAP_CE); in OPENSSL_cpuid_setup() local
/freebsd/lib/libsys/
H A Dauxv.c75 static u_long hwcap, hwcap2, hwcap3, hwcap4; variable
/freebsd/sys/crypto/sha2/
H A Dsha256c.c209 u_long hwcap; variable
H A Dsha512c.c239 u_long hwcap; 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.cpp2022 unsigned long hwcap = getauxval(AT_HWCAP); in getHostCPUFeatures() local
/freebsd/sys/arm64/arm64/
H A Didentcpu.c2765 parse_cpu_features(bool is64bit, struct cpu_desc *cpu_desc, u_long *hwcap, in parse_cpu_features()
2940 u_long hwcap = HWCAP32_DEFAULT; in parse_cpu_features_hwcap32() local