• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/

Lines Matching refs:kprobe_inst

102 					      unsigned long kprobe_inst,
114 if ((!major_opcode) && (!((kprobe_inst >> 27) & 0x1FF)) ) {
124 p->ainsn.target_br_reg = ((kprobe_inst >> 6) & 0x7);
133 p->ainsn.target_br_reg = ((kprobe_inst >> 6) & 0x7);
140 p->ainsn.target_br_reg = ((kprobe_inst >> 6) & 0x7);
155 unsigned long kprobe_inst)
168 cmp_inst.l = kprobe_inst;
191 unsigned long kprobe_inst,
196 qp = kprobe_inst & 0x3f;
197 if (is_cmp_ctype_unc_inst(template, slot, major_opcode, kprobe_inst)) {
213 if (((kprobe_inst >> 33) & 0x7) == 1) {
223 if (((kprobe_inst >> 27) & 0x1FF) == 0x30) {
231 else if ((major_opcode == 5) && !(kprobe_inst & (0xFUl << 33)) &&
232 (kprobe_inst & (0x1UL << 12))) {
257 int x6=(kprobe_inst >> 27) & 0x3F;
270 (kprobe_inst & (0x1 << 12))) {
282 (kprobe_inst & (0x1UL << 33))) {
302 unsigned long kprobe_inst,
310 * Copy the original kprobe_inst qualifying predicate(qp)
333 update_kprobe_inst_flag(template, slot, major_opcode, kprobe_inst, p);
337 unsigned long *kprobe_inst, uint *major_opcode)
347 *kprobe_inst = bundle->quad0.slot0;
353 *kprobe_inst = kprobe_inst_p0 | (kprobe_inst_p1 << (64-46));
357 *kprobe_inst = bundle->quad1.slot2;
516 unsigned long kprobe_inst;
523 get_kprobe_inst(bundle, slot, &kprobe_inst, &major_opcode);
530 if (major_opcode || ((kprobe_inst >> 27) & 0x1FF)) {
586 unsigned long kprobe_inst=0;
601 /* Get kprobe_inst and major_opcode from the bundle */
602 get_kprobe_inst(bundle, slot, &kprobe_inst, &major_opcode);
604 qp = unsupported_inst(template, slot, major_opcode, kprobe_inst, addr);
614 prepare_break_inst(template, slot, major_opcode, kprobe_inst, p, qp);