/trusted-firmware-a/plat/rockchip/common/aarch32/ |
A D | plat_helpers.S | 38 ldcopr r0, MPIDR 65 ldcopr r0, MPIDR 97 ldcopr r0, MPIDR
|
A D | pmu_sram_cpus_on.S | 23 ldcopr r0, MPIDR
|
/trusted-firmware-a/docs/design/ |
A D | psci-pd-tree.rst | 17 tree. It also uses an MPIDR to find a node in the tree. The assumption that 19 code is not scalable. The use of an MPIDR also restricts the number of 38 using an MPIDR. There is no requirement to perform state coordination while 130 corresponding to the MPIDR. It will return an error (-1) if an MPIDR is passed 132 platform API have changed since it is required to validate the passed MPIDR. It 137 the index since there is no need to validate the MPIDR of the calling core. 147 Dealing with holes in MPIDR allocation 151 core power domains, for example, Juno and FVPs, the logic to convert an MPIDR to 163 #. Implement more complex logic to convert a valid MPIDR to a core index while 173 allow use of a simpler logic to convert an MPIDR to a core index. [all …]
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/ |
A D | psci-pd-tree.rst.txt | 17 tree. It also uses an MPIDR to find a node in the tree. The assumption that 19 code is not scalable. The use of an MPIDR also restricts the number of 38 using an MPIDR. There is no requirement to perform state coordination while 130 corresponding to the MPIDR. It will return an error (-1) if an MPIDR is passed 132 platform API have changed since it is required to validate the passed MPIDR. It 137 the index since there is no need to validate the MPIDR of the calling core. 147 Dealing with holes in MPIDR allocation 151 core power domains, for example, Juno and FVPs, the logic to convert an MPIDR to 163 #. Implement more complex logic to convert a valid MPIDR to a core index while 173 allow use of a simpler logic to convert an MPIDR to a core index. [all …]
|
/trusted-firmware-a/plat/arm/board/a5ds/aarch32/ |
A D | a5ds_helpers.S | 70 ldcopr r0, MPIDR 84 ldcopr r0, MPIDR
|
/trusted-firmware-a/plat/arm/board/fvp/aarch32/ |
A D | fvp_helpers.S | 53 ldcopr r2, MPIDR 97 ldcopr r0, MPIDR
|
/trusted-firmware-a/plat/qemu/common/aarch32/ |
A D | plat_helpers.S | 25 ldcopr r0, MPIDR 48 ldcopr r0, MPIDR
|
/trusted-firmware-a/plat/arm/common/aarch32/ |
A D | arm_helpers.S | 22 ldcopr r0, MPIDR
|
/trusted-firmware-a/docs/ |
A D | global_substitutions.txt | 29 .. |MPIDR| replace:: :term:`MPIDR`
|
A D | glossary.rst | 99 MPIDR
|
/trusted-firmware-a/plat/arm/board/corstone700/common/ |
A D | corstone700_helpers.S | 61 ldcopr r0, MPIDR
|
/trusted-firmware-a/plat/st/stm32mp1/ |
A D | stm32mp1_helper.S | 113 ldcopr r0, MPIDR 140 ldcopr r0, MPIDR
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/ |
A D | arm-build-options.rst.txt | 38 cater for the multi-threading ``MT`` bit when accessing MPIDR. When this flag 39 is set, the functions which deal with MPIDR assume that the ``MT`` bit in 40 MPIDR is set and access the bit-fields in MPIDR accordingly. Default value of
|
/trusted-firmware-a/docs/plat/arm/ |
A D | arm-build-options.rst | 38 cater for the multi-threading ``MT`` bit when accessing MPIDR. When this flag 39 is set, the functions which deal with MPIDR assume that the ``MT`` bit in 40 MPIDR is set and access the bit-fields in MPIDR accordingly. Default value of
|
/trusted-firmware-a/docs/build/latex/ |
A D | trustedfirmware-a.ind | 62 \item \spxentry{MPIDR}, \hyperindexformat{\spxpagem}{624}
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/ |
A D | glossary.rst.txt | 99 MPIDR
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
A D | platform-interrupt-controller-API.rst.txt | 207 the ID of the SGI. The second parameter, ``target``, must be the MPIDR of the 233 - ``INTR_ROUTING_MODE_PE`` means the interrupt is routed to the PE whose MPIDR
|
/trusted-firmware-a/docs/components/ |
A D | platform-interrupt-controller-API.rst | 207 the ID of the SGI. The second parameter, ``target``, must be the MPIDR of the 233 - ``INTR_ROUTING_MODE_PE`` means the interrupt is routed to the PE whose MPIDR
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/arm_fpga/ |
A D | index.rst.txt | 30 - ``SUPPORT_UNKNOWN_MPID`` : Boolean option to allow unknown MPIDR registers.
|
/trusted-firmware-a/docs/plat/arm/arm_fpga/ |
A D | index.rst | 30 - ``SUPPORT_UNKNOWN_MPID`` : Boolean option to allow unknown MPIDR registers.
|
/trusted-firmware-a/include/arch/aarch32/ |
A D | arch_helpers.h | 217 DEFINE_COPROCR_READ_FUNC(mpidr, MPIDR) in DEFINE_SYSREG_RW_FUNCS()
|
A D | arch.h | 515 #define MPIDR p15, 0, c0, c0, 5 macro
|
/trusted-firmware-a/docs/getting_started/ |
A D | porting-guide.rst | 824 This function validates the ``MPIDR`` of a CPU and converts it to an index, 826 case the ``MPIDR`` is invalid, this function returns -1. This function will only 2136 ``plat_sdei_handle_masked_trigger``. The MPIDR of the PE that received the 2210 CPU is specified by its ``MPIDR`` in a PSCI ``CPU_ON`` call. The ``pwr_domain_on()`` 2367 by the ``MPIDR`` (first argument). The generic code expects the platform to 2566 domain. The target power domain is identified by using both ``MPIDR`` (first 2585 the power state of a node (identified by the first parameter, the ``MPIDR``) in
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/ |
A D | porting-guide.rst.txt | 824 This function validates the ``MPIDR`` of a CPU and converts it to an index, 826 case the ``MPIDR`` is invalid, this function returns -1. This function will only 2136 ``plat_sdei_handle_masked_trigger``. The MPIDR of the PE that received the 2210 CPU is specified by its ``MPIDR`` in a PSCI ``CPU_ON`` call. The ``pwr_domain_on()`` 2367 by the ``MPIDR`` (first argument). The generic code expects the platform to 2566 domain. The target power domain is identified by using both ``MPIDR`` (first 2585 the power state of a node (identified by the first parameter, the ``MPIDR``) in
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/fvp/ |
A D | index.rst.txt | 139 like shifted affinity format for MPIDR, cannot be detected at build time
|