Searched refs:put_reg (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/m68k/kernel/ |
| H A D | ptrace.c | 101 static inline int put_reg(struct task_struct *task, int regno, in put_reg() function 132 put_reg(child, PT_SR, tmp); in singlestep_disable() 147 put_reg(child, PT_SR, tmp | T1_BIT); in user_enable_single_step() 155 put_reg(child, PT_SR, tmp | T0_BIT); in user_enable_block_step() 211 if (put_reg(child, regno, data)) in arch_ptrace() 246 put_reg(child, i, tmp); in arch_ptrace()
|
| /linux/drivers/cpufreq/ |
| H A D | imx6q-cpufreq.c | 364 goto put_reg; in imx6q_cpufreq_probe() 369 goto put_reg; in imx6q_cpufreq_probe() 375 goto put_reg; in imx6q_cpufreq_probe() 491 put_reg: in imx6q_cpufreq_probe()
|