Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dkgdb.c187 static unsigned long early_dr7; variable
202 early_dr7 |= encode_dr7(breakno, in kgdb_correct_hw_break()
205 set_debugreg(early_dr7, 7); in kgdb_correct_hw_break()
311 early_dr7 &= ~encode_dr7(i, breakinfo[i].len, in kgdb_remove_all_hw_break()
393 early_dr7 &= ~encode_dr7(i, breakinfo[i].len, in kgdb_disable_hw_debug()