Searched refs:instrs (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/powerpc/xmon/
H A Dxmon.c1540 unsigned int instrs[2]; local
1546 opd[0] = (unsigned long)instrs;
1551 code = (unsigned long (*)(void)) instrs;
1555 instrs[0] = 0x7c6002a6 + ((n & 0x1F) << 16) + ((n & 0x3e0) << 6);
1556 instrs[1] = 0x4e800020;
1557 store_inst(instrs);
1558 store_inst(instrs+1);
1578 unsigned int instrs[2]; local
1583 opd[0] = (unsigned long)instrs;
1588 code = (unsigned long (*)(unsigned long)) instrs;
[all...]

Completed in 154 milliseconds