Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Ddebugreg.h74 #define DR_GLOBAL_SLOWDOWN (0x200) /* Global slow the pipeline */ macro
/arch/x86/kernel/
Dhw_breakpoint.c79 return __encode_dr7(drnum, len, type) | DR_GLOBAL_SLOWDOWN; in encode_dr7()