struct DeviceAffinityRegister
Defined at line 139 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h
B2.3.3
Used to determine whether two components have an affinity with one another
(e.g., if both correspond to the same CPU).
This 64-bit register is actually an amalgamation of the two device affinity
registers, DEVAFF0 and DEVAFF1. We combine them as, in practice, the
resulting value is typically that of the 64-bit MPIDR register of the
associated CPU.
Public Methods
hwreg::RegisterAddr<ComponentIdRegister> Get ()
Defined at line 140 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h