Home
last modified time | relevance | path

Searched refs:hwcap3 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterFlagsDetector_arm64.cpp35 uint64_t hwcap3) { in DetectFPMRFields() argument
37 (void)hwcap3; in DetectFPMRFields()
61 uint64_t hwcap3) { in DetectGCSFeatureFields() argument
63 (void)hwcap3; in DetectGCSFeatureFields()
77 uint64_t hwcap3) { in DetectSVCRFields() argument
79 (void)hwcap3; in DetectSVCRFields()
95 uint64_t hwcap3) { in DetectMTECtrlFields() argument
107 if (hwcap3 & HWCAP3_MTE_STORE_ONLY) in DetectMTECtrlFields()
125 uint64_t hwcap3) { in DetectFPCRFields() argument
126 (void)hwcap3; in DetectFPCRFields()
[all …]
H A DRegisterFlagsDetector_arm64.h43 void DetectFields(uint64_t hwcap, uint64_t hwcap2, uint64_t hwcap3);
59 uint64_t hwcap3);
61 uint64_t hwcap3);
63 uint64_t hwcap3);
65 uint64_t hwcap3);
67 uint64_t hwcap3);
69 uint64_t hwcap3);
71 uint64_t hwcap3);
/freebsd/lib/libsys/
H A Dauxv.c75 static u_long hwcap, hwcap2, hwcap3, hwcap4; variable
128 hwcap3 = (u_long)(aux->a_un.a_val); in init_aux()
333 *(u_long *)buf = hwcap3; in _elf_aux_info()