/arm-trusted-firmware-2.8.0/plat/qti/qtiseclib/src/ |
A D | qtiseclib_interface_stub.c | 106 void qtiseclib_psci_node_on_finish(const uint8_t *states) in qtiseclib_psci_node_on_finish() argument 114 void qtiseclib_psci_node_power_off(const uint8_t *states) in qtiseclib_psci_node_power_off() argument 118 void qtiseclib_psci_node_suspend(const uint8_t *states) in qtiseclib_psci_node_suspend() argument 122 void qtiseclib_psci_node_suspend_finish(const uint8_t *states) in qtiseclib_psci_node_suspend_finish() argument
|
/arm-trusted-firmware-2.8.0/plat/qti/qtiseclib/inc/ |
A D | qtiseclib_interface.h | 92 void qtiseclib_psci_node_on_finish(const uint8_t *states); 94 void qtiseclib_psci_node_power_off(const uint8_t *states); 95 void qtiseclib_psci_node_suspend(const uint8_t *states); 96 void qtiseclib_psci_node_suspend_finish(const uint8_t *states);
|
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/soc/t194/ |
A D | plat_psci_handlers.c | 184 static bool tegra_last_on_cpu_in_cluster(const plat_local_state_t *states, in tegra_last_on_cpu_in_cluster() argument 192 target = states[pos]; in tegra_last_on_cpu_in_cluster() 206 static plat_local_state_t tegra_get_afflvl1_pwr_state(const plat_local_state_t *states, in tegra_get_afflvl1_pwr_state() argument 210 plat_local_state_t target = states[core_pos]; in tegra_get_afflvl1_pwr_state() 217 if (tegra_last_on_cpu_in_cluster(states, ncpu)) { in tegra_get_afflvl1_pwr_state() 243 const plat_local_state_t *states, in tegra_soc_get_target_pwr_state() argument 250 if ((lvl == (uint32_t)MPIDR_AFFLVL2) && (states[cpu] == PSTATE_ID_SOC_POWERDN)) { in tegra_soc_get_target_pwr_state() 256 target = tegra_get_afflvl1_pwr_state(states, ncpu); in tegra_soc_get_target_pwr_state()
|
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/soc/t186/ |
A D | plat_psci_handlers.c | 175 static bool tegra_last_cpu_in_cluster(const plat_local_state_t *states, in tegra_last_cpu_in_cluster() argument 183 target = states[pos]; in tegra_last_cpu_in_cluster() 197 static plat_local_state_t tegra_get_afflvl1_pwr_state(const plat_local_state_t *states, in tegra_get_afflvl1_pwr_state() argument 203 plat_local_state_t target = states[core_pos]; in tegra_get_afflvl1_pwr_state() 226 if (tegra_last_cpu_in_cluster(states, ncpu)) { in tegra_get_afflvl1_pwr_state() 258 const plat_local_state_t *states, in tegra_soc_get_target_pwr_state() argument 266 (states[cpu] == PSTATE_ID_SOC_POWERDN)) { in tegra_soc_get_target_pwr_state() 272 target = tegra_get_afflvl1_pwr_state(states, ncpu); in tegra_soc_get_target_pwr_state()
|
/arm-trusted-firmware-2.8.0/plat/common/ |
A D | plat_psci_common.c | 149 const plat_local_state_t *states, in plat_get_target_pwr_state() argument 153 const plat_local_state_t *st = states; in plat_get_target_pwr_state()
|
/arm-trusted-firmware-2.8.0/fdts/ |
A D | tc.dts | 60 idle-states { 112 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 124 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 136 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 148 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 160 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 172 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 184 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 196 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
A D | stm32mp15xx-dhcor-avenger96.dtsi | 31 gpios-states = <0>; 32 states = <1800000 0x1>,
|
A D | fvp-foundation-gicv2-psci.dts | 55 idle-states {
|
A D | fvp-foundation-gicv3-psci.dts | 55 idle-states {
|
A D | fvp-defs-dynamiq.dtsi | 36 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; \
|
A D | fvp-base-psci-common.dtsi | 109 idle-states {
|
A D | fvp-defs.dtsi | 48 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; \
|
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/common/ |
A D | tegra_pm.c | 325 const plat_local_state_t *states, in plat_get_target_pwr_state() argument 328 return tegra_soc_get_target_pwr_state(lvl, states, ncpu); in plat_get_target_pwr_state()
|
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/soc/t210/ |
A D | plat_psci_handlers.c | 102 const plat_local_state_t *states, in tegra_soc_get_target_pwr_state() argument 113 target = *(states + core_pos); in tegra_soc_get_target_pwr_state() 115 target = *(states + cpu); in tegra_soc_get_target_pwr_state()
|
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/include/ |
A D | tegra_private.h | 119 const plat_local_state_t *states,
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8173/ |
A D | plat_pm.c | 589 const plat_local_state_t *states, in plat_get_target_pwr_state() argument 597 temp = *states++; in plat_get_target_pwr_state()
|
/arm-trusted-firmware-2.8.0/ |
A D | readme.rst | 8 or AArch64 execution states.
|
/arm-trusted-firmware-2.8.0/include/plat/common/ |
A D | platform.h | 313 const plat_local_state_t *states,
|
/arm-trusted-firmware-2.8.0/docs/components/ |
A D | granule-protection-tables-design.rst | 11 Arm CCA adds two new security states for a total of four: root, realm, secure, and 12 non-secure. In addition to new security states, corresponding physical address 16 .. list-table:: Security states and PAS access rights
|
A D | firmware-update.rst | 196 BL1 to update its FWU image state. The BL1 image states and valid state 202 The following is a brief description of the supported states:
|
A D | realm-management-extension.rst | 15 states and address spaces: ``Root`` and ``Realm``. TF-A firmware runs in the
|
/arm-trusted-firmware-2.8.0/docs/ |
A D | index.rst | 40 states.
|
/arm-trusted-firmware-2.8.0/docs/perf/ |
A D | psci-performance-juno.rst | 25 Juno supports CPU, cluster and system power down states, corresponding to power 26 levels 0, 1 and 2 respectively. It does not support any retention states.
|
/arm-trusted-firmware-2.8.0/docs/getting_started/ |
A D | porting-guide.rst | 157 states for each level may be sparsely allocated between 0 and this value 159 value to initialize the local power states of the power domain nodes and 168 power states within PSCI_CPU_SUSPEND call. 172 Defines the maximum number of local power states per power domain level 174 most platforms just support a maximum of two local power states at each 176 account for more local power states, then it must redefine this macro. 2655 power states. 2659 of the power state i.e. for two power states X & Y, if X < Y 2773 target local power states for the CPU power domain and its parent 2834 low power states. The generic code expects the handler to succeed. [all …]
|
/arm-trusted-firmware-2.8.0/docs/process/ |
A D | coding-style.rst | 456 with MISRA rule 8.3, which states that "All declarations of an object or
|