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

/arch/m32r/kernel/
H A Dalign.c10 static int get_reg(struct pt_regs *regs, int nr) function
87 val = get_reg(regs, dest);
109 val = get_reg(regs, dest);
110 val += get_reg(regs, src);
122 tmp = get_reg(regs, dest);
124 val += (unsigned int)get_reg(regs, REG2(insn));
141 val = get_reg(regs, dest);
142 val &= get_reg(regs, REG2(insn));
150 if (get_reg(regs, REG1(insn)) < get_reg(reg
[all...]
/arch/cris/arch-v10/kernel/
H A Dptrace.c29 inline long get_reg(struct task_struct *task, unsigned int regno) function
100 tmp = get_reg(child, regno);
122 data |= get_reg(child, PT_DCCR) & ~DCCR_MASK;
136 tmp = get_reg(child, i);
163 tmp |= get_reg(child, PT_DCCR) & ~DCCR_MASK;
/arch/cris/arch-v32/kernel/
H A Dptrace.c39 long get_reg(struct task_struct *task, unsigned int regno) function
88 if (!get_reg(child, PT_SPC)) {
90 tmp = get_reg(child, PT_ERP) & ~1;
93 tmp = get_reg(child, PT_CCS) | SBIT_USER;
104 tmp = get_reg(child, PT_CCS) & ~SBIT_USER;
168 tmp = get_reg(child, regno);
190 data |= get_reg(child, PT_CCS) & ~CCS_MASK;
203 tmp = get_reg(child, i);
230 tmp |= get_reg(child, PT_CCS) & ~CCS_MASK;
314 unsigned long pc = get_reg(chil
[all...]
/arch/arc/kernel/
H A Ddisasm.c118 state->src1 = get_reg(state->wb_reg, regs, cregs);
137 state->src1 = get_reg(state->src1, regs, cregs);
145 state->src2 = get_reg(state->wb_reg, regs, cregs);
190 state->target = get_reg(fieldC, regs, cregs);
224 state->src1 = get_reg(state->wb_reg, regs,
232 state->src2 = get_reg(state->src2, regs,
288 state->src1 = get_reg(FIELD_S_B(state->words[0]), regs, cregs);
289 state->src2 = get_reg(FIELD_S_C(state->words[0]), regs, cregs);
307 state->target = get_reg(FIELD_S_B(state->words[0]),
321 state->target = get_reg(3
435 long __kprobes get_reg(int reg, struct pt_regs *regs, function
[all...]
H A Dkgdb.c22 gdb_regs[_R0 + regno] = get_reg(regno, kernel_regs, cregs);
/arch/m68k/kernel/
H A Dptrace.c48 specially (see get_reg/put_reg below). */
74 static inline long get_reg(struct task_struct *task, int regno) function
128 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS;
143 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS;
151 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS;
176 tmp = get_reg(child, regno);
205 data |= get_reg(child, PT_SR) & ~SR_MASK;
226 tmp = get_reg(child, i);
241 tmp |= get_reg(child, PT_SR) & ~SR_MASK;
/arch/alpha/kernel/
H A Dptrace.c68 * get_reg/put_reg below).
128 get_reg(struct task_struct * task, unsigned long regno) function
181 pc = get_reg(child, REG_PC);
204 task_thread_info(child)->bpt_addr[nsaved++] = get_reg(child, reg_b);
296 ret = get_reg(child, addr);
/arch/c6x/kernel/
H A Dptrace.c33 static inline long get_reg(struct task_struct *task, int regno) function
/arch/frv/kernel/
H A Dptrace.c203 static inline long get_reg(struct task_struct *task, int regno) function
275 tmp = get_reg(child, regno);
/arch/arc/include/asm/
H A Ddisasm.h112 long get_reg(int reg, struct pt_regs *regs, struct callee_regs *cregs);
/arch/blackfin/kernel/
H A Dptrace.c40 get_reg(struct task_struct *task, unsigned long regno, function
361 ret = get_reg(child, addr, datap);

Completed in 764 milliseconds