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

/linux-master/arch/csky/kernel/probes/
H A Ddecode-insn.h15 #define is_insn32(insn) ((insn & 0xc000) == 0xc000) macro
H A Duprobes.c31 auprobe->insn_size = is_insn32(insn) ? 4 : 2;
H A Dkprobes.c56 unsigned long offset = is_insn32(p->opcode) ? 4 : 2;
174 unsigned long offset = is_insn32(p->opcode) ? 4 : 2;

Completed in 156 milliseconds