Home
last modified time | relevance | path

Searched refs:virtual_dr6 (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/x86/kernel/
Dhw_breakpoint.c479 t->virtual_dr6 = 0; in flush_ptrace_hw_breakpoint()
570 if ((current->thread.virtual_dr6 & DR_TRAP_BITS) || in hw_breakpoint_handler()
Dptrace.c467 thread->virtual_dr6 |= (DR_TRAP0 << i); in ptrace_triggered()
603 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()
Dtraps.c1127 current->thread.virtual_dr6 = (dr6 & DR_STEP); in exc_debug_user()
1159 dr6 |= current->thread.virtual_dr6; in exc_debug_user()
Dkgdb.c634 tsk->thread.virtual_dr6 |= (DR_TRAP0 << i); in kgdb_hw_overflow_handler()
/linux-6.1.9/arch/x86/include/asm/
Dprocessor.h500 unsigned long virtual_dr6; member