Searched refs:put_reg (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/m68k/kernel/ |
D | ptrace.c | 99 static inline int put_reg(struct task_struct *task, int regno, in put_reg() function 130 put_reg(child, PT_SR, tmp); in singlestep_disable() 145 put_reg(child, PT_SR, tmp | T1_BIT); in user_enable_single_step() 153 put_reg(child, PT_SR, tmp | T0_BIT); in user_enable_block_step() 209 if (put_reg(child, regno, data)) in arch_ptrace() 244 put_reg(child, i, tmp); in arch_ptrace()
|
/Linux-v4.19/drivers/cpufreq/ |
D | imx6q-cpufreq.c | 382 goto put_reg; in imx6q_cpufreq_probe() 387 goto put_reg; in imx6q_cpufreq_probe() 393 goto put_reg; in imx6q_cpufreq_probe() 507 put_reg: in imx6q_cpufreq_probe()
|
/Linux-v4.19/arch/c6x/kernel/ |
D | ptrace.c | 47 static inline int put_reg(struct task_struct *task, in put_reg() function
|
/Linux-v4.19/arch/alpha/kernel/ |
D | ptrace.c | 147 put_reg(struct task_struct *task, unsigned long regno, unsigned long data) in put_reg() function 313 ret = put_reg(child, addr, data); in arch_ptrace()
|