Searched refs:kprobe_inst (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dkprobes.c102 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)) {
100 update_kprobe_inst_flag(uint template, uint slot, uint major_opcode, unsigned long kprobe_inst, struct kprobe *p) argument
153 is_cmp_ctype_unc_inst(uint template, uint slot, uint major_opcode, unsigned long kprobe_inst) argument
189 unsupported_inst(uint template, uint slot, uint major_opcode, unsigned long kprobe_inst, unsigned long addr) argument
300 prepare_break_inst(uint template, uint slot, uint major_opcode, unsigned long kprobe_inst, struct kprobe *p, int qp) argument
336 get_kprobe_inst(bundle_t *bundle, uint slot, unsigned long *kprobe_inst, uint *major_opcode) argument
516 unsigned long kprobe_inst; local
586 unsigned long kprobe_inst=0; local
[all...]

Completed in 27 milliseconds