Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dmain.c993 .check_intercept = vmx_check_intercept,
/linux/arch/x86/include/asm/
H A Dkvm_host.h1944 int (*check_intercept)(struct kvm_vcpu *vcpu, member
/linux/arch/x86/kvm/svm/
H A Dsvm.c5444 .check_intercept = svm_check_intercept,
/linux/arch/x86/kvm/
H A Dx86.c8794 return kvm_x86_call(check_intercept)(emul_to_vcpu(ctxt), info, stage, in emulator_intercept()