Searched refs:psci_system_suspend (Results 1 – 12 of 12) sorted by relevance
63 ENTRY(psci_system_suspend)72 ENDPROC(psci_system_suspend)101 .weak psci_system_suspend144 .word psci_system_suspend
179 static int psci_system_suspend(u64 func_id, struct kvm_cpu_context *host_ctxt) in psci_system_suspend() function270 return psci_system_suspend(func_id, host_ctxt); in psci_1_0_handler()
249 .globl psci_system_suspend symbol250 psci_system_suspend: label
43 PSCI_DEFAULT(psci_system_suspend)68 PSCI_TABLE(ARM_PSCI_1_0_FN_SYSTEM_SUSPEND, psci_system_suspend)
44 int psci_system_suspend(unsigned long unused) in psci_system_suspend() function
215 int psci_system_suspend(unsigned long unused);
353 static int psci_system_suspend(unsigned long unused) in psci_system_suspend() function361 return cpu_suspend(0, psci_system_suspend); in psci_system_suspend_enter()
336 cpu_suspend(0, psci_system_suspend); in system_suspend_enter()