Searched refs:PTRRELOC (Results 1 – 4 of 4) sorted by relevance
79 memset_io((void __iomem *)PTRRELOC(&__bss_start), 0, in early_init()89 PTRRELOC(&__start___ftr_fixup), in early_init()90 PTRRELOC(&__stop___ftr_fixup)); in early_init()93 PTRRELOC(&__start___mmu_ftr_fixup), in early_init()94 PTRRELOC(&__stop___mmu_ftr_fixup)); in early_init()97 PTRRELOC(&__start___lwsync_fixup), in early_init()98 PTRRELOC(&__stop___lwsync_fixup)); in early_init()
2118 t = PTRRELOC(t); in setup_cpu_spec()2156 *PTRRELOC(&cur_cpu_spec) = &the_cpu_spec; in setup_cpu_spec()2162 if (*PTRRELOC(&powerpc_base_platform) == NULL) in setup_cpu_spec()2163 *PTRRELOC(&powerpc_base_platform) = t->platform; in setup_cpu_spec()2185 s = PTRRELOC(s); in identify_cpu()
1954 clut = PTRRELOC(logo_linux_clut224.clut); in prom_check_displays()
22 #define PTRRELOC(x) ((typeof(x)) add_reloc_offset((unsigned long)(x))) macro