Home
last modified time | relevance | path

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

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