Searched refs:KVM_ARM_VCPU_PSCI_0_2 (Results 1 – 8 of 8) sorted by relevance
32 if (test_bit(KVM_ARM_VCPU_PSCI_0_2, vcpu->arch.features)) { in kvm_psci_version()
84 init.features[0] |= (1 << KVM_ARM_VCPU_PSCI_0_2); in main()
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
504 wants_02 = test_bit(KVM_ARM_VCPU_PSCI_0_2, vcpu->arch.features); in kvm_arm_set_fw_reg()
3337 - KVM_ARM_VCPU_PSCI_0_2: Emulate PSCI v0.2 (or a future revision
Completed in 24 milliseconds