Searched refs:put_reg (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/m68k/kernel/
H A Dptrace.c51 specially (see get_reg/put_reg below). */
101 static inline int put_reg(struct task_struct *task, int regno, function
132 put_reg(child, PT_SR, tmp);
147 put_reg(child, PT_SR, tmp | T1_BIT);
155 put_reg(child, PT_SR, tmp | T0_BIT);
211 if (put_reg(child, regno, data))
246 put_reg(child, i, tmp);
/linux-master/drivers/cpufreq/
H A Dimx6q-cpufreq.c365 goto put_reg;
370 goto put_reg;
376 goto put_reg;
492 put_reg:
/linux-master/arch/alpha/kernel/
H A Dptrace.c68 * get_reg/put_reg below).
147 put_reg(struct task_struct *task, unsigned long regno, unsigned long data) function
313 ret = put_reg(child, addr, data);

Completed in 136 milliseconds