AtmosphericIgnition Yep, that has full MTE. Bits 11:8 are 0b0011, meaning all of the main features are present on the 8 Pro:
0b0000
Memory Tagging Extension is not implemented.
0b0001
Instruction-only Memory Tagging Extension is implemented.
0b0010
As 0b0001, and adds:
Support for in-memory Allocation tags.
Support for synchronous tag checking.
Optional support for Asynchronous reporting of a Tag Check Fault, identified as FEAT_MTE_ASYNC.
Support for FEAT_MTE_ASYNC is indicated by ID_AA64PFR1_EL1.MTE_frac.
0b0011
As 0b0010, except that support for FEAT_MTE_ASYNC is mandatory, and adds support for Asymmetric Tag Check Fault handling, identified as FEAT_MTE_ASYM_FAULT.
The 11 has 0x0, meaning MTE not implemented.