Home
last modified time | relevance | path

Searched refs:psci_is_last_on_cpu (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/lib/psci/
H A Dpsci_common.c218 bool psci_is_last_on_cpu(unsigned int my_idx) in psci_is_last_on_cpu() function
1385 (!psci_is_last_on_cpu(this_cpu_idx))); delay_ms--) { in psci_stop_other_cores()
1389 if (!psci_is_last_on_cpu(this_cpu_idx)) { in psci_stop_other_cores()
1404 * This API has following differences with psci_is_last_on_cpu
1415 if (!psci_is_last_on_cpu(this_core)) { in psci_is_last_on_cpu_safe()
H A Dpsci_private.h324 bool psci_is_last_on_cpu(unsigned int my_idx);
H A Dpsci_main.c183 if (!psci_is_last_on_cpu(cpu_idx)) { in psci_system_suspend()