Searched refs:X86EMUL_MODE_REAL (Results 1 – 4 of 4) sorted by relevance
271 X86EMUL_MODE_REAL, /* Real mode. */ enumerator
720 if ((((ctxt->mode != X86EMUL_MODE_REAL) && (desc.type & 8)) in __linearize()793 ctxt->mode = X86EMUL_MODE_REAL; in emulator_recalc_and_set_mode()1568 if (ctxt->mode == X86EMUL_MODE_REAL) { in __load_segment_descriptor()2082 case X86EMUL_MODE_REAL: in emulate_int()2153 case X86EMUL_MODE_REAL: in em_iret()2407 if (ctxt->mode == X86EMUL_MODE_REAL || in em_syscall()2467 if (ctxt->mode == X86EMUL_MODE_REAL) in em_sysenter()2519 if (ctxt->mode == X86EMUL_MODE_REAL || in em_sysexit()2573 if (ctxt->mode == X86EMUL_MODE_REAL) in emulator_bad_iopl()4787 case X86EMUL_MODE_REAL: in x86_decode_insn()
793 case X86EMUL_MODE_REAL: \
8429 ctxt->mode = (!is_protmode(vcpu)) ? X86EMUL_MODE_REAL : in init_emulate_ctxt()