Lines Matching defs:smccc_feat
98 struct kvm_smccc_features *smccc_feat = &vcpu->kvm->arch.smccc_feat;
107 &smccc_feat->std_bmap);
111 &smccc_feat->std_hyp_bmap);
115 &smccc_feat->vendor_hyp_bmap);
118 &smccc_feat->vendor_hyp_bmap);
255 struct kvm_smccc_features *smccc_feat = &vcpu->kvm->arch.smccc_feat;
332 &smccc_feat->std_hyp_bmap))
352 val[0] = smccc_feat->vendor_hyp_bmap;
384 struct kvm_smccc_features *smccc_feat = &kvm->arch.smccc_feat;
386 smccc_feat->std_bmap = KVM_ARM_SMCCC_STD_FEATURES;
387 smccc_feat->std_hyp_bmap = KVM_ARM_SMCCC_STD_HYP_FEATURES;
388 smccc_feat->vendor_hyp_bmap = KVM_ARM_SMCCC_VENDOR_HYP_FEATURES;
468 struct kvm_smccc_features *smccc_feat = &vcpu->kvm->arch.smccc_feat;
482 val = READ_ONCE(smccc_feat->std_bmap);
485 val = READ_ONCE(smccc_feat->std_hyp_bmap);
488 val = READ_ONCE(smccc_feat->vendor_hyp_bmap);
504 struct kvm_smccc_features *smccc_feat = &kvm->arch.smccc_feat;
509 fw_reg_bmap = &smccc_feat->std_bmap;
513 fw_reg_bmap = &smccc_feat->std_hyp_bmap;
517 fw_reg_bmap = &smccc_feat->vendor_hyp_bmap;