Home
last modified time | relevance | path

Searched refs:DetectGCSFeatureFields (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterFlagsDetector_arm64.h70 static Fields DetectGCSFeatureFields(uint64_t hwcap, uint64_t hwcap2,
88 RegisterEntry("gcs_features_enabled", 8, DetectGCSFeatureFields),
89 RegisterEntry("gcs_features_locked", 8, DetectGCSFeatureFields),
H A DRegisterFlagsDetector_arm64.cpp59 Arm64RegisterFlagsDetector::DetectGCSFeatureFields(uint64_t hwcap, in DetectGCSFeatureFields() function in Arm64RegisterFlagsDetector