Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h1010 void (*patch_hypercall)(struct kvm_vcpu *vcpu, member
/Linux-v4.19/arch/x86/kvm/
Dhyperv.c984 kvm_x86_ops->patch_hypercall(vcpu, instructions); in kvm_hv_set_msr_pw()
Dsvm.c7105 .patch_hypercall = svm_patch_hypercall,
Dx86.c6892 kvm_x86_ops->patch_hypercall(vcpu, instruction); in emulator_fix_hypercall()
Dvmx.c14159 .patch_hypercall = vmx_patch_hypercall,