Searched refs:npc (Results 1 - 25 of 31) sorted by path

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dunwind.c219 unsigned long npc; local
291 for (npc = e->region_start;
294 npc < info->ip;
295 npc += 4) {
297 insn = *(unsigned int *)npc;
306 insn, npc, frame_size);
313 insn, npc, frame_size);
319 "-20(sp) @ %lx\n", info->ip, npc);
325 "-16(sp) @ %lx\n", info->ip, npc);
340 "prev_ip=%lx npc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Drun.c126 static int spu_run_init(struct spu_context *ctx, u32 * npc) argument
146 ctx->ops->npc_write(ctx, *npc);
153 static int spu_run_fini(struct spu_context *ctx, u32 * npc, argument
160 *npc = ctx->ops->npc_read(ctx);
169 static int spu_reacquire_runnable(struct spu_context *ctx, u32 *npc, argument
174 ret = spu_run_fini(ctx, npc, status);
185 ret = spu_run_init(ctx, npc);
202 unsigned int *npc)
214 *npc -= 8;
240 u32 ls_pointer, npc; local
201 spu_handle_restartsys(struct spu_context *ctx, long *spu_ret, unsigned int *npc) argument
289 spufs_run_spu(struct file *file, struct spu_context *ctx, u32 *npc, u32 *event) argument
[all...]
H A Dspufs.h164 struct spu_context *ctx, u32 *npc, u32 *status);
H A Dsyscalls.c38 u32 npc, status; local
41 if (get_user(npc, unpc))
50 ret = spufs_run_spu(filp, i->i_ctx, &npc, &status);
52 if (put_user(npc, unpc))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dentry.S799 ! %l2 = %npc
1388 ld [%sp + STACKFRAME_SZ + PT_NPC], %l1 /* pc = npc */
1389 add %l1, 0x4, %l2 /* npc = npc+4 */
1403 ld [%sp + STACKFRAME_SZ + PT_NPC], %l1 /* pc = npc */
1404 add %l1, 0x4, %l2 /* npc = npc+4 */
1411 add %l1, 0x4, %l2 /* npc = npc+4 */
1476 /* Advance the pc and npc ove
[all...]
H A Dirq.c308 regs->npc, regs->u_regs[14]);
H A Dmuldiv.c39 regs->pc = regs->npc;
40 regs->npc += 4;
93 unsigned long npc, unsigned long psr);
175 handle_hw_divzero (regs, pc, regs->npc, regs->psr);
204 handle_hw_divzero (regs, pc, regs->npc, regs->psr);
H A Dpcic.c816 regs->pc = regs->npc;
817 regs->npc += 4;
H A Dprocess.c241 r->psr, r->pc, r->npc, r->y, print_tainted());
524 dump->regs.npc = regs->npc;
H A Dptrace.c39 regs->pc = regs->npc;
40 regs->npc += 4;
47 regs->pc = regs->npc;
48 regs->npc += 4;
60 regs->pc = regs->npc;
61 regs->npc += 4;
365 __put_user(cregs->npc, (&pregs->npc));
371 printk ("PC=%x nPC=%x o7=%x\n", cregs->pc, cregs->npc, cregs->u_regs [15]);
379 unsigned long psr, pc, npc, local
[all...]
H A Dsignal.c153 unsigned long up_psr, pc, npc; local
168 err |= __get_user(npc, &sf->info.si_regs.npc);
170 if ((pc | npc) & 3)
210 unsigned long pc, npc, psr; local
232 err |= __get_user(npc, &scptr->sigc_npc);
234 if ((pc | npc) & 3)
255 regs->npc = npc;
277 unsigned int psr, pc, npc; local
367 unsigned long npc = regs->npc; local
681 setup_svr4_frame(struct sigaction *sa, unsigned long pc, unsigned long npc, struct pt_regs *regs, int signr, sigset_t *oldset) argument
862 unsigned long pc, npc, psr; local
[all...]
H A Dsys_sparc.c373 printk ("TRAP: Entering kernel PC=%x, nPC=%x\n", regs->pc, regs->npc);
383 printk ("TRAP: Returning to space: PC=%x nPC=%x\n", regs->pc, regs->npc);
H A Dtraps.c153 void do_illegal_instruction(struct pt_regs *regs, unsigned long pc, unsigned long npc, argument
176 void do_priv_instruction(struct pt_regs *regs, unsigned long pc, unsigned long npc, argument
192 void do_memaccess_unaligned(struct pt_regs *regs, unsigned long pc, unsigned long npc, argument
198 printk("KERNEL MNA at pc %08lx npc %08lx called by %08lx\n", pc, npc,
222 void do_fpd_trap(struct pt_regs *regs, unsigned long pc, unsigned long npc, argument
266 void do_fpe_trap(struct pt_regs *regs, unsigned long pc, unsigned long npc, argument
337 regs->pc = regs->npc;
338 regs->npc += 4;
373 void handle_tag_overflow(struct pt_regs *regs, unsigned long pc, unsigned long npc, argument
388 handle_watchpoint(struct pt_regs *regs, unsigned long pc, unsigned long npc, unsigned long psr) argument
400 handle_reg_access(struct pt_regs *regs, unsigned long pc, unsigned long npc, unsigned long psr) argument
417 handle_cp_disabled(struct pt_regs *regs, unsigned long pc, unsigned long npc, unsigned long psr) argument
430 handle_cp_exception(struct pt_regs *regs, unsigned long pc, unsigned long npc, unsigned long psr) argument
447 handle_hw_divzero(struct pt_regs *regs, unsigned long pc, unsigned long npc, unsigned long psr) argument
[all...]
H A Dunaligned.c331 regs->pc = regs->npc;
332 regs->npc += 4;
369 regs->npc = regs->pc + 4;
427 if ((regs->pc | regs->npc) & 3)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/math-emu/
H A Dmath.c182 regs->pc = regs->npc;
183 regs->npc += 4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dfault.c188 regs.npc = pc + 4;
352 regs->npc = regs->pc + 4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dentry.S1620 ldx [%sp + PTREGS_OFF + PT_V9_TNPC], %l1 ! pc = npc
1640 add %l1, 0x4, %l2 ! npc = npc+4
1656 add %l1, 0x4, %l2 ! npc = npc+4
H A Dprocess.c355 regs->pc, regs->npc, regs->y, print_tainted());
H A Dptrace.c317 __put_user(cregs->tnpc, (&pregs->npc)) ||
365 unsigned int psr, pc, npc, y; local
373 __get_user(npc, (&pregs->npc)) ||
380 if (!((pc | npc) & 3)) {
382 cregs->tnpc = npc;
H A Dsignal.c43 unsigned long pc, npc, tstate; local
55 err |= __get_user(npc, &((*grp)[MC_NPC]));
56 if (err || ((pc | npc) & 3))
76 npc &= 0xffffffff;
79 regs->tnpc = npc;
H A Dsignal32.c249 unsigned pc, npc, fpu_save; local
263 __get_user(npc, &sf->info.si_regs.npc);
265 if ((pc | npc) & 3)
270 npc &= 0xffffffff;
273 regs->tnpc = npc;
326 unsigned int pc, npc, psr; local
348 err |= __get_user(npc, &scptr->sigc_npc);
350 if ((pc | npc) & 3)
373 npc
396 unsigned int psr, pc, npc, fpu_save, u_ss_sp; local
518 unsigned long npc = regs->tnpc; local
803 setup_svr4_frame32(struct sigaction *sa, unsigned long pc, unsigned long npc, struct pt_regs *regs, int signr, sigset_t *oldset) argument
989 u32 pc, npc, psr, u_ss_sp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dentry64.S127 stx %l1, [%sp + PTREGS_OFF + PT_V9_TPC] ! pc = npc
129 stx %l2, [%sp + PTREGS_OFF + PT_V9_TNPC] !npc = npc+4
134 stx %l1, [%sp + PTREGS_OFF + PT_V9_TNPC] !npc = npc&~3
158 stx %l1, [%sp + PTREGS_OFF + PT_V9_TPC] ! pc = npc
160 stx %l2, [%sp + PTREGS_OFF + PT_V9_TNPC] !npc = npc+4
166 add %l1, 0x4, %l2 /* npc = npc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Delf.h111 dest[34] = src->npc; \
H A Dkgdb.h31 unsigned long npc; member in struct:kgdb_frame
H A Dprocessor.h89 regs->npc = regs->pc + 4;

Completed in 240 milliseconds

12