Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm_host.h1878 void (*patch_hypercall)(struct kvm_vcpu *vcpu,
1856 void (*patch_hypercall)(struct kvm_vcpu *vcpu, global() 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 Dx86.c10534 kvm_x86_call(patch_hypercall)(vcpu, instruction); in ____kvm_emulate_hypercall()
10567 kvm_x86_call(patch_hypercall)(vcpu, instruction); emulator_fix_hypercall() local
/linux/arch/x86/kvm/svm/
H A Dsvm.c5391 .patch_hypercall = svm_patch_hypercall,