Searched refs:X86EMUL_MODE_REAL (Results 1 – 4 of 4) sorted by relevance
285 X86EMUL_MODE_REAL, /* Real mode. */ enumerator
750 if ((((ctxt->mode != X86EMUL_MODE_REAL) && (desc.type & 8)) in __linearize()823 ctxt->mode = X86EMUL_MODE_REAL; in emulator_recalc_and_set_mode()1598 if (ctxt->mode == X86EMUL_MODE_REAL) { in __load_segment_descriptor()2106 case X86EMUL_MODE_REAL: in emulate_int()2177 case X86EMUL_MODE_REAL: in em_iret()2751 if (ctxt->mode == X86EMUL_MODE_REAL || in em_syscall()2811 if (ctxt->mode == X86EMUL_MODE_REAL) in em_sysenter()2863 if (ctxt->mode == X86EMUL_MODE_REAL || in em_sysexit()2917 if (ctxt->mode == X86EMUL_MODE_REAL) in emulator_bad_iopl()5131 case X86EMUL_MODE_REAL: in x86_decode_insn()
790 case X86EMUL_MODE_REAL: \
8324 ctxt->mode = (!is_protmode(vcpu)) ? X86EMUL_MODE_REAL : in init_emulate_ctxt()