Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dhw_breakpoint.c417 t->ptrace_dr7 = 0; in flush_ptrace_hw_breakpoint()
Dptrace.c662 val = thread->ptrace_dr7; in ptrace_get_debugreg()
721 thread->ptrace_dr7 = val; in ptrace_set_debugreg()
/arch/x86/include/asm/
Dprocessor.h411 unsigned long ptrace_dr7; member
/arch/x86/ia32/
Dia32_aout.c71 dump->u_debugreg[7] = current->thread.ptrace_dr7; in dump_thread32()