Searched refs:emul_flags (Results 1 – 2 of 2) sorted by relevance
5501 unsigned emul_flags; in x86_emulate_insn() local5516 emul_flags = ctxt->ops->get_hflags(ctxt); in x86_emulate_insn()5550 if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && ctxt->intercept) { in x86_emulate_insn()5579 if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && (ctxt->d & Intercept)) { in x86_emulate_insn()5633 if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && (ctxt->d & Intercept)) { in x86_emulate_insn()
6186 static void emulator_set_hflags(struct x86_emulate_ctxt *ctxt, unsigned emul_flags) in emulator_set_hflags() argument6188 emul_to_vcpu(ctxt)->arch.hflags = emul_flags; in emulator_set_hflags()