Searched refs:KVM_ARM_VCPU_PSCI_0_2 (Results 1 – 7 of 7) sorted by relevance
32 if (test_bit(KVM_ARM_VCPU_PSCI_0_2, vcpu->arch.features)) { in kvm_psci_version()
102 #define KVM_ARM_VCPU_PSCI_0_2 1 /* CPU uses PSCI v0.2 */ macro
104 #define KVM_ARM_VCPU_PSCI_0_2 2 /* CPU uses PSCI v0.2 */ macro
30 - Only valid if the vcpu has the KVM_ARM_VCPU_PSCI_0_2 feature set
495 wants_02 = test_bit(KVM_ARM_VCPU_PSCI_0_2, vcpu->arch.features); in kvm_arm_set_fw_reg()
3101 - KVM_ARM_VCPU_PSCI_0_2: Emulate PSCI v0.2 (or a future revision