#include <linux/kvm_host.h>
#include <uapi/linux/psci.h>
Go to the source code of this file.
◆ KVM_ARM_PSCI_0_1
#define KVM_ARM_PSCI_0_1 PSCI_VERSION(0, 1) |
◆ KVM_ARM_PSCI_0_2
#define KVM_ARM_PSCI_0_2 PSCI_VERSION(0, 2) |
◆ KVM_ARM_PSCI_1_0
#define KVM_ARM_PSCI_1_0 PSCI_VERSION(1, 0) |
◆ KVM_ARM_PSCI_1_1
#define KVM_ARM_PSCI_1_1 PSCI_VERSION(1, 1) |
◆ KVM_ARM_PSCI_LATEST
◆ kvm_psci_call()
int kvm_psci_call |
( |
struct kvm_vcpu * |
vcpu | ) |
|
◆ kvm_psci_version()
static int kvm_psci_version |
( |
struct kvm_vcpu * |
vcpu | ) |
|
|
inlinestatic |
Definition at line 20 of file arm_psci.h.
29 if (vcpu_has_feature(vcpu, KVM_ARM_VCPU_PSCI_0_2)) {
30 if (vcpu->kvm->arch.psci_version)
31 return vcpu->kvm->arch.psci_version;
#define KVM_ARM_PSCI_LATEST