Searched refs:vcpu_has_feature (Results 1 – 2 of 2) sorted by relevance
175 is32bit = vcpu_has_feature(vcpu, KVM_ARM_VCPU_EL1_32BIT); in vcpu_allowed_register_width()181 if (vcpu_has_feature(tmp, KVM_ARM_VCPU_EL1_32BIT) != is32bit) in vcpu_allowed_register_width()
484 static inline bool vcpu_has_feature(struct kvm_vcpu *vcpu, int feature) in vcpu_has_feature() function