Home
last modified time | relevance | path

Searched refs:RELOCATED (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/mips/kernel/
Drelocate.c26 #define RELOCATED(x) ((void *)((long)x + offset)) macro
150 loc_new = RELOCATED(loc_orig); in do_relocations()
176 etable_start = RELOCATED(&__start___ex_table); in relocate_exception_table()
177 etable_end = RELOCATED(&__stop___ex_table); in relocate_exception_table()
268 return RELOCATED(dest); in determine_relocation_address()
346 if (fdt_phys >= virt_to_phys(RELOCATED(&_text)) && in relocate_kernel()
347 fdt_phys <= virt_to_phys(RELOCATED(&_end))) { in relocate_kernel()
349 RELOCATED(ALIGN((long)&_end, PAGE_SIZE)); in relocate_kernel()
352 fdt_relocated_ = RELOCATED(&plat_fdt_relocated); in relocate_kernel()
376 memcpy(RELOCATED(&__bss_start), &__bss_start, bss_length); in relocate_kernel()
[all …]