Searched refs:hwrpb (Results 1 - 25 of 38) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dgct.h51 #define GCT_NODE_PTR(off) ((gct6_node *)((char *)hwrpb + \
52 hwrpb->frut_offset + \
H A Dthread_info.h9 #include <asm/hwrpb.h>
H A Dhwrpb.h164 unsigned long phys_addr; /* check: physical address of the hwrpb */
167 unsigned long size; /* size of hwrpb */
207 extern struct hwrpb_struct *hwrpb;
H A Dio.h11 #include <asm/hwrpb.h>
80 phys &= (1ul << hwrpb->pa_bits) - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsetup.c59 #include <asm/hwrpb.h>
69 struct hwrpb_struct *hwrpb; variable in typeref:struct:hwrpb_struct
70 EXPORT_SYMBOL(hwrpb); variable
310 (hwrpb->mddt_offset + (unsigned long) hwrpb);
467 (hwrpb->mddt_offset + (unsigned long) hwrpb);
506 hwrpb = (struct hwrpb_struct*) __va(INIT_HWRPB->phys_addr);
519 if ((long)hwrpb->sys_type < 0) {
520 hwrpb
[all...]
H A Dsmp.c30 #include <asm/hwrpb.h>
176 /* Wait until hwrpb->txrdy is clear for cpu. Return -1 on timeout. */
182 if (!(hwrpb->txrdy & cpumask))
187 if (!(hwrpb->txrdy & cpumask))
209 ((char*)hwrpb
210 + hwrpb->processor_offset
211 + cpuid * hwrpb->processor_size);
225 set_bit(cpuid, &hwrpb->rxrdy);
242 unsigned long txrdy = hwrpb->txrdy;
258 ((char*)hwrpb
[all...]
H A Dsys_sx164.c27 #include <asm/hwrpb.h>
131 ((char*)hwrpb + hwrpb->processor_offset);
H A Dconsole.c70 u64 *pu64 = (u64 *)((u64)hwrpb + hwrpb->ctbt_offset);
H A Dgct.c9 #include <asm/hwrpb.h>
H A Derr_common.c13 #include <asm/hwrpb.h>
270 for (cpu = 0; cpu < hwrpb->nr_processors; cpu++) {
272 ((unsigned long)hwrpb + hwrpb->processor_offset
273 + cpu * hwrpb->processor_size);
H A Dsys_eb64p.c28 #include <asm/hwrpb.h>
123 hwrpb->sys_variation |= 2L << 10;
124 hwrpb_update_checksum(hwrpb);
H A Dtime.c47 #include <asm/hwrpb.h>
220 cpu = (struct percpu_struct *)((char*)hwrpb + hwrpb->processor_offset);
314 cycle_freq = hwrpb->cycle_freq;
H A Dprocess.c39 #include <asm/hwrpb.h>
82 ((unsigned long)hwrpb + hwrpb->processor_offset
83 + hwrpb->processor_size * cpuid);
145 the hwrpb bits above, we can't reliably halt the
H A Dcore_irongate.c210 cpu = (struct percpu_struct*)((char*)hwrpb + hwrpb->processor_offset);
H A Derr_ev7.c13 #include <asm/hwrpb.h>
H A Dsys_eiger.c29 #include <asm/hwrpb.h>
H A Derr_ev6.c14 #include <asm/hwrpb.h>
H A Dsmc37c93x.c12 #include <asm/hwrpb.h>
H A Dsys_nautilus.c46 #include <asm/hwrpb.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/mm/
H A Dinit.c28 #include <asm/hwrpb.h>
152 if (hwrpb->vptb != 0xfffffffe00000000UL) {
154 hwrpb->vptb = 0xfffffffe00000000UL;
155 hwrpb_update_checksum(hwrpb);
189 crb = (struct crb_struct *)((char *)hwrpb + hwrpb->crb_offset);
193 if (srm_fixup(VMALLOC_START, (unsigned long)hwrpb))
302 hwrpb->vptb = 0x200000000UL;
303 hwrpb_update_checksum(hwrpb);
H A Dnuma.c18 #include <asm/hwrpb.h>
44 (hwrpb->mddt_offset + (unsigned long) hwrpb);
75 (hwrpb->mddt_offset + (unsigned long) hwrpb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/boot/
H A Dbootp.c17 #include <asm/hwrpb.h>
31 struct hwrpb_struct *hwrpb = INIT_HWRPB; variable in typeref:struct:hwrpb_struct
H A Dmain.c15 #include <asm/hwrpb.h>
26 struct hwrpb_struct *hwrpb = INIT_HWRPB; variable in typeref:struct:hwrpb_struct
H A Dbootpz.c19 #include <asm/hwrpb.h>
51 struct hwrpb_struct *hwrpb = INIT_HWRPB; variable in typeref:struct:hwrpb_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dcallback_srm.S17 ldq $0,hwrpb # gp is set up by CALLBACK macro.
41 ldq $0,hwrpb

Completed in 135 milliseconds

12