Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Demulate.c5276 int x86_emulate_insn(struct x86_emulate_ctxt *ctxt, bool check_intercepts) in x86_emulate_insn() argument
5342 if (unlikely(check_intercepts) && ctxt->intercept) { in x86_emulate_insn()
5371 if (unlikely(check_intercepts) && (ctxt->d & Intercept)) { in x86_emulate_insn()
5425 if (unlikely(check_intercepts) && (ctxt->d & Intercept)) { in x86_emulate_insn()