Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/vmx/
Dmain.c82 .patch_hypercall = vmx_patch_hypercall,
/linux-6.12.1/arch/x86/include/asm/
Dkvm-x86-ops.h70 KVM_X86_OP(patch_hypercall)
Dkvm_host.h1710 void (*patch_hypercall)(struct kvm_vcpu *vcpu, member
/linux-6.12.1/arch/x86/kvm/
Dxen.c1273 kvm_x86_call(patch_hypercall)(vcpu, instructions + 5); in kvm_xen_write_hypercall_page()
Dhyperv.c1420 kvm_x86_call(patch_hypercall)(vcpu, instructions + i); in kvm_hv_set_msr_pw()
Dx86.c10143 kvm_x86_call(patch_hypercall)(vcpu, instruction); in emulator_fix_hypercall() local
/linux-6.12.1/arch/x86/kvm/svm/
Dsvm.c5064 .patch_hypercall = svm_patch_hypercall,