Searched refs:encode_dr7 (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/arch/x86/kernel/ |
D | hw_breakpoint.c | 78 unsigned long encode_dr7(int drnum, unsigned int len, unsigned int type) in encode_dr7() function 128 *dr7 |= encode_dr7(i, info->len, info->type); in arch_install_hw_breakpoint() 370 dr7 |= encode_dr7(i, info->len, info->type); in aout_dump_debugregs()
|
D | kgdb.c | 219 early_dr7 |= encode_dr7(breakno, in kgdb_correct_hw_break() 328 early_dr7 &= ~encode_dr7(i, breakinfo[i].len, in kgdb_remove_all_hw_break() 410 early_dr7 &= ~encode_dr7(i, breakinfo[i].len, in kgdb_disable_hw_debug()
|
D | ptrace.c | 595 dr7 |= encode_dr7(i, info->len, info->type); in ptrace_get_dr7()
|
/linux-3.4.99/arch/x86/include/asm/ |
D | hw_breakpoint.h | 66 unsigned long encode_dr7(int drnum, unsigned int len, unsigned int type);
|