Searched refs:X86EMUL_MODE_REAL (Results 1 – 4 of 4) sorted by relevance
294 X86EMUL_MODE_REAL, /* Real mode. */ enumerator
724 if ((((ctxt->mode != X86EMUL_MODE_REAL) && (desc.type & 8)) || !(desc.type & 2)) && in __linearize()798 ctxt->mode = X86EMUL_MODE_REAL; in emulator_recalc_and_set_mode()1573 if (ctxt->mode == X86EMUL_MODE_REAL) { in __load_segment_descriptor()2089 case X86EMUL_MODE_REAL: in emulate_int()2160 case X86EMUL_MODE_REAL: in em_iret()2371 if (ctxt->mode == X86EMUL_MODE_REAL || in em_syscall()2439 if (ctxt->mode == X86EMUL_MODE_REAL) in em_sysenter()2491 if (ctxt->mode == X86EMUL_MODE_REAL || in em_sysexit()2545 if (ctxt->mode == X86EMUL_MODE_REAL) in emulator_bad_iopl()4760 case X86EMUL_MODE_REAL: in x86_decode_insn()
814 case X86EMUL_MODE_REAL: \
8723 ctxt->mode = (!is_protmode(vcpu)) ? X86EMUL_MODE_REAL : in init_emulate_ctxt()