Home
last modified time | relevance | path

Searched refs:next_pc (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/arch/m32r/kernel/
Dptrace.c256 unsigned long *next_pc, in compute_next_pc_for_16bit_insn() argument
281 *next_pc = (pc & ~0x3) + disp; in compute_next_pc_for_16bit_insn()
289 *next_pc = (pc & ~0x3) + disp; in compute_next_pc_for_16bit_insn()
296 *next_pc = (pc & ~0x3) + disp; in compute_next_pc_for_16bit_insn()
316 *next_pc = evb + (trapno << 2); in compute_next_pc_for_16bit_insn()
320 *next_pc = get_stack_long(child, PT_BPC); in compute_next_pc_for_16bit_insn()
327 *next_pc = get_stack_long(child, in compute_next_pc_for_16bit_insn()
335 *next_pc = get_stack_long(child, in compute_next_pc_for_16bit_insn()
344 *next_pc = get_stack_long(child, in compute_next_pc_for_16bit_insn()
352 *next_pc = pc + 4; in compute_next_pc_for_16bit_insn()
[all …]
/linux-4.4.14/arch/sh/kernel/cpu/sh5/
Dunwind.c240 unsigned long next_fp, next_pc; in sh64_unwind_inner() local
279 next_pc = regs->regs[18]; in sh64_unwind_inner()
281 next_pc = 0; in sh64_unwind_inner()
284 if (lookup_prev_stack_frame(fp, pc, &next_fp, &next_pc, regs) == 0) { in sh64_unwind_inner()
286 pc = next_pc & ~1; in sh64_unwind_inner()
/linux-4.4.14/arch/microblaze/kernel/
Dunwind.c200 unsigned long next_fp, next_pc = 0; in microblaze_unwind_inner() local
264 &next_pc) == 0) { in microblaze_unwind_inner()
266 pc = next_pc & ~3; in microblaze_unwind_inner()
275 (void *)next_pc, (void *)next_fp); in microblaze_unwind_inner()
/linux-4.4.14/arch/tile/kernel/
Dbacktrace.c635 unsigned long next_fp, next_pc; in backtrace_next() local
660 next_pc = state->initial_frame_caller_pc; in backtrace_next()
669 next_pc = next_frame[0]; in backtrace_next()
670 if (!valid_addr_reg(next_frame[0]) || next_pc == 0 || in backtrace_next()
671 next_pc % TILE_BUNDLE_ALIGNMENT_IN_BYTES != 0) { in backtrace_next()
678 state->pc = next_pc; in backtrace_next()
Dsingle_step.c413 state->next_pc = (unsigned long)(pc + 1); in single_step_once()
459 state->next_pc = in single_step_once()
465 state->next_pc = in single_step_once()
476 state->next_pc = in single_step_once()
482 state->next_pc = in single_step_once()
539 state->next_pc = ex0_0; in single_step_once()
Dasm-offsets.c47 offsetof(struct single_step_state, next_pc)); in foo()
/linux-4.4.14/arch/arc/kernel/
Dkprobes.c130 unsigned long next_pc; in setup_singlestep() local
154 next_pc = bta & ~0x01; in setup_singlestep()
161 next_pc += 2; in setup_singlestep()
175 &next_pc, &tgt_if_br); in setup_singlestep()
177 p->ainsn.t1_addr = (kprobe_opcode_t *) next_pc; in setup_singlestep()
Ddisasm.c505 unsigned long *next_pc, unsigned long *tgt_if_br) in disasm_next_pc() argument
512 *next_pc = pc + instr.instr_len; in disasm_next_pc()
524 disasm_instr(*next_pc, &instr_d, 0, regs, cregs); in disasm_next_pc()
526 *next_pc += instr_d.instr_len; in disasm_next_pc()
530 if (!(regs->status32 & STATUS32_L) && (*next_pc == regs->lp_end) in disasm_next_pc()
532 *next_pc = regs->lp_start; in disasm_next_pc()
/linux-4.4.14/arch/tile/include/asm/
Dptrace.h70 unsigned long next_pc; /* return PC if no branch (PC + 1) */ member