Home
last modified time | relevance | path

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

12

/arm-trusted-firmware-2.8.0/plat/qti/qtiseclib/src/
A Dqtiseclib_interface_stub.c106 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 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);
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/fdts/
A Dtc.dts60 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 Dstm32mp15xx-dhcor-avenger96.dtsi31 gpios-states = <0>;
32 states = <1800000 0x1>,
A Dfvp-foundation-gicv2-psci.dts55 idle-states {
A Dfvp-foundation-gicv3-psci.dts55 idle-states {
A Dfvp-defs-dynamiq.dtsi36 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; \
A Dfvp-base-psci-common.dtsi109 idle-states {
A Dfvp-defs.dtsi48 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; \
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/include/
A Dtegra_private.h119 const plat_local_state_t *states,
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/
A Dreadme.rst8 or AArch64 execution states.
/arm-trusted-firmware-2.8.0/include/plat/common/
A Dplatform.h313 const plat_local_state_t *states,
/arm-trusted-firmware-2.8.0/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
A Dfirmware-update.rst196 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 Drealm-management-extension.rst15 states and address spaces: ``Root`` and ``Realm``. TF-A firmware runs in the
/arm-trusted-firmware-2.8.0/docs/
A Dindex.rst40 states.
/arm-trusted-firmware-2.8.0/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.
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dporting-guide.rst157 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 Dcoding-style.rst456 with MISRA rule 8.3, which states that "All declarations of an object or

Completed in 34 milliseconds

12