Searched refs:vcpu_has_feature (Results 1 – 2 of 2) sorted by relevance
228 if (vcpu_has_nv(vcpu) && vcpu_has_feature(vcpu, KVM_ARM_VCPU_SVE)) { in kvm_reset_vcpu()
569 static inline bool vcpu_has_feature(struct kvm_vcpu *vcpu, int feature) in vcpu_has_feature() function