Home
last modified time | relevance | path

Searched refs:VM86 (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dget_address.c280 case VM86: in FPU_get_address()
388 case VM86: in FPU_get_address_16()
H A Dreg_ld_str.c1033 if ((addr_modes.default_mode == VM86) || in fldenv()
1051 if (addr_modes.default_mode == VM86) { in fldenv()
1145 if ((addr_modes.default_mode == VM86) || in fstenv()
1161 if (addr_modes.default_mode == VM86) { in fstenv()
H A Dfpu_emu.h140 #define VM86 SIXTEEN macro
H A Dfpu_entry.c131 addr_modes.default_mode = VM86; in math_emulate()
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c193 #define VM86(S) false macro
198 #define VM86(S) (((S)->flags & HF_VM_MASK) != 0) macro
777 if (PE(s) && (CPL(s) > IOPL(s) || VM86(s))) { in gen_check_io()
1881 if (PE(s) && !VM86(s)) { in gen_movl_seg()
1905 if (PE(s) && !VM86(s)) { in gen_far_call()
1921 if (PE(s) && !VM86(s)) { in gen_far_jmp()
2949 if (!PE(s) || VM86(s)) in gen_multi0F()
2961 if (!PE(s) || VM86(s)) in gen_multi0F()
2971 if (!PE(s) || VM86(s)) in gen_multi0F()
2983 if (!PE(s) || VM86(s)) in gen_multi0F()
[all …]
H A Ddecode-new.c.inc2604 if (CODE32(s) && !VM86(s)) {
2724 if (VM86(s)) {
2812 if ((decode.e.check & X86_CHECK_vm86_iopl) && VM86(s)) {
H A Demit.c.inc2267 if (!PE(s) || VM86(s)) {
3594 if (!PE(s) || VM86(s)) {
/openbmc/linux/arch/x86/
H A DKconfig1196 bool "Legacy VM86 support"
1206 functional even without kernel VM86 support, as they will all
1222 config VM86 config