Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dmain.c41 .prepare_switch_to_guest = vmx_prepare_switch_to_guest,
/linux-6.15/arch/x86/include/asm/
H A Dkvm-x86-ops.h28 KVM_X86_OP(prepare_switch_to_guest)
H A Dkvm_host.h1683 void (*prepare_switch_to_guest)(struct kvm_vcpu *vcpu); member
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c5159 .prepare_switch_to_guest = svm_prepare_switch_to_guest,
/linux-6.15/arch/x86/kvm/
H A Dx86.c10923 kvm_x86_call(prepare_switch_to_guest)(vcpu); in vcpu_enter_guest() local