Home
last modified time | relevance | path

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

/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c72 ? HF_IOBPT_MASK : 0; in hw_breakpoint_insert()
151 iobpt |= HF_IOBPT_MASK; in cpu_x86_update_dr7()
164 env->hflags = (env->hflags & ~HF_IOBPT_MASK) | iobpt; in cpu_x86_update_dr7()
/qemu/target/i386/
H A Dcpu.h195 #define HF_IOBPT_MASK (1 << HF_IOBPT_SHIFT) macro
/qemu/target/i386/tcg/
H A Dtranslate.c1255 if (s->flags & HF_IOBPT_MASK) { in gen_bpt_io()