Home
last modified time | relevance | path

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

/qemu/target/i386/tcg/
H A Dseg_helper.c501 if (env->dr[7] & DR7_LOCAL_BP_MASK) { in switch_tss_ra()
502 cpu_x86_update_dr7(env, env->dr[7] & ~DR7_LOCAL_BP_MASK); in switch_tss_ra()
/qemu/target/i386/
H A Dmachine.c401 env->dr[7] = dr7 & ~(DR7_GLOBAL_BP_MASK | DR7_LOCAL_BP_MASK); in cpu_post_load()
H A Dcpu.h296 #define DR7_LOCAL_BP_MASK 0x55 macro