Searched refs:PSCI_1_0_FN_PSCI_FEATURES (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/arm64/kvm/ |
H A D | psci.c | 327 case PSCI_1_0_FN_PSCI_FEATURES: in kvm_psci_1_x_call() 347 case PSCI_1_0_FN_PSCI_FEATURES: in kvm_psci_1_x_call()
|
/openbmc/linux/include/uapi/linux/ |
H A D | psci.h | 50 #define PSCI_1_0_FN_PSCI_FEATURES PSCI_0_2_FN(10) macro
|
/openbmc/qemu/linux-headers/linux/ |
H A D | psci.h | 50 #define PSCI_1_0_FN_PSCI_FEATURES PSCI_0_2_FN(10) macro
|
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | psci_test.c | 61 smccc_hvc(PSCI_1_0_FN_PSCI_FEATURES, func_id, 0, 0, 0, 0, 0, 0, &res); in psci_features()
|
/openbmc/qemu/target/arm/ |
H A D | kvm-consts.h | 89 MISMATCH_CHECK(QEMU_PSCI_1_0_FN_PSCI_FEATURES, PSCI_1_0_FN_PSCI_FEATURES);
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | psci-relay.c | 265 case PSCI_1_0_FN_PSCI_FEATURES: in psci_1_0_handler()
|
/openbmc/linux/drivers/firmware/psci/ |
H A D | psci.c | 338 return invoke_psci_fn(PSCI_1_0_FN_PSCI_FEATURES, in psci_features()
|