Home
last modified time | relevance | path

Searched refs:npc (Results 1 – 25 of 33) sorted by relevance

12

/linux/arch/sparc/kernel/
H A Dtraps_32.c108 void do_illegal_instruction(struct pt_regs *regs, unsigned long pc, unsigned long npc, in do_illegal_instruction() argument
121 void do_priv_instruction(struct pt_regs *regs, unsigned long pc, unsigned long npc, in do_priv_instruction() argument
131 void do_memaccess_unaligned(struct pt_regs *regs, unsigned long pc, unsigned long npc, in do_memaccess_unaligned() argument
135 printk("KERNEL MNA at pc %08lx npc %08lx called by %08lx\n", pc, npc, in do_memaccess_unaligned()
157 void do_fpd_trap(struct pt_regs *regs, unsigned long pc, unsigned long npc, in do_fpd_trap() 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 void handle_watchpoint(struct pt_regs *regs, unsigned long pc, unsigned long npc, 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, unsigned long psr);
H A Dsignal_32.c76 unsigned long up_psr, pc, npc, ufp; in do_sigreturn() local
101 err |= __get_user(npc, &sf->info.si_regs.npc); in do_sigreturn()
103 if ((pc | npc) & 3) in do_sigreturn()
144 unsigned int psr, pc, npc, ufp; in do_rt_sigreturn() local
162 err |= __get_user(npc, &sf->regs.npc); in do_rt_sigreturn()
163 err |= ((pc | npc) & 0x03); in do_rt_sigreturn()
186 regs->npc = npc; in do_rt_sigreturn()
298 regs->npc = (regs->pc + 4); in setup_frame()
345 err |= __put_user(regs->npc, &sf->regs.npc); in setup_rt_frame()
396 regs->npc = (regs->pc + 4); in setup_rt_frame()
[all …]
H A Dkgdb_32.c42 gdb_regs[GDB_NPC] = regs->npc; in pt_regs_to_gdb_regs()
100 regs->npc = gdb_regs[GDB_NPC]; in gdb_regs_to_pt_regs()
123 linux_regs->npc = addr + 4; in kgdb_arch_handle_exception()
130 linux_regs->pc = linux_regs->npc; in kgdb_arch_handle_exception()
131 linux_regs->npc += 4; in kgdb_arch_handle_exception()
166 regs->npc = regs->pc + 4; in kgdb_arch_set_pc()
H A Dsignal32.c89 unsigned int pc, npc; in do_sigreturn32() local
113 __get_user(npc, &sf->info.si_regs.npc)) in do_sigreturn32()
116 if ((pc | npc) & 3) in do_sigreturn32()
121 npc &= 0xffffffff; in do_sigreturn32()
124 regs->tnpc = npc; in do_sigreturn32()
177 unsigned int psr, pc, npc, ufp; in do_rt_sigreturn32() local
201 __get_user(npc, &sf->regs.npc)) in do_rt_sigreturn32()
204 if ((pc | npc) & 3) in do_rt_sigreturn32()
209 npc &= 0xffffffff; in do_rt_sigreturn32()
212 regs->tnpc = npc; in do_rt_sigreturn32()
[all …]
H A Dunaligned_32.c201 regs->pc = regs->npc; in advance()
202 regs->npc += 4; in advance()
237 regs->npc = regs->pc + 4; in kernel_mna_trap_fault()
H A Dptrace_32.c101 membuf_store(&to, regs->npc); in genregs32_get()
152 &regs->npc, in genregs32_set()
255 membuf_store(&to, regs->npc); in getregs_get()
280 regs->npc = v[2]; in setregs_set()
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 Dsignal_64.c47 unsigned long pc, npc, tstate; in sparc64_set_context() local
59 err |= __get_user(npc, &((*grp)[MC_NPC])); in sparc64_set_context()
60 if (err || ((pc | npc) & 3)) in sparc64_set_context()
76 npc &= 0xffffffff; in sparc64_set_context()
79 regs->tnpc = npc; in sparc64_set_context()
H A Dpcic.c735 regs->pc = regs->npc; in pcic_nmi()
736 regs->npc += 4; in pcic_nmi()
H A Dprocess_32.c123 r->psr, r->pc, r->npc, r->y, print_tainted()); in show_regs()
/linux/arch/powerpc/platforms/cell/spufs/
H A Drun.c176 static int spu_run_init(struct spu_context *ctx, u32 *npc) in spu_run_init() argument
222 ctx->ops->npc_write(ctx, *npc); in spu_run_init()
244 static int spu_run_fini(struct spu_context *ctx, u32 *npc, in spu_run_fini() argument
252 *npc = ctx->ops->npc_read(ctx); in spu_run_fini()
274 unsigned int *npc) in spu_handle_restartsys() argument
286 *npc -= 8; in spu_handle_restartsys()
312 u32 ls_pointer, npc; in spu_process_callback() local
318 npc = ctx->ops->npc_read(ctx) & ~3; in spu_process_callback()
320 ls_pointer = in_be32(ls + npc); in spu_process_callback()
328 npc += 4; in spu_process_callback()
[all …]
H A Dsyscalls.c40 u32 npc, status; in do_spu_run() local
43 if (get_user(npc, unpc)) in do_spu_run()
52 ret = spufs_run_spu(i->i_ctx, &npc, &status); in do_spu_run()
54 if (put_user(npc, unpc)) in do_spu_run()
/linux/arch/parisc/kernel/
H A Dunwind.c282 unsigned long npc; in unwind_frame_regs() local
335 for (npc = e->region_start; in unwind_frame_regs()
338 npc < info->ip; in unwind_frame_regs()
339 npc += 4) { in unwind_frame_regs()
341 insn = *(unsigned int *)npc; in unwind_frame_regs()
349 insn, npc, frame_size); in unwind_frame_regs()
355 insn, npc, frame_size); in unwind_frame_regs()
361 "-20(sp) @ %lx\n", info->ip, npc); in unwind_frame_regs()
367 "-16(sp) @ %lx\n", info->ip, npc); in unwind_frame_regs()
388 info->prev_ip, npc); in unwind_frame_regs()
/linux/Documentation/filesystems/spufs/
H A Dspu_run.rst20 int spu_run(int fd, unsigned int *npc, unsigned int *event);
29 passed in npc.
38 is written back to npc, so you can call spu_run again without updating
97 EFAULT npc is not a valid pointer or status is neither NULL nor a valid
100 EINTR A signal occurred while spu_run was in progress. The npc value
H A Dspufs.rst154 /npc, /decr, /decr_status, /spu_tag_mask, /event_mask, /srr0
159 npc requires an SPU context save and is therefore very inefficient.
164 npc Next Program Counter
173 The possible operations on an open npc, decr, decr_status,
/linux/arch/sparc/include/asm/
H A Dprocessor_32.h63 regs->npc = regs->pc + 4; in start_thread()
/linux/arch/sparc/math-emu/
H A Dmath_32.c186 regs->pc = regs->npc; in do_mathemu()
187 regs->npc += 4; in do_mathemu()
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Ddcsr.txt114 Definition: Must include "fsl,dcsr-npc"
136 dcsr-npc {
137 compatible = "fsl,dcsr-npc";
/linux/arch/powerpc/boot/dts/fsl/
H A Db4420si-post.dtsi46 dcsr-npc {
H A Dp3041si-post.dtsi206 dcsr-npc {
207 compatible = "fsl,dcsr-npc";
H A Dp2041si-post.dtsi179 dcsr-npc {
180 compatible = "fsl,dcsr-npc";
H A Dp5020si-post.dtsi208 dcsr-npc {
209 compatible = "fsl,dcsr-npc";
H A Dp5040si-post.dtsi153 dcsr-npc {
154 compatible = "fsl,dcsr-npc";
/linux/arch/sparc/mm/
H A Dfault_32.c242 regs->npc = regs->pc + 4; in do_sparc_fault()

12