Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/
Dkvm_emulate.h293 #define X86EMUL_GUEST_MASK (1 << 5) /* VCPU is in guest-mode */ macro
Demulate.c5535 if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && ctxt->intercept) { in x86_emulate_insn()
5564 if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && (ctxt->d & Intercept)) { in x86_emulate_insn()
5618 if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && (ctxt->d & Intercept)) { in x86_emulate_insn()
Dx86.c8329 BUILD_BUG_ON(HF_GUEST_MASK != X86EMUL_GUEST_MASK); in init_emulate_ctxt()