Searched refs:LOONGARCH_INSN_SIZE (Results 1 – 7 of 7) sorted by relevance
45 regs->csr_era += LOONGARCH_INSN_SIZE; in simu_pc()66 regs->regs[1] = pc + LOONGARCH_INSN_SIZE; in simu_branch()78 regs->csr_era = pc + LOONGARCH_INSN_SIZE; in simu_branch()84 regs->csr_era = pc + LOONGARCH_INSN_SIZE; in simu_branch()96 regs->csr_era = pc + LOONGARCH_INSN_SIZE; in simu_branch()102 regs->csr_era = pc + LOONGARCH_INSN_SIZE; in simu_branch()108 regs->csr_era = pc + LOONGARCH_INSN_SIZE; in simu_branch()114 regs->csr_era = pc + LOONGARCH_INSN_SIZE; in simu_branch()120 regs->csr_era = pc + LOONGARCH_INSN_SIZE; in simu_branch()126 regs->csr_era = pc + LOONGARCH_INSN_SIZE; in simu_branch()[all …]
14 #define MAX_PATCH_SIZE (((u8)(-1)) / LOONGARCH_INSN_SIZE)211 nr_instr = a->instrlen / LOONGARCH_INSN_SIZE; in apply_alternatives()212 nr_repl = a->replacementlen / LOONGARCH_INSN_SIZE; in apply_alternatives()
17 p->ainsn.restore = (unsigned long)p->addr + LOONGARCH_INSN_SIZE; in arch_prepare_ss_slot()65 larch_insn_text_copy(p->addr, &insn, LOONGARCH_INSN_SIZE); in arch_arm_kprobe()74 larch_insn_text_copy(p->addr, &insn, LOONGARCH_INSN_SIZE); in arch_disarm_kprobe()
55 instruction_pointer_set(regs, utask->vaddr + LOONGARCH_INSN_SIZE); in arch_uprobe_post_xol()
465 pc -= LOONGARCH_INSN_SIZE; in unwind_next_frame()471 pc -= LOONGARCH_INSN_SIZE; in unwind_next_frame()
13 #define UPROBE_SWBP_INSN_SIZE LOONGARCH_INSN_SIZE
383 #define LOONGARCH_INSN_SIZE sizeof(union loongarch_instruction) macro