Lines Matching refs:dest

154 static int reloc_insn_movw(enum aarch64_reloc_op op, void *dest, u64 val,  in reloc_insn_movw()  argument
159 u32 insn = *(u32 *)dest; in reloc_insn_movw()
161 sval = do_reloc(op, dest, val); in reloc_insn_movw()
191 *(u32 *)dest = insn; in reloc_insn_movw()
199 static int reloc_insn_imm(enum aarch64_reloc_op op, void *dest, u64 val, in reloc_insn_imm() argument
204 u32 insn = *(u32 *)dest; in reloc_insn_imm()
207 sval = do_reloc(op, dest, val); in reloc_insn_imm()
216 *(u32 *)dest = insn; in reloc_insn_imm()
250 void *dest = base->load_addr + r->r_offset; /* P */ in arch_livepatch_perform_rela() local
288 ovf = reloc_data(RELOC_OP_ABS, dest, val, 64); in arch_livepatch_perform_rela()
292 ovf = reloc_data(RELOC_OP_ABS, dest, val, 32); in arch_livepatch_perform_rela()
296 ovf = reloc_data(RELOC_OP_ABS, dest, val, 16); in arch_livepatch_perform_rela()
303 ovf = reloc_data(RELOC_OP_PREL, dest, val, 64); in arch_livepatch_perform_rela()
307 ovf = reloc_data(RELOC_OP_PREL, dest, val, 32); in arch_livepatch_perform_rela()
311 ovf = reloc_data(RELOC_OP_PREL, dest, val, 16); in arch_livepatch_perform_rela()
320 ovf = reloc_insn_movw(RELOC_OP_ABS, dest, val, 0, in arch_livepatch_perform_rela()
329 ovf = reloc_insn_movw(RELOC_OP_ABS, dest, val, 16, in arch_livepatch_perform_rela()
338 ovf = reloc_insn_movw(RELOC_OP_ABS, dest, val, 32, in arch_livepatch_perform_rela()
345 ovf = reloc_insn_movw(RELOC_OP_ABS, dest, val, 48, in arch_livepatch_perform_rela()
350 ovf = reloc_insn_movw(RELOC_OP_ABS, dest, val, 0, in arch_livepatch_perform_rela()
355 ovf = reloc_insn_movw(RELOC_OP_ABS, dest, val, 16, in arch_livepatch_perform_rela()
360 ovf = reloc_insn_movw(RELOC_OP_ABS, dest, val, 32, in arch_livepatch_perform_rela()
366 ovf = reloc_insn_movw(RELOC_OP_PREL, dest, val, 0, in arch_livepatch_perform_rela()
371 ovf = reloc_insn_movw(RELOC_OP_PREL, dest, val, 0, in arch_livepatch_perform_rela()
377 ovf = reloc_insn_movw(RELOC_OP_PREL, dest, val, 16, in arch_livepatch_perform_rela()
382 ovf = reloc_insn_movw(RELOC_OP_PREL, dest, val, 16, in arch_livepatch_perform_rela()
388 ovf = reloc_insn_movw(RELOC_OP_PREL, dest, val, 32, in arch_livepatch_perform_rela()
393 ovf = reloc_insn_movw(RELOC_OP_PREL, dest, val, 32, in arch_livepatch_perform_rela()
400 ovf = reloc_insn_movw(RELOC_OP_PREL, dest, val, 48, in arch_livepatch_perform_rela()
406 ovf = reloc_insn_imm(RELOC_OP_PREL, dest, val, 0, 21, in arch_livepatch_perform_rela()
414 ovf = reloc_insn_imm(RELOC_OP_PAGE, dest, val, 12, 21, in arch_livepatch_perform_rela()
423 ovf = reloc_insn_imm(RELOC_OP_ABS, dest, val, 0, 12, in arch_livepatch_perform_rela()
429 ovf = reloc_insn_imm(RELOC_OP_ABS, dest, val, 1, 11, in arch_livepatch_perform_rela()
435 ovf = reloc_insn_imm(RELOC_OP_ABS, dest, val, 2, 10, in arch_livepatch_perform_rela()
441 ovf = reloc_insn_imm(RELOC_OP_ABS, dest, val, 3, 9, in arch_livepatch_perform_rela()
447 ovf = reloc_insn_imm(RELOC_OP_ABS, dest, val, 4, 8, in arch_livepatch_perform_rela()
452 ovf = reloc_insn_imm(RELOC_OP_PREL, dest, val, 2, 19, in arch_livepatch_perform_rela()
457 ovf = reloc_insn_imm(RELOC_OP_PREL, dest, val, 2, 19, in arch_livepatch_perform_rela()
463 ovf = reloc_insn_imm(RELOC_OP_PREL, dest, val, 2, 26, in arch_livepatch_perform_rela()