drnum 72 arch/x86/include/asm/hw_breakpoint.h unsigned long encode_dr7(int drnum, unsigned int len, unsigned int type); drnum 51 arch/x86/kernel/hw_breakpoint.c __encode_dr7(int drnum, unsigned int len, unsigned int type) drnum 56 arch/x86/kernel/hw_breakpoint.c bp_info <<= (DR_CONTROL_SHIFT + drnum * DR_CONTROL_SIZE); drnum 57 arch/x86/kernel/hw_breakpoint.c bp_info |= (DR_GLOBAL_ENABLE << (drnum * DR_ENABLE_SIZE)); drnum 66 arch/x86/kernel/hw_breakpoint.c unsigned long encode_dr7(int drnum, unsigned int len, unsigned int type) drnum 68 arch/x86/kernel/hw_breakpoint.c return __encode_dr7(drnum, len, type) | DR_GLOBAL_SLOWDOWN;