Home
last modified time | relevance | path

Searched refs:DR6_RESERVED (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/arch/x86/include/uapi/asm/
Ddebugreg.h19 #define DR6_RESERVED (0xFFFF0FF0) macro
/Linux-v5.10/arch/x86/kernel/
Dprocess_32.c99 (d6 == DR6_RESERVED) && (d7 == 0x400)) in __show_regs()
Dtraps.c793 set_debugreg(DR6_RESERVED, 6); in debug_read_clear_dr6()
794 dr6 ^= DR6_RESERVED; /* Flip to positive polarity */ in debug_read_clear_dr6()
Dhw_breakpoint.c467 set_debugreg(DR6_RESERVED, 6); in hw_breakpoint_restore()
Dptrace.c604 val = thread->virtual_dr6 ^ DR6_RESERVED; /* Flip back to arch polarity */ in ptrace_get_debugreg()
660 thread->virtual_dr6 = val ^ DR6_RESERVED; /* Flip to positive polarity */ in ptrace_set_debugreg()
Dprocess_64.c132 (d6 == DR6_RESERVED) && (d7 == 0x400))) { in __show_regs()