Searched refs:major_opcode (Results 1 – 5 of 5) sorted by relevance
86 uint major_opcode, in update_kprobe_inst_flag() argument99 if ((!major_opcode) && (!((kprobe_inst >> 27) & 0x1FF)) ) { in update_kprobe_inst_flag()106 switch (major_opcode) { in update_kprobe_inst_flag()122 switch (major_opcode) { in update_kprobe_inst_flag()139 uint major_opcode, in is_cmp_ctype_unc_inst() argument149 if (!((major_opcode == 0xC) || (major_opcode == 0xD) || in is_cmp_ctype_unc_inst()150 (major_opcode == 0xE))) in is_cmp_ctype_unc_inst()175 uint major_opcode, in unsupported_inst() argument182 if (is_cmp_ctype_unc_inst(template, slot, major_opcode, kprobe_inst)) { in unsupported_inst()193 if (major_opcode == 0) { in unsupported_inst()[all …]
23 g_xim_protocol_name(major_opcode));27 switch (major_opcode) {
48 state->major_opcode = (word1 >> 11) & 0x1F; in disasm_instr()51 if (state->major_opcode < 0x0B) { in disasm_instr()67 switch (state->major_opcode) { in disasm_instr()
78 int major_opcode; member
1873 int major_opcode; in print_insn_m68k() local1972 major_opcode = (buffer[0] >> 4) & 15; in print_insn_m68k()1974 for (i = 0; i < numopcodes[major_opcode]; i++) in print_insn_m68k()1976 const struct m68k_opcode *opc = opcodes[major_opcode][i]; in print_insn_m68k()