Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Ddebugreg.h61 #define DR_GLOBAL_ENABLE_MASK (0xAA) /* Set global bits for all 4 regs */ macro
/arch/x86/include/asm/
Ddebugreg.h89 return __this_cpu_read(cpu_dr7) & DR_GLOBAL_ENABLE_MASK; in hw_breakpoint_active()