Searched refs:iobpt (Results 1 – 1 of 1) sorted by relevance
127 int iobpt = 0; in cpu_x86_update_dr7() local148 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()