Lines Matching refs:get_reg
39 long get_reg(struct task_struct *task, unsigned int regno) in get_reg() function
88 if (!get_reg(child, PT_SPC)) { in user_enable_single_step()
90 tmp = get_reg(child, PT_ERP) & ~1; in user_enable_single_step()
93 tmp = get_reg(child, PT_CCS) | SBIT_USER; in user_enable_single_step()
104 tmp = get_reg(child, PT_CCS) & ~SBIT_USER; in user_disable_single_step()
168 tmp = get_reg(child, regno); in arch_ptrace()
190 data |= get_reg(child, PT_CCS) & ~CCS_MASK; in arch_ptrace()
203 tmp = get_reg(child, i); in arch_ptrace()
230 tmp |= get_reg(child, PT_CCS) & ~CCS_MASK; in arch_ptrace()
314 unsigned long pc = get_reg(child, PT_ERP); in get_pseudo_pc()
317 unsigned long spc = get_reg(child, PT_SPC); in get_pseudo_pc()