Searched refs:put_reg (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/m68k/kernel/ |
D | ptrace.c | 98 static inline int put_reg(struct task_struct *task, int regno, in put_reg() function 129 put_reg(child, PT_SR, tmp); in singlestep_disable() 144 put_reg(child, PT_SR, tmp | T1_BIT); in user_enable_single_step() 152 put_reg(child, PT_SR, tmp | T0_BIT); in user_enable_block_step() 208 if (put_reg(child, regno, data)) in arch_ptrace() 243 put_reg(child, i, tmp); in arch_ptrace()
|
/Linux-v5.10/drivers/cpufreq/ |
D | imx6q-cpufreq.c | 378 goto put_reg; in imx6q_cpufreq_probe() 383 goto put_reg; in imx6q_cpufreq_probe() 389 goto put_reg; in imx6q_cpufreq_probe() 507 put_reg: in imx6q_cpufreq_probe()
|
D | cpufreq-dt.c | 290 goto put_reg; in dt_cpufreq_early_init() 314 put_reg: in dt_cpufreq_early_init()
|
/Linux-v5.10/arch/c6x/kernel/ |
D | ptrace.c | 44 static inline int put_reg(struct task_struct *task, in put_reg() function
|
/Linux-v5.10/arch/alpha/kernel/ |
D | ptrace.c | 146 put_reg(struct task_struct *task, unsigned long regno, unsigned long data) in put_reg() function 312 ret = put_reg(child, addr, data); in arch_ptrace()
|