Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Ddebugreg.h19 #define DR6_RESERVED (0xFFFF0FF0) macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dprocess_32.c99 (d6 == DR6_RESERVED) && (d7 == 0x400)) in __show_regs()
H A Dtraps.c829 set_debugreg(DR6_RESERVED, 6); in debug_read_clear_dr6()
830 dr6 ^= DR6_RESERVED; /* Flip to positive polarity */ in debug_read_clear_dr6()
H A Dhw_breakpoint.c489 set_debugreg(DR6_RESERVED, 6); in hw_breakpoint_restore()
H A 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()
H A Dprocess_64.c132 (d6 == DR6_RESERVED) && (d7 == 0x400))) { in __show_regs()