Searched refs:instruction (Results 1 - 25 of 107) sorted by last modified time

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dssh.c204 kbd_callback(const char *name, int name_len, const char *instruction, argument
215 fprintf(stderr, "instruction=%s\n", instruction);
221 (void)instruction;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dalpha.s9 # improve this. Also, normally, a ld instruction will not be available
H A Dpa-risc2.s15 ; by Gerry Kane for information on the instruction set architecture.
H A Dpa-risc2W.s9 ; by Gerry Kane for information on the instruction set architecture.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dmodule_64.c44 /* 28 byte jump instruction sequence (7 instructions) */
213 gives the value maximum span in an instruction which uses a signed
284 /* We expect a noop next: if it is, replace it with instruction to
286 static int restore_r2(u32 *instruction, struct module *me) argument
288 if (*instruction != 0x60000000) {
290 me->name, *instruction);
293 *instruction = 0xe8410028; /* ld r2,40(r1) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dppc.h122 /* Opcode is an e500 SPE floating point instruction. */
149 /* A macro to extract the major opcode from an instruction. */
160 /* How far the operand is left shifted in the instruction. */
164 operand value into an instruction, check this field.
168 (i is the instruction which we are filling in, o is a pointer to
173 instruction and the operand value. It will return the new value
174 of the instruction. If the ERRMSG argument is not NULL, then if
180 (unsigned long instruction, long op, int dialect, const char **errmsg);
183 extract this operand type from an instruction, check this field.
190 (i is the instruction,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/common/
H A Dcrt0.S41 icbi r0,r9 # Invalidate the instruction cache
H A Dutil.S102 * illegal instruction. If not, please send trini@kernel.crashing.org
231 * Flush and enable instruction cache
252 icbi r0,r3 # Invalidate the instruction cache
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dppc.h80 /* A macro to extract the major opcode from an instruction. */
91 /* How far the operand is left shifted in the instruction. */
95 operand value into an instruction, check this field.
99 (i is the instruction which we are filling in, o is a pointer to
104 instruction and the operand value. It will return the new value
105 of the instruction. If the ERRMSG argument is not NULL, then if
110 unsigned long (*insert) PARAMS ((unsigned long instruction, long op,
114 extract this operand type from an instruction, check this field.
121 (i is the instruction, o is a pointer to this structure, and op
125 instruction valu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead31.S66 efpc %r0,0 # test IEEE extract fpc instruction
71 # find out if we have the CSP instruction
77 csp %r0,%r2 # Test CSP instruction
82 # find out if we have the MVPG instruction
88 mvpg %r1,%r2 # Test CSP instruction
93 # find out if we have the IDTE instruction
122 .long 0 # cr3: instruction authorization
123 .long 0 # cr4: instruction authorization
H A Dhead64.S132 # find out if we have the MVPG instruction
139 mvpg %r1,%r2 # test MVPG instruction
153 # find out if we have the IDTE instruction
178 # find out if we have the MVCOS instruction
197 .quad 0 # cr3: instruction authorization
198 .quad 0 # cr4: instruction authorization
H A Dkprobes.c38 /* Make sure the probe isn't going on a difficult instruction */
58 int __kprobes is_prohibited_opcode(kprobe_opcode_t *instruction) argument
60 switch (*(__u8 *) instruction) {
67 switch (*(__u16 *) instruction) {
87 /* save the instruction length (pop 5-5) in bytes */
164 * address translation to exchange the instruction. Since stura
168 * the new instruction.
311 * just single step on the instruction of the new probe
437 * instruction whose first byte has been replaced by the "breakpoint"
438 * instruction
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/mm/
H A Dfault.c255 u16 instruction; local
262 rc = __get_user(instruction, (u16 __user *) regs->psw.addr);
271 if (compat && instruction == 0x0a77)
273 else if (compat && instruction == 0x0aad)
277 if (instruction == 0x0a77)
279 else if (instruction == 0x0aad)
400 * The instruction that caused the program check will
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dtraps.c150 * handle an instruction that does an unaligned memory access by emulating the
152 * - note that PC _may not_ point to the faulting instruction
153 * (if that instruction is in a branch delay slot)
156 static int handle_unaligned_ins(u16 instruction, struct pt_regs *regs) argument
162 index = (instruction>>8)&15; /* 0x0F00 */
165 index = (instruction>>4)&15; /* 0x00F0 */
168 count = 1<<(instruction&3);
171 switch (instruction>>12) {
173 if (instruction & 8) {
217 dst += (instruction
336 u16 instruction; local
370 handle_unaligned_access(u16 instruction, struct pt_regs *regs) argument
536 u16 instruction; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dentry.S413 * instruction attempts from user code.
661 /* Advance over the trap instruction. */
676 /* Advance over the trap instruction. */
693 jmp %l2 ! advance over trap instruction
713 jmp %l2 ! advance over trap instruction
825 ld [%l1], %l4 ! load instruction that caused fault
827 andcc %l4, 1, %g0 ! store instruction?
1476 /* Advance the pc and npc over the trap instruction.
1567 /* Advance the pc and npc over the trap instruction. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Drem.S359 ! non-restoring fixup here (one instruction only!)
H A Dsdiv.S358 ! non-restoring fixup here (one instruction only!)
H A Dudiv.S342 ! non-restoring fixup here (one instruction only!)
H A Durem.S340 ! non-restoring fixup here (one instruction only!)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dalign.S153 * address, and indeed, already fetched the instruction. That
163 /* Extract the instruction that caused the unaligned access. */
173 __src_b a4, a4, a5 # a4 has the instruction
175 /* Analyze the instruction (load or store?). */
194 /* Invalid instruction, CRITICAL! */
252 1: wsr a7, EPC_1 # skip load instruction
295 1: # a7: instruction pointer, a4: instruction, a3: value
300 addi a7, a7, 2 # incr. PC,assume 16-bit instruction
306 addi a7, a7, 1 # increment PC, 32-bit instruction
[all...]
H A Dentry.S791 * instruction and the caller's frame is not in the register file.
845 l8ui a0, a4, 1 # read as(src) from MOVSP instruction
881 l8ui a0, a4, 0 # read ar(dst) from MOVSP instruction
1057 * following instruction.
H A Dsignal.c278 * instruction. As long as the above system call numbers fit within
284 # error Generating the MOVI instruction below breaks!
288 /* Generate instruction: MOVI a2, __NR_rt_sigreturn */
292 /* Generate instruction: SYSCALL */
298 /* Generate instruction: MOVI a2, __NR_rt_sigreturn */
302 /* Generate instruction: SYSCALL */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap1/
H A Dsleep.S264 @ disable instruction cache
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dabort-ev4.S6 * Params : r2 = address of aborted instruction
15 * Purpose : obtain information about current aborted instruction.
24 ldr r3, [r2] @ read aborted ARM instruction
H A Dabort-ev4t.S7 * Params : r2 = address of aborted instruction
16 * Purpose : obtain information about current aborted instruction.
26 ldreq r3, [r2] @ read aborted ARM instruction

Completed in 153 milliseconds

12345