Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/uapi/asm/
H A Ddebugreg.h70 #define DR_CONTROL_RESERVED (0xFC00) /* Reserved by Intel */ macro
72 #define DR_CONTROL_RESERVED (0xFFFFFFFF0000FC00UL) /* Reserved */ macro
/openbmc/linux/arch/x86/kernel/
H A Dptrace.c567 data &= ~DR_CONTROL_RESERVED; in ptrace_write_dr7()