Home
last modified time | relevance | path

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

/linux-3.3/arch/x86/include/asm/
Dkvm_host.h627 void (*patch_hypercall)(struct kvm_vcpu *vcpu, member
/linux-3.3/arch/x86/kvm/
Dx86.c1386 kvm_x86_ops->patch_hypercall(vcpu, instructions); in set_msr_hyperv_pw()
4973 kvm_x86_ops->patch_hypercall(vcpu, instruction); in emulator_fix_hypercall()
Dsvm.c4195 .patch_hypercall = svm_patch_hypercall,
Dvmx.c7147 .patch_hypercall = vmx_patch_hypercall,