Home
last modified time | relevance | path

Searched refs:ptrace_dr7 (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/x86/kernel/
Dhw_breakpoint.c422 t->ptrace_dr7 = 0; in flush_ptrace_hw_breakpoint()
Dptrace.c663 val = thread->ptrace_dr7; in ptrace_get_debugreg()
722 thread->ptrace_dr7 = val; in ptrace_set_debugreg()
/Linux-v4.19/arch/x86/include/asm/
Dprocessor.h488 unsigned long ptrace_dr7; member
/Linux-v4.19/arch/x86/ia32/
Dia32_aout.c72 dump->u_debugreg[7] = current->thread.ptrace_dr7; in dump_thread32()