Searched refs:bpnum (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
H A D | hw_breakpoint.h | 69 int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type);
|
/linux-4.1.27/kernel/debug/kdb/ |
H A D | kdb_bp.c | 544 kdb_register_flags("bc", kdb_bc, "<bpnum>", kdb_initbptab() 547 kdb_register_flags("be", kdb_bc, "<bpnum>", kdb_initbptab() 550 kdb_register_flags("bd", kdb_bc, "<bpnum>", kdb_initbptab()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | hw_breakpoint.c | 85 int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type) decode_dr7() argument 87 int bp_info = dr7 >> (DR_CONTROL_SHIFT + bpnum * DR_CONTROL_SIZE); decode_dr7() 92 return (dr7 >> (bpnum * DR_ENABLE_SIZE)) & 0x3; decode_dr7()
|
Completed in 215 milliseconds