Searched refs:get_reg (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dptrace.c47 specially (see get_reg/put_reg below). */
59 static inline long get_reg(struct task_struct *task, int regno) function
99 tmp = get_reg(child, PT_SR) & ~(TRACE_BITS << 16);
174 tmp = get_reg(child, addr);
213 data |= get_reg(child, PT_SR) & ~(SR_MASK << 16);
251 tmp = get_reg(child, PT_SR) & ~(TRACE_BITS << 16);
271 tmp = get_reg(child, PT_SR) & ~(TRACE_BITS << 16);
284 tmp = get_reg(child, PT_SR) | (TRACE_BITS << 16);
302 tmp = get_reg(child, i);
326 tmp |= get_reg(chil
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dptrace.c78 static inline long get_reg(struct task_struct *task, unsigned int regno) function
192 tmp = get_reg(child, addr >> 2);
220 data |= get_reg(child, PT_DCCR) & ~DCCR_MASK;
279 tmp = get_reg(child, i);
300 tmp |= get_reg(child, PT_DCCR) & ~DCCR_MASK;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dptrace.c67 * get_reg/put_reg below).
118 get_reg(struct task_struct * task, unsigned long regno) function
169 pc = get_reg(child, REG_PC);
191 child->thread.bpt_addr[nsaved++] = get_reg(child, reg_b);
313 ret = get_reg(child, addr);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dptrace32.c47 static inline unsigned long get_reg(struct task_struct *task, int regno) function
182 tmp_reg_value = get_reg(child, index);
235 tmp_reg_value = get_reg(child, numReg);
H A Dptrace.c47 static inline unsigned long get_reg(struct task_struct *task, int regno) function
161 tmp = get_reg(child, (int)index);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dptrace.c49 static inline unsigned long get_reg(struct task_struct *task, int regno) function
223 tmp = get_reg(child, (int) index);

Completed in 97 milliseconds