Searched refs:encode_dr7 (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/x86/kernel/ |
D | hw_breakpoint.c | 76 unsigned long encode_dr7(int drnum, unsigned int len, unsigned int type) in encode_dr7() function 126 *dr7 |= encode_dr7(i, info->len, info->type); in arch_install_hw_breakpoint() 357 dr7 |= encode_dr7(i, info->len, info->type); in aout_dump_debugregs()
|
D | kgdb.c | 218 early_dr7 |= encode_dr7(breakno, in kgdb_correct_hw_break() 327 early_dr7 &= ~encode_dr7(i, breakinfo[i].len, in kgdb_remove_all_hw_break() 409 early_dr7 &= ~encode_dr7(i, breakinfo[i].len, in kgdb_disable_hw_debug()
|
D | ptrace.c | 591 dr7 |= encode_dr7(i, info->len, info->type); in ptrace_get_dr7()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | hw_breakpoint.h | 68 unsigned long encode_dr7(int drnum, unsigned int len, unsigned int type);
|