Home
last modified time | relevance | path

Searched refs:is_insn32 (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/arch/csky/kernel/probes/
Ddecode-insn.h15 #define is_insn32(insn) ((insn & 0xc000) == 0xc000) macro
Dkprobes.c56 unsigned long offset = is_insn32(p->opcode) ? 4 : 2; in arch_prepare_ss_slot()
174 unsigned long offset = is_insn32(p->opcode) ? 4 : 2; in set_ss_context()
Duprobes.c31 auprobe->insn_size = is_insn32(insn) ? 4 : 2; in arch_uprobe_analyze_insn()