Searched refs:npc (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/drivers/usb/misc/
H A Donboard_usb_hub_pdevs.c70 struct device_node *np, *npc; local
88 npc = of_parse_phandle(np, "peer-hub", 0);
89 if (npc) {
91 of_node_put(npc);
95 pdev = of_find_device_by_node(npc);
96 of_node_put(npc);
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsyscalls.c40 u32 npc, status; local
43 if (get_user(npc, unpc))
52 ret = spufs_run_spu(i->i_ctx, &npc, &status);
54 if (put_user(npc, unpc))
H A Drun.c176 static int spu_run_init(struct spu_context *ctx, u32 *npc) argument
222 ctx->ops->npc_write(ctx, *npc);
244 static int spu_run_fini(struct spu_context *ctx, u32 *npc, argument
252 *npc = ctx->ops->npc_read(ctx);
274 unsigned int *npc)
286 *npc -= 8;
312 u32 ls_pointer, npc; local
318 npc = ctx->ops->npc_read(ctx) & ~3;
320 ls_pointer = in_be32(ls + npc);
328 npc
273 spu_handle_restartsys(struct spu_context *ctx, long *spu_ret, unsigned int *npc) argument
353 spufs_run_spu(struct spu_context *ctx, u32 *npc, u32 *event) argument
[all...]
H A Dspufs.h234 long spufs_run_spu(struct spu_context *ctx, u32 *npc, u32 *status);
/linux-master/arch/sparc/kernel/
H A Dtraps_32.c108 void do_illegal_instruction(struct pt_regs *regs, unsigned long pc, unsigned long npc, argument
121 void do_priv_instruction(struct pt_regs *regs, unsigned long pc, unsigned long npc, argument
131 void do_memaccess_unaligned(struct pt_regs *regs, unsigned long pc, unsigned long npc, argument
135 printk("KERNEL MNA at pc %08lx npc %08lx called by %08lx\n", pc, npc,
157 void do_fpd_trap(struct pt_regs *regs, unsigned long pc, unsigned long npc, argument
199 void do_fpe_trap(struct pt_regs *regs, unsigned long pc, unsigned long npc, argument
270 regs->pc = regs->npc;
271 regs->npc += 4;
302 void handle_tag_overflow(struct pt_regs *regs, unsigned long pc, unsigned long npc, argument
310 handle_watchpoint(struct pt_regs *regs, unsigned long pc, unsigned long npc, unsigned long psr) argument
322 handle_reg_access(struct pt_regs *regs, unsigned long pc, unsigned long npc, unsigned long psr) argument
332 handle_cp_disabled(struct pt_regs *regs, unsigned long pc, unsigned long npc, unsigned long psr) argument
338 handle_cp_exception(struct pt_regs *regs, unsigned long pc, unsigned long npc, unsigned long psr) argument
348 handle_hw_divzero(struct pt_regs *regs, unsigned long pc, unsigned long npc, unsigned long psr) argument
[all...]
H A Dentry.h16 unsigned long npc, unsigned long psr);
19 unsigned long npc, unsigned long psr);
21 unsigned long npc, unsigned long psr);
23 unsigned long npc, unsigned long psr);
25 unsigned long npc, unsigned long psr);
27 unsigned long npc, unsigned long psr);
29 unsigned long npc, unsigned long psr);
31 unsigned long npc, unsigned long psr);
33 unsigned long npc, unsigned long psr);
35 unsigned long npc, unsigne
[all...]
H A Dkgdb_32.c42 gdb_regs[GDB_NPC] = regs->npc;
100 regs->npc = gdb_regs[GDB_NPC];
123 linux_regs->npc = addr + 4;
130 linux_regs->pc = linux_regs->npc;
131 linux_regs->npc += 4;
166 regs->npc = regs->pc + 4;
H A Dsignal_32.c76 unsigned long up_psr, pc, npc, ufp; local
101 err |= __get_user(npc, &sf->info.si_regs.npc);
103 if ((pc | npc) & 3)
144 unsigned int psr, pc, npc, ufp; local
162 err |= __get_user(npc, &sf->regs.npc);
163 err |= ((pc | npc) & 0x03);
186 regs->npc = npc;
[all...]
H A Dsignal32.c89 unsigned int pc, npc; local
113 __get_user(npc, &sf->info.si_regs.npc))
116 if ((pc | npc) & 3)
121 npc &= 0xffffffff;
124 regs->tnpc = npc;
177 unsigned int psr, pc, npc, ufp; local
201 __get_user(npc, &sf->regs.npc))
204 if ((pc | npc)
[all...]
H A Dsys_sparc_32.c152 printk ("TRAP: Entering kernel PC=%x, nPC=%x\n", regs->pc, regs->npc);
157 printk ("TRAP: Returning to space: PC=%x nPC=%x\n", regs->pc, regs->npc);
H A Dunaligned_32.c201 regs->pc = regs->npc;
202 regs->npc += 4;
237 regs->npc = regs->pc + 4;
H A Dsyscalls.S268 ldx [%sp + PTREGS_OFF + PT_V9_TNPC], %l1 ! pc = npc
276 add %l1, 0x4, %l2 ! npc = npc+4
287 ldx [%sp + PTREGS_OFF + PT_V9_TNPC], %l1 ! pc = npc
H A Dptrace_32.c101 membuf_store(&to, regs->npc);
152 &regs->npc,
255 membuf_store(&to, regs->npc);
280 regs->npc = v[2];
H A Dkernel.h87 unsigned long npc, unsigned long psr);
H A Dsignal_64.c47 unsigned long pc, npc, tstate; local
59 err |= __get_user(npc, &((*grp)[MC_NPC]));
60 if (err || ((pc | npc) & 3))
76 npc &= 0xffffffff;
79 regs->tnpc = npc;
H A Dpcic.c761 regs->pc = regs->npc;
762 regs->npc += 4;
H A Dprocess_32.c123 r->psr, r->pc, r->npc, r->y, print_tainted());
/linux-master/arch/sparc/include/asm/
H A Dsigcontext.h42 unsigned int npc; member in struct:__anon1166::__anon1167
H A Dprocessor_32.h63 regs->npc = regs->pc + 4;
/linux-master/arch/parisc/kernel/
H A Dunwind.c277 unsigned long npc; local
330 for (npc = e->region_start;
333 npc < info->ip;
334 npc += 4) {
336 insn = *(unsigned int *)npc;
344 insn, npc, frame_size);
350 insn, npc, frame_size);
356 "-20(sp) @ %lx\n", info->ip, npc);
362 "-16(sp) @ %lx\n", info->ip, npc);
380 "prev_ip=%lx npc
[all...]
/linux-master/arch/sparc/include/uapi/asm/
H A Dptrace.h46 unsigned int npc; member in struct:pt_regs32
107 unsigned long npc; member in struct:pt_regs
/linux-master/arch/sparc/math-emu/
H A Dmath_32.c186 regs->pc = regs->npc;
187 regs->npc += 4;
/linux-master/arch/sparc/mm/
H A Dfault_32.c242 regs->npc = regs->pc + 4;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c20 #include "npc.h"
3228 rvu->rvu_dbg.npc = debugfs_create_dir("npc", rvu->rvu_dbg.root);
3230 debugfs_create_file("mcam_info", 0444, rvu->rvu_dbg.npc, rvu,
3232 debugfs_create_file("mcam_rules", 0444, rvu->rvu_dbg.npc, rvu,
3235 debugfs_create_file("rx_miss_act_stats", 0444, rvu->rvu_dbg.npc, rvu,
3241 debugfs_create_file("exact_entries", 0444, rvu->rvu_dbg.npc, rvu,
3244 debugfs_create_file("exact_info", 0444, rvu->rvu_dbg.npc, rvu,
3247 debugfs_create_file("exact_drop_cnt", 0444, rvu->rvu_dbg.npc, rvu,
H A Drvu.h18 #include "npc.h"
68 struct dentry *npc; member in struct:rvu_debugfs

Completed in 268 milliseconds

12