Lines Matching refs:PT_SR
85 if (regno == PT_SR || regno == PT_PC) { in get_reg()
89 if (regno == PT_SR) in get_reg()
110 if (regno == PT_SR || regno == PT_PC) { in put_reg()
114 if (regno == PT_SR) { in put_reg()
128 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in singlestep_disable()
129 put_reg(child, PT_SR, tmp); in singlestep_disable()
143 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_single_step()
144 put_reg(child, PT_SR, tmp | T1_BIT); in user_enable_single_step()
150 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_block_step()
151 put_reg(child, PT_SR, tmp | T0_BIT); in user_enable_block_step()
193 if (regno == PT_SR) { in arch_ptrace()
195 data |= get_reg(child, PT_SR) & ~SR_MASK; in arch_ptrace()
229 if (i == PT_SR) { in arch_ptrace()
231 tmp |= get_reg(child, PT_SR) & ~SR_MASK; in arch_ptrace()