Home
last modified time | relevance | path

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

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