Searched defs:hwcap (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterFlagsDetector_arm64.cpp | 30 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 D | simd.h | 498 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 D | sha1dispatch.c | 16 unsigned long hwcap = 0; variable
|
/freebsd/crypto/openssl/crypto/ |
H A D | s390xcap.c | 92 const unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup() local
|
H A D | ppccap.c | 222 unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup() local
|
H A D | armcap.c | 191 unsigned long hwcap = getauxval(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/sys/crypto/sha2/ |
H A D | sha256c.c | 209 u_long hwcap; variable
|
H A D | sha512c.c | 239 u_long hwcap; 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 | 2022 unsigned long hwcap = getauxval(AT_HWCAP); in getHostCPUFeatures() local
|
/freebsd/sys/arm64/arm64/ |
H A D | identcpu.c | 2765 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
|