commit | b0b7609edeb77f38749415361846eb28e46d6456 | [log] [tgz] |
---|---|---|
author | Boyan Karatotev <boyan.karatotev@arm.com> | Tue Apr 01 13:50:56 2025 +0100 |
committer | Boyan Karatotev <boyan.karatotev@arm.com> | Tue Apr 15 09:06:24 2025 +0100 |
tree | c76e49e7af01e4ed6ca8b469b55d325079014212 | |
parent | ec7c29ab4677bb1c239b26693d6bac0c48ef8ddd [diff] |
refactor(cpufeat): prepare FEAT_PAuth for FEATURE_DETECTION Convert the old style is_armv8_3_pauth_present() to the new style is_feat_pauth_{present, supported}() helpers and hook FEATURE_DETECTION into it. This is in preparation for converting FEAT_PAuth to FEAT_STATE. Change-Id: Iec8c3477fafb2cdae67d39ae4da2cca76a67511a Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>