Searched refs:gp (Results 26 - 50 of 131) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dpmon.h41 #define pmon_cpustart(n, f, sp, gp) debug_vectors->_s.cpustart(n, f, sp, gp)
H A Dregdef.h49 #define gp $28 /* global pointer */ macro
92 #define gp $28 /* global pointer - caller saved for PIC */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dunwind.h46 unsigned long gp; member in struct:unwind_table
66 unsigned long gp, void *start, void *end);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dmodule.c166 unsigned long got, gp; local
176 gp = (u64)me->module_core + me->core_size - 0x8000;
203 value -= gp;
210 lo = hi - gp;
219 value = gp - (u64)location;
262 value = (long)(value - gp + 0x8000) >> 16;
268 value -= gp;
272 value -= gp;
H A Dcore_wildfire.c185 wildfire_gp *gp; local
220 gp = WILDFIRE_gp(soft_qbb);
223 temp |= gp->gpa_qbb_map[i].csr << (i * 8);
579 wildfire_gp *gp = WILDFIRE_gp(qbbno);
582 printk(KERN_ERR "GP registers for QBB %d (%p)\n", qbbno, gp);
585 i, gp->gpa_qbb_map[i].csr);
588 gp->gpa_mem_pop_map.csr);
589 printk(KERN_ERR " GPA_SCRATCH: 0x%16lx\n", gp->gpa_scratch.csr);
590 printk(KERN_ERR " GPA_DIAG: 0x%16lx\n", gp->gpa_diag.csr);
591 printk(KERN_ERR " GPA_CONFIG_0: 0x%16lx\n", gp
578 wildfire_gp *gp = WILDFIRE_gp(qbbno); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dpfunc_base.c96 struct device_node *gparent, *gp; local
116 for (gp = NULL; (gp = of_get_next_child(gparent, gp)) != NULL;) {
117 const u32 *reg = of_get_property(gp, "reg", NULL);
128 pmf_register_driver(gp, &macio_gpio_handlers, (void *)offset);
135 for (gp = NULL; (gp = of_get_next_child(gparent, gp)) != NULL;)
136 pmf_do_functions(gp, NUL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/m4m/
H A DMakefile.in39 am__aclocal_m4_deps = $(top_srcdir)/m4m/gp-check-shell-environment.m4 \
40 $(top_srcdir)/m4m/gp-config-msg.m4 \
41 $(top_srcdir)/m4m/gp-documentation.m4 \
42 $(top_srcdir)/m4m/gp-gettext-hack.m4 \
201 EXTRA_DIST = gp-byteorder.m4 gp-check-library.m4 gp-check-popt.m4 gp-check-shell-environment.m4 gp-config-msg.m4 gp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dsisdram.S49 move gp,ra
109 4: jr gp
132 6: jr gp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dptrace.h47 unsigned long gp; member in struct:pt_regs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dtsearch.c204 node gp = *gparentp; local
216 gp->red = 1;
223 gp->right = *lp;
224 *lp = gp;
231 gp->left = *rp;
232 *rp = gp;
242 gp->red = 1;
246 gp->left = p->right;
247 p->right = gp;
252 gp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ymfpci/
H A Dymfpci.c86 struct gameport *gp; local
130 chip->gameport = gp = gameport_allocate_port();
131 if (!gp) {
138 gameport_set_name(gp, "Yamaha YMF Gameport");
139 gameport_set_phys(gp, "pci%s/gameport0", pci_name(chip->pci));
140 gameport_set_dev_parent(gp, &chip->pci->dev);
141 gp->io = io_port;
142 gameport_set_port_data(gp, r);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dunwind.c91 unsigned long base_addr, unsigned long gp,
100 table->gp = gp;
140 unsigned long gp,
153 unwind_table_init(table, name, base_addr, gp, start, end);
176 register unsigned long gp __asm__ ("r27");
188 gp,
90 unwind_table_init(struct unwind_table *table, const char *name, unsigned long base_addr, unsigned long gp, void *table_start, void *table_end) argument
139 unwind_table_add(const char *name, unsigned long base_addr, unsigned long gp, void *start, void *end) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dgenhd.c650 struct gendisk *gp = v; local
663 disk_round_stats(gp);
666 gp->major, n + gp->first_minor, disk_name(gp, n, buf),
667 disk_stat_read(gp, ios[0]), disk_stat_read(gp, merges[0]),
668 (unsigned long long)disk_stat_read(gp, sectors[0]),
669 jiffies_to_msecs(disk_stat_read(gp, ticks[0])),
670 disk_stat_read(gp, io
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmodule.c144 uint64_t gp; member in struct:fdesc
227 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, /* movl gp=TARGET_GP */
232 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* brl.many gp=TARGET_GP */
277 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, /* movl gp=TARGET_GP */
519 * Get gp-relative offset for the linkage-table entry of VALUE.
541 return (uint64_t) e - mod->arch.gp;
547 return value - mod->arch.gp + MAX_LTOFF/2 < MAX_LTOFF;
568 /* "value" is a pointer to a function-descriptor; fetch the target ip/gp from it: */
627 fdesc->gp = mod->arch.gp;
822 uint64_t gp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Doggparsetheora.c120 theora_gptopts(AVFormatContext *ctx, int idx, uint64_t gp) argument
125 uint64_t iframe = gp >> thp->gpshift;
126 uint64_t pframe = gp & thp->gpmask;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Duninorth-agp.c186 u32 *gp; local
197 gp = (u32 *) &agp_bridge->gatt_table[pg_start];
199 if (gp[i]) {
201 i, gp[i]);
207 gp[i] = (mem->memory[i] >> PAGE_SHIFT) | 0x80000000UL;
212 flush_dcache_range((unsigned long)gp, (unsigned long) &gp[i]);
221 u32 *gp; local
227 gp = (u32 *) &agp_bridge->gatt_table[pg_start];
229 gp[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dcore.h424 #define gameport_set_dev_parent(gp,xdev) ((gp)->dev.parent = (xdev))
425 #define gameport_set_port_data(gp,r) ((gp)->port_data = (r))
426 #define gameport_get_port_data(gp) (gp)->port_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/prom/
H A Dcall_o32.S32 * Static registers, gp and fp are preserved, v0 holds a result.
44 REG_S gp,O32_FRAMESZ-3*SZREG(sp)
85 REG_L gp,O32_FRAMESZ-3*SZREG(sp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsmp-mt.c271 * (unsigned long)idle->thread_info the gp
276 struct thread_info *gp = task_thread_info(idle); local
297 write_tc_gpr_gp((unsigned long)gp);
299 flush_icache_range((unsigned long)gp,
300 (unsigned long)(gp + sizeof(struct thread_info)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dkprobes.h108 unsigned long gp; member in struct:fnptr
H A Dmca_asm.h126 DATA_VA_TO_PA(gp); \
200 movl gp = __gp \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsungem.h878 #define RXDCTRL_FRESH(gp) \
879 ((((RX_BUF_ALLOC_SIZE(gp) - RX_OFFSET) << 16) & RXDCTRL_BUFSZ) | \
938 #define RX_BUF_ALLOC_SIZE(gp) ((gp)->rx_buf_sz + 28 + RX_OFFSET + 64)
1033 #define found_mii_phy(gp) ((gp->phy_type == phy_mii_mdio0 || gp->phy_type == phy_mii_mdio1) \
1034 && gp->phy_mii.def && gp->phy_mii.def->ops)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_pm81.c166 s32 gd, gp, gr; member in struct:wf_smu_sys_fans_param
199 .gp = 0x00200000,
211 .gp = 0x00566666,
223 .gp = 0x00233333,
301 pid_param.gp = param->gp;
440 pid_param.gp = piddata->gp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/
H A DMakefile24 AFLAGS_KERNEL := -mconstant-gp
29 CFLAGS_KERNEL := -mconstant-gp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip27/
H A Dip27-smp.c171 * set sp to the kernel stack of the newly created idle process, gp to the proc
176 unsigned long gp = (unsigned long)task_thread_info(idle); local
181 0, (void *) sp, (void *) gp);

Completed in 300 milliseconds

123456