• 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:template

87 	brl->quad0.template = 0x05;	/* [MLX](stop) */
100 static void __kprobes update_kprobe_inst_flag(uint template, uint slot,
120 if (bundle_encoding[template][slot] == B) {
136 } else if (bundle_encoding[template][slot] == X) {
153 static uint __kprobes is_cmp_ctype_unc_inst(uint template, uint slot,
160 if (!((bundle_encoding[template][slot] == I) ||
161 (bundle_encoding[template][slot] == M)))
189 static int __kprobes unsupported_inst(uint template, uint slot,
197 if (is_cmp_ctype_unc_inst(template, slot, major_opcode, kprobe_inst)) {
207 else if (bundle_encoding[template][slot] == I) {
246 else if (bundle_encoding[template][slot] == B) {
268 else if (unlikely(bundle_encoding[template][slot] == F)) {
300 static void __kprobes prepare_break_inst(uint template, uint slot,
333 update_kprobe_inst_flag(template, slot, major_opcode, kprobe_inst, p);
340 unsigned int template;
342 template = bundle->quad0.template;
369 static int __kprobes valid_kprobe_addr(int template, int slot,
372 if ((slot > 2) || ((bundle_encoding[template][1] == L) && slot > 1)) {
515 unsigned int template = bundle->quad0.template;
519 if (slot == 1 && bundle_encoding[template][1] == L)
546 unsigned int template = bundle->quad0.template;
553 template &= 0x1e;
554 if (template >= 0x10 /* including B unit */ ||
555 template == 0x04 /* including X unit */ ||
556 template == 0x06) /* undefined */
587 unsigned int slot = addr & 0xf, template, major_opcode = 0;
592 template = bundle->quad0.template;
594 if(valid_kprobe_addr(template, slot, addr))
598 if (slot == 1 && bundle_encoding[template][1] == L)
604 qp = unsupported_inst(template, slot, major_opcode, kprobe_inst, addr);
614 prepare_break_inst(template, slot, major_opcode, kprobe_inst, p, qp);
691 unsigned long template;
694 template = p->ainsn.insn->bundle.quad0.template;
696 if (slot == 1 && bundle_encoding[template][1] == L)