Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_emulate.h283 #define X86EMUL_GUEST_MASK (1 << 5) /* VCPU is in guest-mode */ macro
/arch/x86/kvm/
Demulate.c5423 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()
Dx86.c5245 BUILD_BUG_ON(HF_GUEST_MASK != X86EMUL_GUEST_MASK); in init_emulate_ctxt()