Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/riscv/kernel/probes/
H A Dkprobes.c27 unsigned long offset = GET_INSN_LENGTH(p->opcode); in arch_prepare_ss_slot()
61 tmp += GET_INSN_LENGTH(*(u16 *)tmp); in arch_check_kprobe()
79 if (GET_INSN_LENGTH(p->opcode) == 4) in arch_prepare_kprobe()
347 ((unsigned long)&cur->ainsn.api.insn[0] + GET_INSN_LENGTH(cur->opcode) == addr)) { in kprobe_single_step_handler()
H A Duprobes.c38 auprobe->insn_size = GET_INSN_LENGTH(opcode); in arch_uprobe_analyze_insn()
175 dst += GET_INSN_LENGTH(*(probe_opcode_t *)src); in arch_uprobe_copy_ixol()
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dcfi.c46 get_kernel_nofault(insn, (void *)regs->epc + GET_INSN_LENGTH(insn))) in decode_cfi_insn()
H A Dvector.c59 if (unlikely(GET_INSN_LENGTH(insn_buf) != 4)) in insn_is_vector()
H A Dpatch.c234 len = GET_INSN_LENGTH(patch->insns[i]); in patch_text_cb()
H A Dtraps.c249 return GET_INSN_LENGTH(insn); in get_break_insn_length()
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dbug.h22 #define GET_INSN_LENGTH(insn) \ macro
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dbug.h22 #define GET_INSN_LENGTH(insn) \ macro
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dpatch.c124 GET_INSN_LENGTH(patch->insn)); in patch_text_cb()
H A Dtraps.c151 return GET_INSN_LENGTH(insn); in get_break_insn_length()

Completed in 4 milliseconds