Searched refs:X86EMUL_MODE_REAL (Results 1 – 4 of 4) sorted by relevance
295 X86EMUL_MODE_REAL, /* Real mode. */ enumerator
670 if ((((ctxt->mode != X86EMUL_MODE_REAL) && (desc.type & 8)) || !(desc.type & 2)) && in __linearize()744 ctxt->mode = X86EMUL_MODE_REAL; in emulator_recalc_and_set_mode()1538 if (ctxt->mode == X86EMUL_MODE_REAL) { in __load_segment_descriptor()2066 case X86EMUL_MODE_REAL: in emulate_int()2137 case X86EMUL_MODE_REAL: in em_iret()2348 if (ctxt->mode == X86EMUL_MODE_REAL || in em_syscall()2416 if (ctxt->mode == X86EMUL_MODE_REAL) in em_sysenter()2468 if (ctxt->mode == X86EMUL_MODE_REAL || in em_sysexit()2522 if (ctxt->mode == X86EMUL_MODE_REAL) in emulator_bad_iopl()4869 case X86EMUL_MODE_REAL: in x86_decode_insn()
895 case X86EMUL_MODE_REAL: \
8975 ctxt->mode = (!is_protmode(vcpu)) ? X86EMUL_MODE_REAL : in init_emulate_ctxt()