Home
last modified time | relevance | path

Searched refs:HWCAP2_BTI (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterFlagsDetector_arm64.cpp22 #define HWCAP2_BTI (1ULL << 17) macro
218 if (hwcap2 & HWCAP2_BTI) in DetectCPSRFields()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/
H A Dhwcap.inc151 #ifndef HWCAP2_BTI
152 #define HWCAP2_BTI (1 << 17)
/freebsd/sys/arm64/include/
H A Delf.h178 #define HWCAP2_BTI (1 << 17) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dmrs.inc70 if (hwcap2 & HWCAP2_BTI)
/freebsd/sys/arm64/arm64/
H A Delf_machdep.c378 if ((elf_hwcap2 & HWCAP2_BTI) == 0) in arm64_exec_protect()
H A Didentcpu.c1860 MRS_HWCAP(2, HWCAP2_BTI, ID_AA64PFR1_BT_IMPL),