RELOCATED 150 arch/mips/kernel/relocate.c loc_new = RELOCATED(loc_orig); RELOCATED 176 arch/mips/kernel/relocate.c etable_start = RELOCATED(&__start___ex_table); RELOCATED 177 arch/mips/kernel/relocate.c etable_end = RELOCATED(&__stop___ex_table); RELOCATED 268 arch/mips/kernel/relocate.c return RELOCATED(dest); RELOCATED 346 arch/mips/kernel/relocate.c if (fdt_phys >= virt_to_phys(RELOCATED(&_text)) && RELOCATED 347 arch/mips/kernel/relocate.c fdt_phys <= virt_to_phys(RELOCATED(&_end))) { RELOCATED 349 arch/mips/kernel/relocate.c RELOCATED(ALIGN((long)&_end, PAGE_SIZE)); RELOCATED 352 arch/mips/kernel/relocate.c fdt_relocated_ = RELOCATED(&plat_fdt_relocated); RELOCATED 376 arch/mips/kernel/relocate.c memcpy(RELOCATED(&__bss_start), &__bss_start, bss_length); RELOCATED 396 arch/mips/kernel/relocate.c __current_thread_info = RELOCATED(&init_thread_union); RELOCATED 399 arch/mips/kernel/relocate.c kernel_entry = RELOCATED(start_kernel);