Searched refs:PTRRELOC (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dprom.h29 #define PTRRELOC(x) ((typeof(x))add_reloc_offset((unsigned long)(x))) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsetup_32.c85 * from the address that it was linked at, so we must use RELOC/PTRRELOC
95 memset_io((void __iomem *)PTRRELOC(&__bss_start), 0,
105 PTRRELOC(&__start___ftr_fixup),
106 PTRRELOC(&__stop___ftr_fixup));
H A Dprom_init.c94 #define RELOC(x) (*PTRRELOC(&(x)))
327 format = PTRRELOC(format);
399 reason = PTRRELOC(reason);
1326 = __pa(*PTRRELOC((unsigned long *)__secondary_hold));
1652 clut = PTRRELOC(RELOC(logo_linux_clut224.clut));
H A Dcputable.c21 #include <asm/prom.h> /* for PTRRELOC on ARCH=ppc */
1278 s = PTRRELOC(s);
1279 cur = PTRRELOC(cur);
1288 * we also don't need to PTRRELOC the function pointer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dsetup.c294 * from the address that it was linked at, so we must use RELOC/PTRRELOC
310 memset_io(PTRRELOC(&__bss_start), 0, _end - __bss_start);
318 PTRRELOC(&__start___ftr_fixup),
319 PTRRELOC(&__stop___ftr_fixup));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dsystem.h508 #define PTRRELOC(x) ((typeof(x)) add_reloc_offset((unsigned long)(x))) macro

Completed in 41 milliseconds