Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h481 void (*patch_hypercall)(struct kvm_vcpu *vcpu, member
/arch/x86/kvm/
Dsvm.c1968 .patch_hypercall = svm_patch_hypercall,
Dvmx.c3624 .patch_hypercall = vmx_patch_hypercall,
Dx86.c2710 kvm_x86_ops->patch_hypercall(vcpu, instruction); in kvm_fix_hypercall()