| |||
| Home > System Control > Register descriptions > Multiprocessor Affinity Register | |||
The MPIDR characteristics are:
To identify:
whether the processor is part of a Cortex-A9 MPCore implementation
Cortex-A9 processor accesses within a Cortex-A9 MPCore processor
the target Cortex-A9 processor in a multi-processor cluster system.
The MPIDR is:
only accessible in privileged mode
common to the Secure and Non-secure states.
Available in all configurations. The value of the U bit, bit [30], indicates if the configuration is a multiprocessor configuration or a uniprocessor configuration.
See the register summary in Table 4.2.
Figure 4.3 shows the MPIDR bit assignments.
Table 4.30 shows the MPIDR bit assignments.
Table 4.30. MPIDR bit assignments
| Bits | Name | Function |
|---|---|---|
| [31] | - | Indicates the register uses the new multiprocessor format. This is always 1. |
| [30] | U bit | Multiprocessing Extensions:
|
| [29:12] | - | SBZ. |
| [11:8] | Cluster ID | Value read in CLUSTERID configuration pins[a]. It identifies a Cortex-A9 MPCore processor in a system with more than one Cortex-A9 MPCore processor present. SBZ for a uniprocessor configuration. |
| [7:2] | - | SBZ. |
| [1:0] | CPU ID | Indicates the CPU number in the Cortex-A9 MPCore configuration:
In
the uniprocessor version this value is fixed at |
[a] A uniprocessor implementation does not include any CLUSTERID pins. | ||
To access the MPIDR, read the CP15 register with:
MRC p15,0,<Rd>,c0,c0,5; read Multiprocessor ID register