Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Ddebugreg.h68 #define DR_CONTROL_RESERVED (0xFC00) /* Reserved by Intel */ macro
70 #define DR_CONTROL_RESERVED (0xFFFFFFFF0000FC00UL) /* Reserved */ macro
/arch/x86/kernel/
Dptrace.c653 data &= ~DR_CONTROL_RESERVED; in ptrace_write_dr7()