Searched refs:next_pc (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dptrace.c257 unsigned long *next_pc,
282 *next_pc = (pc & ~0x3) + disp;
290 *next_pc = (pc & ~0x3) + disp;
297 *next_pc = (pc & ~0x3) + disp;
307 *next_pc = get_stack_long(child, PT_BPC);
314 *next_pc = get_stack_long(child,
322 *next_pc = get_stack_long(child,
331 *next_pc = get_stack_long(child,
339 *next_pc = pc + 4;
341 *next_pc
256 compute_next_pc_for_16bit_insn(unsigned long insn, unsigned long pc, unsigned long *next_pc, struct task_struct *child) argument
345 compute_next_pc_for_32bit_insn(unsigned long insn, unsigned long pc, unsigned long *next_pc, struct task_struct *child) argument
405 compute_next_pc(unsigned long insn, unsigned long pc, unsigned long *next_pc, struct task_struct *child) argument
415 register_debug_trap(struct task_struct *child, unsigned long next_pc, unsigned long next_insn, unsigned long *code) argument
518 embed_debug_trap(struct task_struct *child, unsigned long next_pc) argument
567 unsigned long next_pc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dunwind.c199 unsigned long next_fp, next_pc = 0; local
263 &next_pc) == 0) {
265 pc = next_pc & ~3;
274 (void *)next_pc, (void *)next_fp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh5/
H A Dunwind.c233 unsigned long next_fp, next_pc; local
273 next_pc = regs->regs[18];
275 next_pc = 0;
278 if (lookup_prev_stack_frame(fp, pc, &next_fp, &next_pc, regs) == 0) {
280 pc = next_pc & ~1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dbacktrace.c629 VirtualAddress next_fp, next_pc; local
654 next_pc = state->initial_frame_caller_pc;
663 next_pc = next_frame[0];
664 if (!valid_addr_reg(next_frame[0]) || next_pc == 0 ||
665 next_pc % TILE_BUNDLE_ALIGNMENT_IN_BYTES != 0) {
672 state->pc = next_pc;
H A Dsingle_step.c352 state->next_pc = (unsigned long)(pc + 1);
398 state->next_pc =
404 state->next_pc =
415 state->next_pc =
421 state->next_pc =
478 state->next_pc = ex0_0;
H A Dasm-offsets.c47 offsetof(struct single_step_state, next_pc));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dptrace.h136 unsigned long next_pc; /* return PC if no branch (PC + 1) */ member in struct:single_step_state

Completed in 131 milliseconds