Searched refs:smccc_feat (Results 1 – 2 of 2) sorted by relevance
98 struct kvm_smccc_features *smccc_feat = &vcpu->kvm->arch.smccc_feat; in kvm_hvc_call_allowed() local107 &smccc_feat->std_bmap); in kvm_hvc_call_allowed()111 &smccc_feat->std_hyp_bmap); in kvm_hvc_call_allowed()115 &smccc_feat->vendor_hyp_bmap); in kvm_hvc_call_allowed()118 &smccc_feat->vendor_hyp_bmap); in kvm_hvc_call_allowed()126 struct kvm_smccc_features *smccc_feat = &vcpu->kvm->arch.smccc_feat; in kvm_hvc_call_handler() local191 &smccc_feat->std_hyp_bmap)) in kvm_hvc_call_handler()211 val[0] = smccc_feat->vendor_hyp_bmap; in kvm_hvc_call_handler()243 struct kvm_smccc_features *smccc_feat = &kvm->arch.smccc_feat; in kvm_arm_init_hypercalls() local245 smccc_feat->std_bmap = KVM_ARM_SMCCC_STD_FEATURES; in kvm_arm_init_hypercalls()[all …]
168 struct kvm_smccc_features smccc_feat; member