Home
last modified time | relevance | path

Searched refs:smccc_feat (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/arm64/kvm/
Dhypercalls.c98 struct kvm_smccc_features *smccc_feat = &vcpu->kvm->arch.smccc_feat; in kvm_hvc_call_allowed() local
107 &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() local
191 &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() local
245 smccc_feat->std_bmap = KVM_ARM_SMCCC_STD_FEATURES; in kvm_arm_init_hypercalls()
[all …]
/linux-5.19.10/arch/arm64/include/asm/
Dkvm_host.h168 struct kvm_smccc_features smccc_feat; member