Home
last modified time | relevance | path

Searched refs:psci_system_suspend (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/arch/arm64/kvm/hyp/nvhe/
Dpsci-relay.c179 static int psci_system_suspend(u64 func_id, struct kvm_cpu_context *host_ctxt) in psci_system_suspend() function
270 return psci_system_suspend(func_id, host_ctxt); in psci_1_0_handler()
/Linux-v5.15/drivers/firmware/psci/
Dpsci.c360 static int psci_system_suspend(unsigned long unused) in psci_system_suspend() function
370 return cpu_suspend(0, psci_system_suspend); in psci_system_suspend_enter()