Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Drelocate.c76 *(u64 *)loc_new += offset; in apply_r_mips_64_rel()
81 *loc_new += offset; in apply_r_mips_32_rel()
108 *loc_new = (*loc_new & ~0x03ffffff) | (target_addr & 0x03ffffff); in apply_r_mips_26_rel()
130 apply_r_mips_64_rel(loc_new, offset); in reloc_handler()
133 apply_r_mips_32_rel(loc_new, offset); in reloc_handler()
153 u32 *loc_new; in do_relocations() local
164 loc_new = RELOCATED(loc_orig); in do_relocations()
326 void *loc_new; in relocate_kernel() local
353 if (relocation_addr_valid(loc_new)) in relocate_kernel()
384 memcpy(loc_new, &_text, kernel_length); in relocate_kernel()
[all …]