Lines Matching refs:major_opcode

86 					      uint major_opcode,  in update_kprobe_inst_flag()  argument
99 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() argument
149 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() argument
182 if (is_cmp_ctype_unc_inst(template, slot, major_opcode, kprobe_inst)) { in unsupported_inst()
193 if (major_opcode == 0) { in unsupported_inst()
216 else if ((major_opcode == 5) && !(kprobe_inst & (0xFUl << 33)) && in unsupported_inst()
232 if (major_opcode == 7) { in unsupported_inst()
238 else if (major_opcode == 2) { in unsupported_inst()
254 if ((major_opcode == 4 || major_opcode == 5) && in unsupported_inst()
266 if ((major_opcode == 0 || major_opcode == 1) && in unsupported_inst()
286 uint major_opcode, in prepare_break_inst() argument
318 update_kprobe_inst_flag(template, slot, major_opcode, kprobe_inst, p); in prepare_break_inst()
322 unsigned long *kprobe_inst, uint *major_opcode) in get_kprobe_inst() argument
331 *major_opcode = (bundle->quad0.slot0 >> SLOT0_OPCODE_SHIFT); in get_kprobe_inst()
335 *major_opcode = (bundle->quad1.slot1_p1 >> SLOT1_p1_OPCODE_SHIFT); in get_kprobe_inst()
341 *major_opcode = (bundle->quad1.slot2 >> SLOT2_OPCODE_SHIFT); in get_kprobe_inst()
423 unsigned int major_opcode; in __is_ia64_break_inst() local
432 get_kprobe_inst(bundle, slot, &kprobe_inst, &major_opcode); in __is_ia64_break_inst()
439 if (major_opcode || ((kprobe_inst >> 27) & 0x1FF)) { in __is_ia64_break_inst()
496 unsigned int slot = addr & 0xf, template, major_opcode = 0; in arch_prepare_kprobe() local
511 get_kprobe_inst(bundle, slot, &kprobe_inst, &major_opcode); in arch_prepare_kprobe()
513 qp = unsupported_inst(template, slot, major_opcode, kprobe_inst, addr); in arch_prepare_kprobe()
523 prepare_break_inst(template, slot, major_opcode, kprobe_inst, p, qp); in arch_prepare_kprobe()