Searched refs:X86EMUL_MODE_REAL (Results 1 – 4 of 4) sorted by relevance
282 X86EMUL_MODE_REAL, /* Real mode. */ enumerator
720 if ((((ctxt->mode != X86EMUL_MODE_REAL) && (desc.type & 8)) || !(desc.type & 2)) && in __linearize()794 ctxt->mode = X86EMUL_MODE_REAL; in emulator_recalc_and_set_mode()1569 if (ctxt->mode == X86EMUL_MODE_REAL) { in __load_segment_descriptor()2084 case X86EMUL_MODE_REAL: in emulate_int()2155 case X86EMUL_MODE_REAL: in em_iret()2366 if (ctxt->mode == X86EMUL_MODE_REAL || in em_syscall()2434 if (ctxt->mode == X86EMUL_MODE_REAL) in em_sysenter()2486 if (ctxt->mode == X86EMUL_MODE_REAL || in em_sysexit()2540 if (ctxt->mode == X86EMUL_MODE_REAL) in emulator_bad_iopl()4754 case X86EMUL_MODE_REAL: in x86_decode_insn()
796 case X86EMUL_MODE_REAL: \
8724 ctxt->mode = (!is_protmode(vcpu)) ? X86EMUL_MODE_REAL : in init_emulate_ctxt()