Searched refs:major_opcode (Results 1 – 3 of 3) sorted by relevance
99 uint major_opcode, in update_kprobe_inst_flag() argument112 if ((!major_opcode) && (!((kprobe_inst >> 27) & 0x1FF)) ) { in update_kprobe_inst_flag()119 switch (major_opcode) { in update_kprobe_inst_flag()135 switch (major_opcode) { in update_kprobe_inst_flag()152 uint major_opcode, in is_cmp_ctype_unc_inst() argument162 if (!((major_opcode == 0xC) || (major_opcode == 0xD) || in is_cmp_ctype_unc_inst()163 (major_opcode == 0xE))) in is_cmp_ctype_unc_inst()188 uint major_opcode, in unsupported_inst() argument195 if (is_cmp_ctype_unc_inst(template, slot, major_opcode, kprobe_inst)) { in unsupported_inst()206 if (major_opcode == 0) { in unsupported_inst()[all …]
51 state->major_opcode = (word1 >> 11) & 0x1F; in disasm_instr()54 if (state->major_opcode < 0x0B) { in disasm_instr()70 switch (state->major_opcode) { in disasm_instr()
81 int major_opcode; member