Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
A Ddebugreg.h19 #define DR6_RESERVED (0xFFFF0FF0) macro
/linux/arch/x86/kernel/
A Dprocess_32.c99 (d6 == DR6_RESERVED) && (d7 == 0x400)) in __show_regs()
A Dtraps.c836 set_debugreg(DR6_RESERVED, 6); in debug_read_clear_dr6()
837 dr6 ^= DR6_RESERVED; /* Flip to positive polarity */ in debug_read_clear_dr6()
A Dhw_breakpoint.c489 set_debugreg(DR6_RESERVED, 6); in hw_breakpoint_restore()
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()
A Dprocess_64.c133 (d6 == DR6_RESERVED) && (d7 == 0x400))) { in __show_regs()
/linux/arch/x86/kvm/vmx/
A Dvmx.c5119 set_debugreg(DR6_RESERVED, 6); in vmx_sync_dirty_debug_regs()

Completed in 22 milliseconds