Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Drelocate.c86 unsigned long target_addr = (*loc_orig) & 0x03ffffff; in apply_r_mips_26_rel()
95 target_addr += (unsigned long)loc_orig & 0xf0000000; in apply_r_mips_26_rel()
114 static void __init apply_r_mips_hi16_rel(u32 *loc_orig, u32 *loc_new, in apply_r_mips_hi16_rel() argument
117 unsigned long insn = *loc_orig; in apply_r_mips_hi16_rel()
136 return apply_r_mips_26_rel(loc_orig, loc_new, offset); in reloc_handler()
138 apply_r_mips_hi16_rel(loc_orig, loc_new, offset); in reloc_handler()
142 loc_orig); in reloc_handler()
152 u32 *loc_orig; in do_relocations() local
163 loc_orig = kbase_old + ((*r & 0x00ffffff) << 2); in do_relocations()
164 loc_new = RELOCATED(loc_orig); in do_relocations()
[all …]