On Tue, 25 Jan 2022 00:10:41 +0000, Mark Brown broonie@kernel.org wrote:
+/* HFG[WR]TR_EL2 bit definitions */ +#define HFGxTR_EL2_nTPIDR_EL0_SHIFT 55 +#define HFGxTR_EL2_nTPIDR_EL0_MASK (1 << HFGxTR_EL2_nTPIDR_EL0_SHIFT)
This annoyingly clashes with bit 35 of the same registers, which maps to TPIDR_EL0. I have the feeling that this really should be TPIDR2_EL0.
M.