Lines Matching refs:PT_SR
86 if (regno == PT_SR || regno == PT_PC) { in get_reg()
90 if (regno == PT_SR) in get_reg()
111 if (regno == PT_SR || regno == PT_PC) { in put_reg()
115 if (regno == PT_SR) { in put_reg()
129 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in singlestep_disable()
130 put_reg(child, PT_SR, tmp); in singlestep_disable()
144 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_single_step()
145 put_reg(child, PT_SR, tmp | T1_BIT); in user_enable_single_step()
152 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_block_step()
153 put_reg(child, PT_SR, tmp | T0_BIT); in user_enable_block_step()
204 if (regno == PT_SR) { in arch_ptrace()
206 data |= get_reg(child, PT_SR) & ~SR_MASK; in arch_ptrace()
240 if (i == PT_SR) { in arch_ptrace()
242 tmp |= get_reg(child, PT_SR) & ~SR_MASK; in arch_ptrace()