Home
last modified time | relevance | path

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

/qemu/target/i386/
H A Dcpu.h189 #define HF_VM_MASK (1 << HF_VM_SHIFT) macro
H A Dcpu.c8115 HF_TS_MASK | HF_TF_MASK | HF_VM_MASK | HF_IOPL_MASK | \ in x86_update_hflags()
8124 hflags |= (env->eflags & (HF_TF_MASK | HF_VM_MASK | HF_IOPL_MASK)); in x86_update_hflags()
/qemu/target/i386/tcg/
H A Dtranslate.c197 #define VM86(S) (((S)->flags & HF_VM_MASK) != 0)
4606 g_assert(VM86(dc) == ((flags & HF_VM_MASK) != 0)); in i386_tr_init_disas_context()