Searched refs:KVM_ARM_VCPU_PSCI_0_2 (Results 1 – 8 of 8) sorted by relevance
29 if (test_bit(KVM_ARM_VCPU_PSCI_0_2, vcpu->arch.features)) { in kvm_psci_version()
85 init.features[0] |= (1 << KVM_ARM_VCPU_PSCI_0_2); in setup_vm()
102 #define KVM_ARM_VCPU_PSCI_0_2 1 /* CPU uses PSCI v0.2 */ macro
106 #define KVM_ARM_VCPU_PSCI_0_2 2 /* CPU uses PSCI v0.2 */ macro
408 wants_02 = test_bit(KVM_ARM_VCPU_PSCI_0_2, vcpu->arch.features); in kvm_arm_set_fw_reg()
30 - Only valid if the vcpu has the KVM_ARM_VCPU_PSCI_0_2 feature set
3436 - KVM_ARM_VCPU_PSCI_0_2: Emulate PSCI v0.2 (or a future revision