Searched refs:PTRRELOC (Results 1 – 4 of 4) sorted by relevance
37 t = PTRRELOC(t); in set_cur_cpu_spec()44 *PTRRELOC(&cur_cpu_spec) = &the_cpu_spec; in set_cur_cpu_spec()53 t = PTRRELOC(t); in setup_cpu_spec()82 *PTRRELOC(&cur_cpu_spec) = &the_cpu_spec; in setup_cpu_spec()88 if (*PTRRELOC(&powerpc_base_platform) == NULL) in setup_cpu_spec()89 *PTRRELOC(&powerpc_base_platform) = t->platform; in setup_cpu_spec()113 s = PTRRELOC(s); in identify_cpu()136 s = PTRRELOC(s); in identify_cpu_name()137 t = PTRRELOC(t); in identify_cpu_name()
23 kva = *PTRRELOC(&kernstart_virt_addr); in early_init()27 memset(PTRRELOC(&__bss_start), 0, __bss_stop - __bss_start); in early_init()
467 const unsigned char *font = PTRRELOC(font_sun_8x16.data) + font_index; in draw_byte()
19 #define PTRRELOC(x) ((typeof(x)) add_reloc_offset((unsigned long)(x))) macro