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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmodule.c163 apply_imm64 (struct module *mod, struct insn *insn, uint64_t val) function
241 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_gp)
291 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_ip)
292 && apply_imm64(mod, (struct insn *) (plt->bundle[1] + 2), target_gp))
779 case RF_INSN64: ok = apply_imm64(mod, location, val); break;

Completed in 15 milliseconds