Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h29 KVM_X86_OP(prepare_switch_to_guest)
H A Dkvm_host.h1573 void (*prepare_switch_to_guest)(struct kvm_vcpu *vcpu); member
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c4980 .prepare_switch_to_guest = svm_prepare_switch_to_guest,
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c8273 .prepare_switch_to_guest = vmx_prepare_switch_to_guest,