Home
last modified time | relevance | path

Searched refs:debugreg7 (Results 1 – 10 of 10) sorted by relevance

/arch/x86/power/
Dcpu_32.c85 if (current->thread.debugreg7) { in fix_processor_context()
92 set_debugreg(current->thread.debugreg7, 7); in fix_processor_context()
Dcpu_64.c164 if (current->thread.debugreg7){ in fix_processor_context()
/arch/x86/include/asm/
Da.out-core.h42 dump->u_debugreg[7] = current->thread.debugreg7; in aout_dump_thread()
Dprocessor.h414 unsigned long debugreg7; member
/arch/x86/kernel/
Dprocess_32.c264 tsk->thread.debugreg7 = 0; in flush_thread()
442 set_debugreg(next->debugreg7, 7); in __switch_to_xtra()
Dsignal.c830 if (current->thread.debugreg7) in do_signal()
831 set_debugreg(current->thread.debugreg7, 7); in do_signal()
Dptrace.c481 case 7: return child->thread.debugreg7; in ptrace_get_debugreg()
549 child->thread.debugreg7 = data; in ptrace_set_debugreg()
Dtraps.c599 if (!tsk->thread.debugreg7) in do_debug()
Dprocess_64.c269 tsk->thread.debugreg7 = 0; in flush_thread()
/arch/x86/ia32/
Dia32_aout.c70 dump->u_debugreg[7] = current->thread.debugreg7; in dump_thread32()