Searched refs:encode_dr7 (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/x86/include/asm/ |
D | hw_breakpoint.h | 69 unsigned long encode_dr7(int drnum, unsigned int len, unsigned int type);
|
/linux-6.1.9/arch/x86/kernel/ |
D | hw_breakpoint.c | 68 unsigned long encode_dr7(int drnum, unsigned int len, unsigned int type) in encode_dr7() function 120 *dr7 |= encode_dr7(i, info->len, info->type); in arch_install_hw_breakpoint()
|
D | kgdb.c | 202 early_dr7 |= encode_dr7(breakno, 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()
|
D | ptrace.c | 484 dr7 |= encode_dr7(i, info->len, info->type); in ptrace_get_dr7()
|