Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c126 target_ulong old_dr7 = env->dr[7]; in cpu_x86_update_dr7() local
134 if (((old_dr7 ^ new_dr7) & ~0xff) == 0) { in cpu_x86_update_dr7()
138 int mod = ((old_dr7 | old_dr7 * 2) ^ (new_dr7 | new_dr7 * 2)) & 0xff; in cpu_x86_update_dr7()
/openbmc/linux/arch/x86/kernel/
H A Dptrace.c563 unsigned long old_dr7; in ptrace_write_dr7() local
568 old_dr7 = ptrace_get_dr7(thread->ptrace_bps); in ptrace_write_dr7()
600 data = old_dr7; in ptrace_write_dr7()