Searched refs:next_pc (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/arch/m32r/kernel/ |
D | ptrace.c | 257 unsigned long *next_pc, in compute_next_pc_for_16bit_insn() argument 282 *next_pc = (pc & ~0x3) + disp; in compute_next_pc_for_16bit_insn() 290 *next_pc = (pc & ~0x3) + disp; in compute_next_pc_for_16bit_insn() 297 *next_pc = (pc & ~0x3) + disp; in compute_next_pc_for_16bit_insn() 317 *next_pc = evb + (trapno << 2); in compute_next_pc_for_16bit_insn() 321 *next_pc = get_stack_long(child, PT_BPC); in compute_next_pc_for_16bit_insn() 328 *next_pc = get_stack_long(child, in compute_next_pc_for_16bit_insn() 336 *next_pc = get_stack_long(child, in compute_next_pc_for_16bit_insn() 345 *next_pc = get_stack_long(child, in compute_next_pc_for_16bit_insn() 353 *next_pc = pc + 4; in compute_next_pc_for_16bit_insn() [all …]
|
/linux-2.6.39/arch/sh/kernel/cpu/sh5/ |
D | unwind.c | 233 unsigned long next_fp, next_pc; in sh64_unwind_inner() local 273 next_pc = regs->regs[18]; in sh64_unwind_inner() 275 next_pc = 0; in sh64_unwind_inner() 278 if (lookup_prev_stack_frame(fp, pc, &next_fp, &next_pc, regs) == 0) { in sh64_unwind_inner() 280 pc = next_pc & ~1; in sh64_unwind_inner()
|
/linux-2.6.39/arch/microblaze/kernel/ |
D | unwind.c | 199 unsigned long next_fp, next_pc = 0; in microblaze_unwind_inner() local 263 &next_pc) == 0) { in microblaze_unwind_inner() 265 pc = next_pc & ~3; in microblaze_unwind_inner() 274 (void *)next_pc, (void *)next_fp); in microblaze_unwind_inner()
|
/linux-2.6.39/arch/tile/kernel/ |
D | backtrace.c | 638 VirtualAddress next_fp, next_pc; in backtrace_next() local 663 next_pc = state->initial_frame_caller_pc; in backtrace_next() 672 next_pc = next_frame[0]; in backtrace_next() 673 if (!valid_addr_reg(next_frame[0]) || next_pc == 0 || in backtrace_next() 674 next_pc % TILE_BUNDLE_ALIGNMENT_IN_BYTES != 0) { in backtrace_next() 681 state->pc = next_pc; in backtrace_next()
|
D | single_step.c | 376 state->next_pc = (unsigned long)(pc + 1); in single_step_once() 422 state->next_pc = in single_step_once() 428 state->next_pc = in single_step_once() 439 state->next_pc = in single_step_once() 445 state->next_pc = in single_step_once() 502 state->next_pc = ex0_0; in single_step_once()
|
D | asm-offsets.c | 47 offsetof(struct single_step_state, next_pc)); in foo()
|
/linux-2.6.39/arch/tile/include/asm/ |
D | ptrace.h | 136 unsigned long next_pc; /* return PC if no branch (PC + 1) */ member
|