Searched refs:pregs (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsyscalls_64.h15 struct pt_regs *pregs);
19 struct pt_regs *pregs);
23 struct pt_regs *pregs);
27 struct pt_regs *pregs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dcentral.c27 void __iomem *pregs; member in struct:fhc
175 p->pregs = of_ioremap(&op->resource[0], 0,
178 if (!p->pregs) {
179 printk(KERN_ERR "fhc: Cannot map pregs\n");
184 reg = upa_readl(p->pregs + FHC_PREGS_BSR);
192 if (upa_readl(p->pregs + FHC_PREGS_JCTRL) & FHC_JTAG_CTRL_MENAB)
198 (p->pregs + FHC_PREGS_CTRL);
215 reg = upa_readl(p->pregs + FHC_PREGS_CTRL);
224 upa_writel(reg, p->pregs + FHC_PREGS_CTRL);
225 upa_readl(p->pregs
[all...]
H A Dptrace_32.c328 struct pt_regs __user *pregs = (struct pt_regs __user *) addr; local
333 &pregs->psr);
338 &pregs->u_regs[0]);
343 struct pt_regs __user *pregs = (struct pt_regs __user *) addr; local
348 &pregs->psr);
353 &pregs->u_regs[0]);
H A Dptrace_64.c866 struct pt_regs32 __user *pregs; local
873 pregs = (struct pt_regs32 __user *) addr;
885 &pregs->psr);
890 &pregs->u_regs[0]);
897 &pregs->psr);
902 &pregs->u_regs[0]);
976 struct pt_regs __user *pregs; local
980 pregs = (struct pt_regs __user *) (unsigned long) addr;
992 &pregs->u_regs[0]);
997 &pregs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dprocess.c256 struct task_struct * p, struct pt_regs * pregs)
270 *cregs = *pregs;
296 cregs->gr[27] = pregs->gr[27];
298 cregs->gr[26] = pregs->gr[26];
299 cregs->gr[25] = pregs->gr[25];
309 + (pregs->gr[21] & (THREAD_SIZE - 1));
322 cregs->cr27 = pregs->gr[23];
254 copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long unused, struct task_struct * p, struct pt_regs * pregs) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mcheck/
H A Dmce-inject.c60 static void raise_exception(struct mce *m, struct pt_regs *pregs) argument
65 if (!pregs) {
69 pregs = &regs;
73 do_machine_check(pregs, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dras.c33 struct cbe_pmd_regs __iomem *pregs = cbe_get_cpu_pmd_regs(cpu); local
36 if (pregs == NULL)
43 in_be64(&pregs->checkstop_fir));
45 in_be64(&pregs->checkstop_fir));
47 in_be64(&pregs->spec_att_mchk_fir));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dprocess_64.c450 struct pt_regs *pregs)
452 return do_fork(SIGCHLD, pregs->regs[15], pregs, 0, 0, 0);
458 struct pt_regs *pregs)
461 newsp = pregs->regs[15];
462 return do_fork(clone_flags, newsp, pregs, 0, 0, 0);
478 struct pt_regs *pregs)
480 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, pregs->regs[15], pregs, 0, 0, 0);
489 struct pt_regs *pregs)
447 sys_fork(unsigned long r2, unsigned long r3, unsigned long r4, unsigned long r5, unsigned long r6, unsigned long r7, struct pt_regs *pregs) argument
455 sys_clone(unsigned long clone_flags, unsigned long newsp, unsigned long r4, unsigned long r5, unsigned long r6, unsigned long r7, struct pt_regs *pregs) argument
475 sys_vfork(unsigned long r2, unsigned long r3, unsigned long r4, unsigned long r5, unsigned long r6, unsigned long r7, struct pt_regs *pregs) argument
486 sys_execve(const char *ufilename, char **uargv, char **uenvp, unsigned long r5, unsigned long r6, unsigned long r7, struct pt_regs *pregs) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/
H A Dac97_patch.c1280 unsigned short *pregs = def_regs; local
1287 pregs = m675_regs;
1293 snd_ac97_write_cache(ac97, regs[i], pregs[i]);

Completed in 116 milliseconds