Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/uapi/asm/
Ddebugreg.h19 #define DR6_RESERVED (0xFFFF0FF0) macro
/linux-6.1.9/arch/x86/kernel/
Dprocess_32.c96 (d6 == DR6_RESERVED) && (d7 == 0x400)) in __show_regs()
Dhw_breakpoint.c489 set_debugreg(DR6_RESERVED, 6); in hw_breakpoint_restore()
Dtraps.c977 set_debugreg(DR6_RESERVED, 6); in debug_read_clear_dr6()
978 dr6 ^= DR6_RESERVED; /* Flip to positive polarity */ in debug_read_clear_dr6()
Dptrace.c603 val = thread->virtual_dr6 ^ DR6_RESERVED; /* Flip back to arch polarity */ in ptrace_get_debugreg()
659 thread->virtual_dr6 = val ^ DR6_RESERVED; /* Flip to positive polarity */ in ptrace_set_debugreg()
Dprocess_64.c133 (d6 == DR6_RESERVED) && (d7 == 0x400))) { in __show_regs()
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c5476 set_debugreg(DR6_RESERVED, 6); in vmx_sync_dirty_debug_regs()