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

/linux-4.4.14/arch/powerpc/include/asm/
H A Dsetup.h22 #define PTRRELOC(x) ((typeof(x)) add_reloc_offset((unsigned long)(x))) macro
/linux-4.4.14/arch/powerpc/kernel/
H A Dsetup_32.c70 * from the address that it was linked at, so we must use RELOC/PTRRELOC
80 memset_io((void __iomem *)PTRRELOC(&__bss_start), 0, early_init()
90 PTRRELOC(&__start___ftr_fixup), early_init()
91 PTRRELOC(&__stop___ftr_fixup)); early_init()
94 PTRRELOC(&__start___mmu_ftr_fixup), early_init()
95 PTRRELOC(&__stop___mmu_ftr_fixup)); early_init()
98 PTRRELOC(&__start___lwsync_fixup), early_init()
99 PTRRELOC(&__stop___lwsync_fixup)); early_init()
H A Dcputable.c21 #include <asm/prom.h> /* for PTRRELOC on ARCH=ppc */
2120 t = PTRRELOC(t); setup_cpu_spec()
2158 *PTRRELOC(&cur_cpu_spec) = &the_cpu_spec; setup_cpu_spec()
2164 if (*PTRRELOC(&powerpc_base_platform) == NULL) setup_cpu_spec()
2165 *PTRRELOC(&powerpc_base_platform) = t->platform; setup_cpu_spec()
2170 * just use #ifdef. We also don't need to PTRRELOC the function setup_cpu_spec()
2187 s = PTRRELOC(s); identify_cpu()
H A Dprom_init.c1982 clut = PTRRELOC(logo_linux_clut224.clut); prom_check_displays()

Completed in 213 milliseconds