Searched refs:major_opcode (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.c101 uint major_opcode,
114 if ((!major_opcode) && (!((kprobe_inst >> 27) & 0x1FF)) ) {
121 switch (major_opcode) {
137 switch (major_opcode) {
154 uint major_opcode,
164 if (!((major_opcode == 0xC) || (major_opcode == 0xD) ||
165 (major_opcode == 0xE)))
190 uint major_opcode,
197 if (is_cmp_ctype_unc_inst(template, slot, major_opcode, kprobe_ins
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
514 unsigned int major_opcode; local
587 unsigned int slot = addr & 0xf, template, major_opcode = 0; local
[all...]

Completed in 85 milliseconds