Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dmain.c127 .check_intercept = vmx_check_intercept,
/linux-6.15/arch/x86/include/asm/
H A Dkvm-x86-ops.h108 KVM_X86_OP(check_intercept)
H A Dkvm_host.h1819 int (*check_intercept)(struct kvm_vcpu *vcpu, member
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c5240 .check_intercept = svm_check_intercept,
/linux-6.15/arch/x86/kvm/
H A Dx86.c8515 return kvm_x86_call(check_intercept)(emul_to_vcpu(ctxt), info, stage, in emulator_intercept()