Searched refs:X86EMUL_GUEST_MASK (Results 1 – 3 of 3) sorted by relevance
283 #define X86EMUL_GUEST_MASK (1 << 5) /* VCPU is in guest-mode */ macro
5423 if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && ctxt->intercept) { in x86_emulate_insn()5452 if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && (ctxt->d & Intercept)) { in x86_emulate_insn()5506 if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && (ctxt->d & Intercept)) { in x86_emulate_insn()
5245 BUILD_BUG_ON(HF_GUEST_MASK != X86EMUL_GUEST_MASK); in init_emulate_ctxt()