Searched refs:RELOCATED (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/mips/kernel/
H A Drelocate.c27 #define RELOCATED(x) ((void *)((long)x + offset)) macro
164 loc_new = RELOCATED(loc_orig);
183 etable_start = RELOCATED(&__start___ex_table);
184 etable_end = RELOCATED(&__stop___ex_table);
281 return RELOCATED(dest);
312 unsigned long *new_addr = (unsigned long *)RELOCATED(addr);
373 if (fdt_phys >= virt_to_phys(RELOCATED(&_text)) &&
374 fdt_phys <= virt_to_phys(RELOCATED(&_end))) {
376 RELOCATED(ALIGN((long)&_end, PAGE_SIZE));
379 fdt_relocated_ = RELOCATED(
[all...]
/linux-master/arch/loongarch/kernel/
H A Drelocate.c19 #define RELOCATED(x) ((void *)((long)x + reloc_offset)) macro
38 relocated_addr = (Elf64_Addr)RELOCATED(relocated_addr);
40 *(Elf64_Addr *)RELOCATED(addr) = relocated_addr;

Completed in 132 milliseconds