Searched refs:loc_new (Results 1 - 1 of 1) sorted by path

/linux-master/arch/mips/kernel/
H A Drelocate.c74 static void __init apply_r_mips_64_rel(u32 *loc_new, long offset) argument
76 *(u64 *)loc_new += offset;
79 static void __init apply_r_mips_32_rel(u32 *loc_new, long offset) argument
81 *loc_new += offset;
84 static int __init apply_r_mips_26_rel(u32 *loc_orig, u32 *loc_new, long offset) argument
100 if ((target_addr & 0xf0000000) != ((unsigned long)loc_new & 0xf0000000)) {
105 target_addr -= (unsigned long)loc_new & 0xf0000000;
108 *loc_new = (*loc_new & ~0x03ffffff) | (target_addr & 0x03ffffff);
114 static void __init apply_r_mips_hi16_rel(u32 *loc_orig, u32 *loc_new, argument
125 reloc_handler(u32 type, u32 *loc_orig, u32 *loc_new, long offset) argument
153 u32 *loc_new; local
297 relocation_addr_valid(void *loc_new) argument
326 void *loc_new; local
[all...]

Completed in 488 milliseconds