Searched defs:single_stepping (Results 1 – 4 of 4) sorted by relevance
485 unsigned long single_stepping = ptrace_cancel_bpt(current); in do_signal() local
486 unsigned long single_stepping = ptrace_cancel_bpt(current); in do_signal() local
587 #define single_stepping(regs) (current->thread.debug.dbcr0 & DBCR0_IC) macro602 #define single_stepping(regs) ((regs)->msr & MSR_SE) macro
582 #define single_stepping(regs) (current->thread.debug.dbcr0 & DBCR0_IC) macro597 #define single_stepping(regs) ((regs)->msr & MSR_SE) macro