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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A Dxmon.c797 unsigned int instrs[2]; local
800 instrs[0] = 0x7c6002a6 + ((n & 0x1F) << 16) + ((n & 0x3e0) << 6);
801 instrs[1] = 0x4e800020;
802 store_inst(instrs);
803 store_inst(instrs+1);
804 code = (int (*)(void)) instrs;
811 unsigned int instrs[2]; local
814 instrs[0] = 0x7c6003a6 + ((n & 0x1F) << 16) + ((n & 0x3e0) << 6);
815 instrs[1] = 0x4e800020;
816 store_inst(instrs);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/xmon/
H A Dxmon.c1170 unsigned int instrs[2]; local
1174 instrs[0] = 0x7c6002a6 + ((n & 0x1F) << 16) + ((n & 0x3e0) << 6);
1175 instrs[1] = 0x4e800020;
1176 opd[0] = (unsigned long)instrs;
1179 store_inst(instrs);
1180 store_inst(instrs+1);
1189 unsigned int instrs[2]; local
1193 instrs[0] = 0x7c6003a6 + ((n & 0x1F) << 16) + ((n & 0x3e0) << 6);
1194 instrs[1] = 0x4e800020;
1195 opd[0] = (unsigned long)instrs;
[all...]

Completed in 44 milliseconds