Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h29 KVM_X86_OP(prepare_switch_to_guest)
H A Dkvm_host.h1755 void (*prepare_switch_to_guest)(struct kvm_vcpu *vcpu); member
/linux/arch/x86/kvm/vmx/
H A Dmain.c891 .prepare_switch_to_guest = vt_op(prepare_switch_to_guest),
/linux/arch/x86/kvm/svm/
H A Dsvm.c5148 .prepare_switch_to_guest = svm_prepare_switch_to_guest,
/linux/arch/x86/kvm/
H A Dx86.c11284 kvm_x86_call(prepare_switch_to_guest)(vcpu); in vcpu_enter_guest() local