Home
last modified time | relevance | path

Searched refs:user_exit_on_hypercall (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kvm/
H A Dx86.h682 static inline bool user_exit_on_hypercall(struct kvm *kvm, unsigned long hc_nr) in user_exit_on_hypercall() function
H A Dx86.c10009 if (!user_exit_on_hypercall(vcpu->kvm, KVM_HC_MAP_GPA_RANGE)) in ____kvm_emulate_hypercall()
/linux/arch/x86/kvm/svm/
H A Dsev.c3663 if (!user_exit_on_hypercall(vcpu->kvm, KVM_HC_MAP_GPA_RANGE)) { in snp_begin_psc_msr()
3760 if (!user_exit_on_hypercall(vcpu->kvm, KVM_HC_MAP_GPA_RANGE)) { in snp_begin_psc()
/linux/arch/x86/kvm/vmx/
H A Dtdx.c1223 if (!user_exit_on_hypercall(vcpu->kvm, KVM_HC_MAP_GPA_RANGE)) { in tdx_map_gpa()