Searched refs:gregs (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Ducontext.h15 gregset_t gregs; member in struct:mcontext
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Ducontext.h17 gregset_t gregs; member in struct:mcontext
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dsignal.c409 greg_t __user *gregs = uc->uc_mcontext.gregs; local
417 err |= __get_user(regs->d0, &gregs[0]);
418 err |= __get_user(regs->d1, &gregs[1]);
419 err |= __get_user(regs->d2, &gregs[2]);
420 err |= __get_user(regs->d3, &gregs[3]);
421 err |= __get_user(regs->d4, &gregs[4]);
422 err |= __get_user(regs->d5, &gregs[5]);
423 err |= __get_user(sw->d6, &gregs[6]);
424 err |= __get_user(sw->d7, &gregs[
667 greg_t __user *gregs = uc->uc_mcontext.gregs; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dsignal.c312 greg_t *gregs = uc->uc_mcontext.gregs; local
320 err |= __get_user(regs->d0, &gregs[0]);
321 err |= __get_user(regs->d1, &gregs[1]);
322 err |= __get_user(regs->d2, &gregs[2]);
323 err |= __get_user(regs->d3, &gregs[3]);
324 err |= __get_user(regs->d4, &gregs[4]);
325 err |= __get_user(regs->d5, &gregs[5]);
326 err |= __get_user(sw->d6, &gregs[6]);
327 err |= __get_user(sw->d7, &gregs[
513 greg_t *gregs = uc->uc_mcontext.gregs; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsunqe.c61 static inline int qec_global_reset(void __iomem *gregs) argument
65 sbus_writel(GLOB_CTRL_RESET, gregs + GLOB_CTRL);
67 u32 tmp = sbus_readl(gregs + GLOB_CTRL);
144 void __iomem *gregs = qecp->gregs; local
165 tmp = qep->channel * sbus_readl(gregs + GLOB_MSIZE);
170 sbus_readl(gregs + GLOB_RSIZE);
475 qec_status = sbus_readl(qecp->gregs + GLOB_STAT);
731 sbus_writel(GLOB_CTRL_B64, qecp->gregs + GLOB_CTRL);
733 sbus_writel(GLOB_CTRL_B32, qecp->gregs
[all...]
H A Dsunbmac.c79 static int qec_global_reset(void __iomem *gregs) argument
83 sbus_writel(GLOB_CTRL_RESET, gregs + GLOB_CTRL);
85 if (sbus_readl(gregs + GLOB_CTRL) & GLOB_CTRL_RESET) {
99 void __iomem *gregs = bp->gregs; local
111 sbus_writel(regval | GLOB_CTRL_BMODE, gregs + GLOB_CTRL);
112 sbus_writel(GLOB_PSIZE_2048, gregs + GLOB_PSIZE);
116 gregs + GLOB_MSIZE);
120 gregs + GLOB_TSIZE);
122 gregs
624 void __iomem *gregs = bp->gregs; local
[all...]
H A Dsunhme.c907 static void happy_meal_stop(struct happy_meal *hp, void __iomem *gregs) argument
914 hme_write32(hp, gregs + GREG_SWRESET, GREG_RESET_ALL);
915 while (hme_read32(hp, gregs + GREG_SWRESET) && --tries)
1397 void __iomem *gregs = hp->gregs; local
1422 happy_meal_stop(hp, gregs);
1556 hme_read32(hp, gregs + GREG_CFG)));
1560 hme_write32(hp, gregs + GREG_CFG, GREG_CFG_BURST64);
1584 hme_write32(hp, gregs + GREG_CFG, gcfg);
1587 hme_write32(hp, gregs
1691 void __iomem *gregs = hp->gregs; local
[all...]
H A Dsunbmac.h306 void __iomem *gregs; /* QEC Global Registers */ member in struct:bigmac
H A Dsunqe.h314 void __iomem *gregs; /* QEC Global Registers */ member in struct:sunqec
H A Dsunhme.h399 void __iomem *gregs; /* Happy meal global registers */ member in struct:happy_meal
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dmpic.c196 return _mpic_read(type, &mpic->gregs, offset);
204 _mpic_write(mpic->reg_type, &mpic->gregs, offset, value);
300 mpic_write(mpic->gregs, MPIC_INFO(GREG_IPI_VECTOR_PRI_0), MPIC_VECPRI_MASK);
301 r = mpic_read(mpic->gregs, MPIC_INFO(GREG_IPI_VECTOR_PRI_0));
1074 mpic_map(mpic, paddr, &mpic->gregs, MPIC_INFO(GREG_BASE), 0x1000);
1079 mpic_write(mpic->gregs, MPIC_INFO(GREG_GLOBAL_CONF_0),
1080 mpic_read(mpic->gregs, MPIC_INFO(GREG_GLOBAL_CONF_0))
1082 while( mpic_read(mpic->gregs, MPIC_INFO(GREG_GLOBAL_CONF_0))
1091 reg = mpic_read(mpic->gregs, MPIC_INFO(GREG_FEATURE_0));
1220 mpic_write(mpic->gregs, MPIC_INF
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Delf.h199 #define ELF_CORE_COPY_REGS(gregs, regs) ppc_elf_core_copy_regs(gregs, regs);
H A Dmpic.h290 struct mpic_reg_bank gregs; member in struct:mpic
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind_decoder.c257 int gregs = (code & 0x10) != 0; local
260 if (gregs)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsignal_32.c150 elf_greg_t64 *gregs = (elf_greg_t64 *)regs; local
158 if (__put_user((unsigned int)gregs[i], &frame->mc_gregs[i]))
167 elf_greg_t64 *gregs = (elf_greg_t64 *)regs; local
173 if (__get_user(gregs[i], &sr->mc_gregs[i]))
H A Dsignal_64.c141 elf_greg_t *gregs = (elf_greg_t *)regs; local
162 err |= __get_user(gregs[i], &sc->gp_regs[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dcpu.c134 ((ucontext_t*)uc)->uc_mcontext.gregs[14/*REG_EIP*/] += 3 + 3 + 6;

Completed in 222 milliseconds