Searched refs:PT_CCS (Results 1 – 2 of 2) sorted by relevance
93 tmp = get_reg(child, PT_CCS) | SBIT_USER; in user_enable_single_step()94 put_reg(child, PT_CCS, tmp); in user_enable_single_step()104 tmp = get_reg(child, PT_CCS) & ~SBIT_USER; in user_disable_single_step()105 put_reg(child, PT_CCS, tmp); in user_disable_single_step()185 if (regno == PT_CCS) { in arch_ptrace()190 data |= get_reg(child, PT_CCS) & ~CCS_MASK; in arch_ptrace()228 if (i == PT_CCS) { in arch_ptrace()230 tmp |= get_reg(child, PT_CCS) & ~CCS_MASK; in arch_ptrace()
25 #define PT_CCS 19 macro