Home
last modified time | relevance | path

Searched refs:PSCI_0_2_FN_CPU_OFF (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/kvm/
H A Dpsci.c264 case PSCI_0_2_FN_CPU_OFF: in kvm_psci_0_2_call()
345 case PSCI_0_2_FN_CPU_OFF: in kvm_psci_1_x_call()
/linux/include/uapi/linux/
H A Dpsci.h35 #define PSCI_0_2_FN_CPU_OFF PSCI_0_2_FN(2) macro
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c243 case PSCI_0_2_FN_CPU_OFF: in psci_0_2_handler()
/linux/drivers/firmware/psci/
H A Dpsci.c214 return __psci_cpu_off(PSCI_0_2_FN_CPU_OFF, state); in psci_0_2_cpu_off()