Files
Boyan Karatotev f73a0182fa refactor(cpufeat): simplify FEAT_MTPMU helpers
The ID register field follows the general convention: 0 means missing,
anything over 1 means implemented. The special value of 0b1111 has the
semantics of "feature unconditionally enabled" which follows this rule.
There is no need to special case the feature and code can be simpler.

Change-Id: Iaf90eb1f8abb22a48054b4e564dad669e1703dcb
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
2026-05-13 09:02:21 +01:00
..