Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c2185 } else if ((s->flags & HF_TF_MASK) && mode != DISAS_EOB_INHIBIT_IRQ) { in gen_eob()
3665 (flags & (HF_RF_MASK | HF_TF_MASK | HF_INHIBIT_IRQ_MASK))); in i386_tr_init_disas_context()
3756 if (dc->flags & (HF_TF_MASK | HF_INHIBIT_IRQ_MASK)) { in i386_tr_translate_insn()
/openbmc/qemu/target/i386/
H A Dcpu.h182 #define HF_TF_MASK (1 << HF_TF_SHIFT) macro
H A Dcpu.c8373 HF_TS_MASK | HF_TF_MASK | HF_VM_MASK | HF_IOPL_MASK | \ in x86_update_hflags()
8382 hflags |= (env->eflags & (HF_TF_MASK | HF_VM_MASK | HF_IOPL_MASK)); in x86_update_hflags()