Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c191 #define VM86(S) false macro
196 #define VM86(S) (((S)->flags & HF_VM_MASK) != 0) macro
814 if (PE(s) && (CPL(s) > IOPL(s) || VM86(s))) { in gen_check_io()
2030 if (PE(s) && !VM86(s)) { in gen_movl_seg()
2068 if (PE(s) && !VM86(s)) { in gen_far_call()
2084 if (PE(s) && !VM86(s)) { in gen_far_jmp()
3077 if (!PE(s) || VM86(s)) in gen_multi0F()
3089 if (!PE(s) || VM86(s)) in gen_multi0F()
3099 if (!PE(s) || VM86(s)) in gen_multi0F()
3111 if (!PE(s) || VM86(s)) in gen_multi0F()
[all …]
H A Ddecode-new.c.inc2619 if (PE(s) && !VM86(s)) {
2748 if (VM86(s)) {
2836 if ((decode.e.check & X86_CHECK_vm86_iopl) && VM86(s)) {
H A Demit.c.inc2285 if (!PE(s) || VM86(s)) {
3611 if (!PE(s) || VM86(s)) {