Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm_host.h1765 void (*patch_hypercall)(struct kvm_vcpu *vcpu, member
/linux/arch/x86/kvm/
H A Dxen.c1318 kvm_x86_call(patch_hypercall)(vcpu, instructions + 5); in kvm_xen_write_hypercall_page()
H A Dhyperv.c1419 kvm_x86_call(patch_hypercall)(vcpu, instructions + i); in kvm_hv_set_msr_pw()
H A Dx86.c10213 kvm_x86_call(patch_hypercall)(vcpu, instruction); in emulator_fix_hypercall() local
/linux/arch/x86/kvm/svm/
H A Dsvm.c5275 .patch_hypercall = svm_patch_hypercall,