Home
last modified time | relevance | path

Searched refs:DR_GLOBAL_ENABLE (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Ddebugreg.h57 #define DR_GLOBAL_ENABLE (0x2) /* Global enable for reg 0 */ macro
/linux-3.4.99/arch/x86/kernel/
Dhw_breakpoint.c69 bp_info |= (DR_GLOBAL_ENABLE << (drnum * DR_ENABLE_SIZE)); in __encode_dr7()