Home
last modified time | relevance | path

Searched refs:MPIDR (Results 1 – 22 of 22) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/common/aarch32/
H A Dplat_helpers.S38 ldcopr r0, MPIDR
65 ldcopr r0, MPIDR
97 ldcopr r0, MPIDR
H A Dpmu_sram_cpus_on.S23 ldcopr r0, MPIDR
/rk3399_ARM-atf/plat/arm/board/a5ds/aarch32/
H A Da5ds_helpers.S70 ldcopr r0, MPIDR
84 ldcopr r0, MPIDR
/rk3399_ARM-atf/docs/design/
H A Dpsci-pd-tree.rst17 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 …]
H A Dfirmware-design.rst2703 These macros accept the CPU's MPIDR value, or its ordinal position
/rk3399_ARM-atf/plat/arm/board/fvp/aarch32/
H A Dfvp_helpers.S53 ldcopr r2, MPIDR
97 ldcopr r0, MPIDR
/rk3399_ARM-atf/plat/qemu/common/aarch32/
H A Dplat_helpers.S25 ldcopr r0, MPIDR
48 ldcopr r0, MPIDR
/rk3399_ARM-atf/plat/arm/common/aarch32/
H A Darm_helpers.S22 ldcopr r0, MPIDR
/rk3399_ARM-atf/plat/arm/board/corstone700/common/
H A Dcorstone700_helpers.S61 ldcopr r0, MPIDR
/rk3399_ARM-atf/docs/
H A Dglobal_substitutions.txt35 .. |MPIDR| replace:: :term:`MPIDR`
H A Dglossary.rst135 MPIDR
H A Dporting-guide.rst1125 This function validates the ``MPIDR`` of a CPU and converts it to an index,
1127 case the ``MPIDR`` is invalid, this function returns -1. This function will only
2828 ``plat_sdei_handle_masked_trigger``. The MPIDR of the PE that received the
2904 CPU is specified by its ``MPIDR`` in a PSCI ``CPU_ON`` call. The ``pwr_domain_on()``
3061 by the ``MPIDR`` (first argument). The generic code expects the platform to
3295 domain. The target power domain is identified by using both ``MPIDR`` (first
3314 the power state of a node (identified by the first parameter, the ``MPIDR``) in
H A Dchange-log.md4231 …- consider MT when calculating core index from MPIDR ([6744d07](https://review.trustedfirmware.org…
5912 …- do not panic on illegal MPIDR ([8a6d0d2](https://review.trustedfirmware.org/plugins/gitiles/TF-A…
10010 - Added helper to calculate the position shift from MPIDR
10533 - Fixed initialization issues caused by incorrect MPIDR topology mapping
12342 accessing MPIDR assume that the `MT` bit is set for the platform and access
/rk3399_ARM-atf/plat/qti/msm8916/aarch32/
H A Dmsm8916_helpers.S88 ldcopr r1, MPIDR
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_helper.S170 ldcopr r0, MPIDR
197 ldcopr r0, MPIDR
/rk3399_ARM-atf/docs/plat/arm/
H A Darm-build-options.rst44 cater for the multi-threading ``MT`` bit when accessing MPIDR. When this flag
45 is set, the functions which deal with MPIDR assume that the ``MT`` bit in
46 MPIDR is set and access the bit-fields in MPIDR accordingly. Default value of
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-build-options.rst36 like shifted affinity format for MPIDR, cannot be detected at build time
/rk3399_ARM-atf/docs/components/
H A Dplatform-interrupt-controller-API.rst207 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
/rk3399_ARM-atf/docs/perf/
H A Dpsci-performance-instr.rst53 :param target_cpu: Contains copy of affinity fields in the MPIDR register
/rk3399_ARM-atf/docs/plat/arm/arm_fpga/
H A Dindex.rst30 - ``SUPPORT_UNKNOWN_MPID`` : Boolean option to allow unknown MPIDR registers.
/rk3399_ARM-atf/include/arch/aarch32/
H A Darch_helpers.h219 DEFINE_COPROCR_READ_FUNC(mpidr, MPIDR)
H A Darch.h538 #define MPIDR p15, 0, c0, c0, 5 macro