Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c124 void cpu_x86_update_dr7(CPUX86State *env, uint32_t new_dr7) in cpu_x86_update_dr7() function
288 cpu_x86_update_dr7(env, t0); in helper_set_dr()
H A Dsvm_helper.c386 cpu_x86_update_dr7(env, new_dr7); in helper_vmrun()
895 cpu_x86_update_dr7(env, in do_vmexit()
/openbmc/qemu/target/i386/
H A Dmachine.c402 cpu_x86_update_dr7(env, dr7); in cpu_post_load()
H A Dcpu.h2470 void cpu_x86_update_dr7(CPUX86State *env, uint32_t new_dr7);
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c582 cpu_x86_update_dr7(env, env->dr[7] & ~DR7_LOCAL_BP_MASK); in switch_tss_ra()