Lines Matching refs:PT_SR
88 if (regno == PT_SR || regno == PT_PC) { in get_reg()
92 if (regno == PT_SR) in get_reg()
113 if (regno == PT_SR || regno == PT_PC) { in put_reg()
117 if (regno == PT_SR) { in put_reg()
131 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in singlestep_disable()
132 put_reg(child, PT_SR, tmp); in singlestep_disable()
146 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_single_step()
147 put_reg(child, PT_SR, tmp | T1_BIT); in user_enable_single_step()
154 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_block_step()
155 put_reg(child, PT_SR, tmp | T0_BIT); in user_enable_block_step()
206 if (regno == PT_SR) { in arch_ptrace()
208 data |= get_reg(child, PT_SR) & ~SR_MASK; in arch_ptrace()
242 if (i == PT_SR) { in arch_ptrace()
244 tmp |= get_reg(child, PT_SR) & ~SR_MASK; in arch_ptrace()