Home
last modified time | relevance | path

Searched refs:HWCAP_DIT (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterFlagsDetector_arm64.cpp18 #define HWCAP_DIT (1ULL << 24) macro
138 if (hwcap & HWCAP_DIT) in DetectCPSRFields()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/
H A Dhwcap.inc81 #ifndef HWCAP_DIT
82 #define HWCAP_DIT (1 << 24)
/freebsd/sys/arm64/include/
H A Delf.h126 #define HWCAP_DIT (1 << 24) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dmrs.inc32 if (hwcap & HWCAP_DIT)
/freebsd/sys/arm64/arm64/
H A Didentcpu.c1612 MRS_HWCAP(1, HWCAP_DIT, ID_AA64PFR0_DIT_PSTATE),