Searched refs:KVM_ARM64_GUEST_HAS_SVE (Results 1 – 2 of 2) sorted by relevance
416 #define KVM_ARM64_GUEST_HAS_SVE (1 << 5) /* SVE exposed to guest */ macro452 ((vcpu)->arch.flags & KVM_ARM64_GUEST_HAS_SVE))
84 vcpu->arch.flags |= KVM_ARM64_GUEST_HAS_SVE; in kvm_vcpu_enable_sve()
Completed in 6 milliseconds