Home
last modified time | relevance | path

Searched refs:cores (Results 1 – 25 of 70) sorted by relevance

123

/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/fconf/
A Damu-bindings.rst.txt31 The ``amus`` node describes the |AMUs| implemented by the cores in the system.
38 registers of one or more |AMUs|, and may be shared by multiple cores.
73 An example system offering four cores made up of two clusters, where the cores
137 In this situation, ``cpu0`` and ``cpu1`` (the two cores in the first cluster),
139 ``cpu3`` (the two cores in the second cluster), share the view of their |AMUs|
A Dmpmm-bindings.rst.txt30 An example system offering two cores, one with support for |MPMM| and one
/trusted-firmware-a/docs/components/fconf/
A Damu-bindings.rst31 The ``amus`` node describes the |AMUs| implemented by the cores in the system.
38 registers of one or more |AMUs|, and may be shared by multiple cores.
73 An example system offering four cores made up of two clusters, where the cores
137 In this situation, ``cpu0`` and ``cpu1`` (the two cores in the first cluster),
139 ``cpu3`` (the two cores in the second cluster), share the view of their |AMUs|
A Dmpmm-bindings.rst30 An example system offering two cores, one with support for |MPMM| and one
/trusted-firmware-a/docs/plat/
A Dnvidia-tegra.rst7 T194 has eight NVIDIA Carmel CPU cores in a coherent multi-processor
8 configuration. The Carmel cores support the ARM Architecture version 8.2,
13 eight cores if required.
22 T186 has Dual NVIDIA Denver2 ARM® CPU cores, plus Quad ARM Cortex®-A57 cores,
23 in a coherent multiprocessor configuration. The Denver 2 and Cortex-A57 cores
30 heterogeneous multi-processing with all six cores if required.
33 fully Armv8-A architecture compatible. Each of the two Denver cores
37 cache, which services both cores.
60 T210 has Quad Arm® Cortex®-A57 cores in a switched configuration with a
61 companion set of quad Arm Cortex-A53 cores. The Cortex-A57 and A53 cores
A Dmt8183.rst5 The chip incorporates eight cores - four Cortex-A53 little cores and Cortex-A73.
A Dmt8195.rst5 The chip incorporates eight cores - four Cortex-A55 little cores and Cortex-A76.
A Dmt8192.rst5 The chip incorporates eight cores - four Cortex-A55 little cores and Cortex-A76.
A Drpi3.rst5 Arm Cortex-A53 cores.
25 card) and is located between all Arm cores and the DRAM. Check the `Raspberry Pi
30 the cores boot in AArch64 mode.
40 the cores are powered on at the same time and start at address **0x0**.
48 Ideally, we want to load the kernel and have all cores available, which means
49 that we need to make the secondary cores work in the way the kernel expects, as
50 explained in `Secondary cores`_. In practice, a small bootstrap is needed
89 All addresses are Physical Addresses from the point of view of the Arm cores.
162 Secondary cores
178 cold boot, all secondary cores wait in a loop until they are given given an
[all …]
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Dnvidia-tegra.rst.txt7 T194 has eight NVIDIA Carmel CPU cores in a coherent multi-processor
8 configuration. The Carmel cores support the ARM Architecture version 8.2,
13 eight cores if required.
22 T186 has Dual NVIDIA Denver2 ARM® CPU cores, plus Quad ARM Cortex®-A57 cores,
23 in a coherent multiprocessor configuration. The Denver 2 and Cortex-A57 cores
30 heterogeneous multi-processing with all six cores if required.
33 fully Armv8-A architecture compatible. Each of the two Denver cores
37 cache, which services both cores.
60 T210 has Quad Arm® Cortex®-A57 cores in a switched configuration with a
61 companion set of quad Arm Cortex-A53 cores. The Cortex-A57 and A53 cores
A Dmt8183.rst.txt5 The chip incorporates eight cores - four Cortex-A53 little cores and Cortex-A73.
A Dmt8192.rst.txt5 The chip incorporates eight cores - four Cortex-A55 little cores and Cortex-A76.
A Dmt8195.rst.txt5 The chip incorporates eight cores - four Cortex-A55 little cores and Cortex-A76.
A Drpi3.rst.txt5 Arm Cortex-A53 cores.
25 card) and is located between all Arm cores and the DRAM. Check the `Raspberry Pi
30 the cores boot in AArch64 mode.
40 the cores are powered on at the same time and start at address **0x0**.
48 Ideally, we want to load the kernel and have all cores available, which means
49 that we need to make the secondary cores work in the way the kernel expects, as
50 explained in `Secondary cores`_. In practice, a small bootstrap is needed
89 All addresses are Physical Addresses from the point of view of the Arm cores.
162 Secondary cores
178 cold boot, all secondary cores wait in a loop until they are given given an
[all …]
A Dbrcm-stingray.rst.txt6 Broadcom's Stingray(BCM958742t) is a multi-core processor with 8 Cortex-A72 cores.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dmpmm.rst.txt5 some Arm Armv9-A cores, beginning with the Cortex-X2, Cortex-A710 and
6 Cortex-A510 cores. This mechanism detects and limits high-activity events to
26 limiting the number of cores that can execute higher-activity workloads or
/trusted-firmware-a/docs/components/
A Dmpmm.rst5 some Arm Armv9-A cores, beginning with the Cortex-X2, Cortex-A710 and
6 Cortex-A510 cores. This mechanism detects and limits high-activity events to
26 limiting the number of cores that can execute higher-activity workloads or
/trusted-firmware-a/fdts/
A Darm_fpga.dts6 * Number and kind of CPU cores differs from image to image, so the
54 /* This node will be removed at runtime on cores without SPE. */
97 /* The GICR size will be adjusted at runtime to match the cores. */
/trusted-firmware-a/include/lib/mpmm/
A Dmpmm.h46 struct mpmm_core cores[PLATFORM_CORE_COUNT]; /* Per-core data */ member
/trusted-firmware-a/include/lib/extensions/
A Damu.h35 struct amu_core cores[PLATFORM_CORE_COUNT]; /* Per-core data */ member
/trusted-firmware-a/lib/mpmm/
A Dmpmm.c56 supported = topology->cores[core_pos].supported && in mpmm_supported()
/trusted-firmware-a/lib/fconf/
A Dfconf_mpmm_getter.c39 core = &fconf_mpmm_topology.cores[core_pos]; in fconf_populate_mpmm_cpu()
A Dfconf_amu_getter.c100 amu = &fconf_amu_topology_.cores[idx]; in fconf_populate_amu_cpu()
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/arm_fpga/
A Dindex.rst.txt5 testing and bringup of new cores. With that focus, peripheral support is
22 As the number and topology layout of the CPU cores differs significantly
32 internal list, but for new or experimental cores this creates a lot of
/trusted-firmware-a/docs/plat/arm/arm_fpga/
A Dindex.rst5 testing and bringup of new cores. With that focus, peripheral support is
22 As the number and topology layout of the CPU cores differs significantly
32 internal list, but for new or experimental cores this creates a lot of

Completed in 23 milliseconds

123