Home
last modified time | relevance | path

Searched refs:patch_hypercall (Results 1 – 5 of 5) sorted by relevance

/linux-5.10/arch/x86/include/asm/
Dkvm_host.h1157 void (*patch_hypercall)(struct kvm_vcpu *vcpu, member
/linux-5.10/arch/x86/kvm/
Dhyperv.c1157 kvm_x86_ops.patch_hypercall(vcpu, instructions); in kvm_hv_set_msr_pw()
Dx86.c8145 kvm_x86_ops.patch_hypercall(vcpu, instruction); in emulator_fix_hypercall()
/linux-5.10/arch/x86/kvm/svm/
Dsvm.c4243 .patch_hypercall = svm_patch_hypercall,
/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c7642 .patch_hypercall = vmx_patch_hypercall,