Home
last modified time | relevance | path

Searched refs:emul_flags (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Demulate.c5552 unsigned emul_flags; in x86_emulate_insn() local
5567 emul_flags = ctxt->ops->get_hflags(ctxt); in x86_emulate_insn()
5601 if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && ctxt->intercept) { in x86_emulate_insn()
5630 if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && (ctxt->d & Intercept)) { in x86_emulate_insn()
5684 if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && (ctxt->d & Intercept)) { in x86_emulate_insn()
H A Dx86.c7074 static void emulator_set_hflags(struct x86_emulate_ctxt *ctxt, unsigned emul_flags) in emulator_set_hflags() argument
7078 vcpu->arch.hflags = emul_flags; in emulator_set_hflags()

Completed in 21 milliseconds