Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm_host.h1928 int (*check_intercept)(struct kvm_vcpu *vcpu, member
/linux/arch/x86/kvm/svm/
H A Dsvm.c5370 .check_intercept = svm_check_intercept,
/linux/arch/x86/kvm/
H A Dx86.c8823 return kvm_x86_call(check_intercept)(emul_to_vcpu(ctxt), info, stage, in emulator_intercept()