Home
last modified time | relevance | path

Searched refs:get_reg (Results 1 – 7 of 7) sorted by relevance

/arch/arc/kernel/
A Ddisasm.c115 state->src1 = get_reg(state->wb_reg, regs, cregs); in disasm_instr()
134 state->src1 = get_reg(state->src1, regs, cregs); in disasm_instr()
142 state->src2 = get_reg(state->wb_reg, regs, cregs); in disasm_instr()
187 state->target = get_reg(fieldC, regs, cregs); in disasm_instr()
221 state->src1 = get_reg(state->wb_reg, regs, in disasm_instr()
229 state->src2 = get_reg(state->src2, regs, in disasm_instr()
318 state->target = get_reg(31, regs, cregs); in disasm_instr()
375 state->src1 = get_reg(28, regs, cregs); in disasm_instr()
381 state->src2 = get_reg(28, regs, cregs); in disasm_instr()
389 state->src1 = get_reg(26, regs, cregs); in disasm_instr()
[all …]
A Dkgdb.c20 gdb_regs[_R0 + regno] = get_reg(regno, kernel_regs, cregs); in to_gdb_regs()
/arch/m68k/kernel/
A Dptrace.c77 static inline long get_reg(struct task_struct *task, int regno) in get_reg() function
131 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in singlestep_disable()
146 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_single_step()
154 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_block_step()
179 tmp = get_reg(child, regno); in arch_ptrace()
208 data |= get_reg(child, PT_SR) & ~SR_MASK; in arch_ptrace()
229 tmp = get_reg(child, i); in arch_ptrace()
244 tmp |= get_reg(child, PT_SR) & ~SR_MASK; in arch_ptrace()
/arch/alpha/kernel/
A Dptrace.c130 get_reg(struct task_struct * task, unsigned long regno) in get_reg() function
185 pc = get_reg(child, REG_PC); in ptrace_set_bpt()
208 task_thread_info(child)->bpt_addr[nsaved++] = get_reg(child, reg_b); in ptrace_set_bpt()
301 ret = get_reg(child, addr); in arch_ptrace()
/arch/x86/kernel/
A Dunwind_orc.c447 static bool get_reg(struct unwind_state *state, unsigned int reg_off, in get_reg() function
535 if (!get_reg(state, offsetof(struct pt_regs, r10), &sp)) { in unwind_next_frame()
543 if (!get_reg(state, offsetof(struct pt_regs, r13), &sp)) { in unwind_next_frame()
551 if (!get_reg(state, offsetof(struct pt_regs, di), &sp)) { in unwind_next_frame()
559 if (!get_reg(state, offsetof(struct pt_regs, dx), &sp)) { in unwind_next_frame()
643 if (get_reg(state, offsetof(struct pt_regs, bp), &tmp)) in unwind_next_frame()
/arch/arc/include/asm/
A Ddisasm.h109 long get_reg(int reg, struct pt_regs *regs, struct callee_regs *cregs);
/arch/parisc/kernel/
A Dptrace.c445 static unsigned long get_reg(struct pt_regs *regs, int num) in get_reg() function
527 membuf_store(&to, get_reg(regs, pos)); in gpr_get()
590 membuf_store(&to, (compat_ulong_t)get_reg(regs, pos)); in gpr32_get()

Completed in 17 milliseconds