Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Dpsci.c367 case PSCI_1_3_FN_SYSTEM_OFF2: in kvm_psci_1_x_call()
406 case PSCI_1_3_FN_SYSTEM_OFF2: in kvm_psci_1_x_call()
/linux/include/uapi/linux/
H A Dpsci.h62 #define PSCI_1_3_FN_SYSTEM_OFF2 PSCI_0_2_FN(21) macro
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c271 case PSCI_1_3_FN_SYSTEM_OFF2: in psci_1_0_handler()
/linux/tools/testing/selftests/kvm/arm64/
H A Dpsci_test.c206 GUEST_ASSERT(psci_features(PSCI_1_3_FN_SYSTEM_OFF2) & in guest_test_system_off2()