Home
last modified time | relevance | path

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

/arch/mips/kernel/
Drelocate.c89 unsigned long target_addr = (*loc_orig) & 0x03ffffff; in apply_r_mips_26_rel() local
97 target_addr <<= 2; in apply_r_mips_26_rel()
98 target_addr += (unsigned long)loc_orig & ~0x03ffffff; in apply_r_mips_26_rel()
101 target_addr += offset; in apply_r_mips_26_rel()
103 if ((target_addr & 0xf0000000) != ((unsigned long)loc_new & 0xf0000000)) { in apply_r_mips_26_rel()
108 target_addr -= (unsigned long)loc_new & ~0x03ffffff; in apply_r_mips_26_rel()
109 target_addr >>= 2; in apply_r_mips_26_rel()
111 *loc_new = (*loc_new & ~0x03ffffff) | (target_addr & 0x03ffffff); in apply_r_mips_26_rel()
/arch/ia64/include/asm/
Dpal.h1032 ia64_pal_copy_pal (u64 target_addr, u64 alloc_size, u64 processor, u64 *pal_proc_offset) in ia64_pal_copy_pal() argument
1035 PAL_CALL(iprv, PAL_COPY_PAL, target_addr, alloc_size, processor); in ia64_pal_copy_pal()