Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Dmodule.c156 apply_imm64 (struct module *mod, struct insn *insn, uint64_t val) in apply_imm64() function
237 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_gp) in patch_plt()
287 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_ip) in patch_plt()
288 && apply_imm64(mod, (struct insn *) (plt->bundle[1] + 2), target_gp)) in patch_plt()
768 case RF_INSN64: ok = apply_imm64(mod, location, val); break; in do_reloc()