Searched refs:DR7_LOCAL_BP_MASK (Results 1 – 3 of 3) sorted by relevance
581 if (env->dr[7] & DR7_LOCAL_BP_MASK) { in switch_tss_ra()582 cpu_x86_update_dr7(env, env->dr[7] & ~DR7_LOCAL_BP_MASK); in switch_tss_ra()
401 env->dr[7] = dr7 & ~(DR7_GLOBAL_BP_MASK | DR7_LOCAL_BP_MASK); in cpu_post_load()
291 #define DR7_LOCAL_BP_MASK 0x55 macro