Searched defs:roff (Results 1 - 7 of 7) sorted by relevance

/arch/sh/kernel/
H A Dptrace.c12 const struct pt_regs_offset *roff; local
13 for (roff = regoffset_table; roff->name != NULL; roff++)
14 if (!strcmp(roff->name, name))
15 return roff->offset;
28 const struct pt_regs_offset *roff; local
29 for (roff = regoffset_table; roff->name != NULL; roff
[all...]
/arch/arm/plat-samsung/
H A Ds5p-dev-mfc.c26 unsigned long roff; member in struct:s5p_mfc_dt_meminfo
87 mfc_mem.roff = be32_to_cpu(prop[0]);
90 s5p_mfc_reserve_mem(mfc_mem.roff, mfc_mem.rsize,
/arch/ia64/kernel/
H A Dsys_ia64.c118 unsigned long roff; local
125 roff = REGION_OFFSET(addr);
126 if ((len > RGN_MAP_LIMIT) || (roff > (RGN_MAP_LIMIT - len)))
/arch/mips/include/asm/mach-au1x00/
H A Dgpio-au1300.h30 void __iomem *roff = AU1300_GPIC_ADDR; local
34 roff += GPIC_GPIO_BANKOFF(gpio);
36 return __raw_readl(roff + AU1300_GPIC_PINVAL) & bit;
41 void __iomem *roff = AU1300_GPIC_ADDR; local
46 roff += GPIC_GPIO_BANKOFF(gpio);
48 __raw_writel(bit, roff + AU1300_GPIC_DEVCLR);
56 void __iomem *roff = AU1300_GPIC_ADDR; local
61 roff += GPIC_GPIO_BANKOFF(gpio);
63 __raw_writel(bit, roff + (v ? AU1300_GPIC_PINVAL
108 void __iomem *roff local
[all...]
/arch/arm/kernel/
H A Dptrace.c102 const struct pt_regs_offset *roff; local
103 for (roff = regoffset_table; roff->name != NULL; roff++)
104 if (!strcmp(roff->name, name))
105 return roff->offset;
118 const struct pt_regs_offset *roff; local
119 for (roff = regoffset_table; roff->name != NULL; roff
[all...]
/arch/powerpc/kernel/
H A Dptrace.c125 const struct pt_regs_offset *roff; local
126 for (roff = regoffset_table; roff->name != NULL; roff++)
127 if (!strcmp(roff->name, name))
128 return roff->offset;
141 const struct pt_regs_offset *roff; local
142 for (roff = regoffset_table; roff->name != NULL; roff
[all...]
/arch/x86/kernel/
H A Dptrace.c106 const struct pt_regs_offset *roff; local
107 for (roff = regoffset_table; roff->name != NULL; roff++)
108 if (!strcmp(roff->name, name))
109 return roff->offset;
122 const struct pt_regs_offset *roff; local
123 for (roff = regoffset_table; roff->name != NULL; roff
[all...]

Completed in 1174 milliseconds