Home
last modified time | relevance | path

Searched refs:states (Results 1 – 25 of 47) sorted by relevance

12

/trusted-firmware-a/plat/qti/qtiseclib/src/
A Dqtiseclib_interface_stub.c91 void qtiseclib_psci_node_on_finish(const uint8_t *states) in qtiseclib_psci_node_on_finish() argument
99 void qtiseclib_psci_node_power_off(const uint8_t *states) in qtiseclib_psci_node_power_off() argument
103 void qtiseclib_psci_node_suspend(const uint8_t *states) in qtiseclib_psci_node_suspend() argument
107 void qtiseclib_psci_node_suspend_finish(const uint8_t *states) in qtiseclib_psci_node_suspend_finish() argument
/trusted-firmware-a/plat/qti/qtiseclib/inc/
A Dqtiseclib_interface.h92 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);
/trusted-firmware-a/plat/nvidia/tegra/soc/t194/
A Dplat_psci_handlers.c184 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()
/trusted-firmware-a/plat/nvidia/tegra/soc/t186/
A Dplat_psci_handlers.c175 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()
/trusted-firmware-a/fdts/
A Dtc.dts61 idle-states {
113 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
125 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
137 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
149 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
161 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
173 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
185 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
197 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
A Dfvp-foundation-gicv2-psci.dts55 idle-states {
A Dfvp-foundation-gicv3-psci.dts55 idle-states {
A Dfvp-base-gicv2-psci.dts54 idle-states {
A Dfvp-base-gicv2-psci-aarch32.dts55 idle-states {
A Dfvp-base-gicv3-psci-aarch32-common.dtsi47 idle-states {
A Dfvp-defs-dynamiq.dtsi36 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; \
A Dfvp-base-gicv3-psci-common.dtsi111 idle-states {
/trusted-firmware-a/plat/common/
A Dplat_psci_common.c149 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()
/trusted-firmware-a/plat/nvidia/tegra/common/
A Dtegra_pm.c325 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()
/trusted-firmware-a/plat/nvidia/tegra/soc/t210/
A Dplat_psci_handlers.c102 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()
/trusted-firmware-a/plat/nvidia/tegra/include/
A Dtegra_private.h119 const plat_local_state_t *states,
/trusted-firmware-a/plat/mediatek/mt8173/
A Dplat_pm.c589 const plat_local_state_t *states, in plat_get_target_pwr_state() argument
597 temp = *states++; in plat_get_target_pwr_state()
/trusted-firmware-a/include/plat/common/
A Dplatform.h292 const plat_local_state_t *states,
/trusted-firmware-a/
A Dreadme.rst8 or AArch64 execution states.
/trusted-firmware-a/docs/components/
A Dgranule-protection-tables-design.rst11 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
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dgranule-protection-tables-design.rst.txt11 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
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dindex.rst.txt40 states.
/trusted-firmware-a/docs/
A Dindex.rst40 states.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/perf/
A Dpsci-performance-juno.rst.txt25 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.
/trusted-firmware-a/docs/perf/
A Dpsci-performance-juno.rst25 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.

Completed in 21 milliseconds

12