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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dptrace.c417 unsigned long next_insn, unsigned long *code)
428 p->insn[p->nr_trap] = next_insn;
431 *code = (next_insn & 0xffff0000) | 0x10f1;
433 if ((next_insn & 0x80000000) || (next_insn & 0x8000)) {
437 *code = (next_insn & 0xffff) | 0x10f10000;
521 unsigned long next_insn, code; local
524 if (access_process_vm(child, addr, &next_insn, sizeof(next_insn), 0)
525 != sizeof(next_insn)) {
416 register_debug_trap(struct task_struct *child, unsigned long next_pc, unsigned long next_insn, unsigned long *code) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind.c1710 struct unw_insn *ip, *limit, next_insn;
1719 next_insn = *ip;
1722 opc = next_insn.opc;
1723 dst = next_insn.dst;
1724 val = next_insn.val;
1725 next_insn = *ip;
1707 struct unw_insn *ip, *limit, next_insn; local

Completed in 96 milliseconds