Home
last modified time | relevance | path

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

/Linux-v6.1/arch/riscv/kernel/probes/
Duprobes.c32 auprobe->insn_size = GET_INSN_LENGTH(opcode); in arch_uprobe_analyze_insn()
167 dst += GET_INSN_LENGTH(*(probe_opcode_t *)src); in arch_uprobe_copy_ixol()
Dkprobes.c26 unsigned long offset = GET_INSN_LENGTH(p->opcode); in arch_prepare_ss_slot()
326 ((unsigned long)&cur->ainsn.api.insn[0] + GET_INSN_LENGTH(cur->opcode) == addr)) { in kprobe_single_step_handler()
/Linux-v6.1/arch/riscv/include/asm/
Dbug.h22 #define GET_INSN_LENGTH(insn) \ macro
/Linux-v6.1/arch/riscv/kernel/
Dpatch.c110 GET_INSN_LENGTH(patch->insn)); in patch_text_cb()
Dtraps.c159 return GET_INSN_LENGTH(insn); in get_break_insn_length()