Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c127 int iobpt = 0; in cpu_x86_update_dr7() local
148 iobpt |= hw_breakpoint_insert(env, i); in cpu_x86_update_dr7()
151 iobpt |= HF_IOBPT_MASK; in cpu_x86_update_dr7()
160 iobpt |= hw_breakpoint_insert(env, i); in cpu_x86_update_dr7()
164 env->hflags = (env->hflags & ~HF_IOBPT_MASK) | iobpt; in cpu_x86_update_dr7()