Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dhw_breakpoint.c414 t->ptrace_dr7 = 0; in flush_ptrace_hw_breakpoint()
Dptrace.c709 val = thread->ptrace_dr7; in ptrace_get_debugreg()
768 thread->ptrace_dr7 = val; in ptrace_set_debugreg()
/linux-4.4.14/arch/x86/include/asm/
Dprocessor.h398 unsigned long ptrace_dr7; member
/linux-4.4.14/arch/x86/ia32/
Dia32_aout.c71 dump->u_debugreg[7] = current->thread.ptrace_dr7; in dump_thread32()