Searched refs:insn (Results 1 - 25 of 151) sorted by path

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/powerpc32/
H A Dmpih-mul1.S60 addic 5,5,0 # clear cy with dummy insn
106 addic %r5,%r5,0 # clear cy with dummy insn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dptrace.c179 unsigned int insn, op_code; local
183 res = read_int(child, pc, (int *) &insn);
187 op_code = insn >> 26;
197 displ = ((s32)(insn << 11)) >> 9;
204 reg_b = (insn >> 16) & 0x1f;
209 DBG(DBG_BPT, ("execing normal insn\n"));
215 (int *) &insn);
218 task_thread_info(child)->bpt_insn[i] = insn;
H A Dtraps.c48 insn will arrive either at the "lda 4" insn (bad) or one
102 unsigned int insn; local
103 if (__get_user(insn, (unsigned int __user *)pc + i))
105 printk("%c%08x%c", i ? ' ' : '<', insn, i ? ' ' : '>');
1030 regs->pc -= 4; /* make pc point to faulting insn */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/math-emu/
H A Dmath.c106 __u32 insn; local
109 get_user(insn, (__u32 __user *)pc);
110 fc = (insn >> 0) & 0x1f; /* destination register */
111 fb = (insn >> 16) & 0x1f;
112 fa = (insn >> 21) & 0x1f;
113 func = (insn >> 5) & 0xf;
114 src = (insn >> 9) & 0x3;
115 mode = (insn >> 11) & 0x3;
220 if (insn & 0x2000) {
331 printk(KERN_ERR "alpha_fp_emul: Invalid FP insn
340 unsigned long insn, opcode, rc, si_code = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/mm/
H A Dextable.c23 mid_value = (unsigned long)&mid->insn + mid->insn;
H A Dfault.c98 unsigned int insn; local
99 __get_user(insn, (unsigned int __user *)regs->pc);
100 if ((insn >> 21 & 0x1f) == 0x1f &&
102 (1ul << (insn >> 26) & 0x30f00001400ul)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/common/
H A Duengine.c147 static void ustore_write(int uengine, u64 insn) argument
152 insn |= (u64)make_even_parity((insn >> 20) & 0x000fffff) << 41;
153 insn |= (u64)make_even_parity(insn & 0x000fffff) << 40;
159 ixp2000_uengine_csr_write(uengine, USTORE_DATA_LOWER, (u32)insn);
160 ixp2000_uengine_csr_write(uengine, USTORE_DATA_UPPER, (u32)(insn >> 32));
172 u64 insn; local
174 insn = (((u64)ucode[0]) << 32) |
181 ustore_write(uengine, insn);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dprocess.c383 dump->u_debugreg[2] = tsk->thread.debug.bp[0].insn.arm;
384 dump->u_debugreg[3] = tsk->thread.debug.bp[1].insn.arm;
H A Dptrace.c106 ptrace_getrn(struct task_struct *child, unsigned long insn) argument
108 unsigned int reg = (insn >> 16) & 15;
122 ptrace_getaluop2(struct task_struct *child, unsigned long insn) argument
128 if (insn & 1 << 25) {
129 val = insn & 255;
130 shift = (insn >> 8) & 15;
133 val = get_user_reg (child, insn & 15);
135 if (insn & (1 << 4))
136 shift = (int)get_user_reg (child, (insn >> 8) & 15);
138 shift = (insn >>
160 ptrace_getldrop2(struct task_struct *child, unsigned long insn) argument
198 get_branch_address(struct task_struct *child, unsigned long pc, unsigned long insn) argument
386 u32 insn; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dentry.S92 movne pc, r9 @ return ok if not a fp insn
101 @ if condition code failed to match, next insn
H A Dentry26.S84 bne ret_from_exception @ return ok if not a fp insn
96 @ if condition code failed to match, next insn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dprocess.c321 dump->u_debugreg[2] = tsk->thread.debug.bp[0].insn;
322 dump->u_debugreg[3] = tsk->thread.debug.bp[1].insn;
H A Dptrace.c99 ptrace_getrn(struct task_struct *child, unsigned long insn) argument
101 unsigned int reg = (insn >> 16) & 15;
115 ptrace_getaluop2(struct task_struct *child, unsigned long insn) argument
121 if (insn & 1 << 25) {
122 val = insn & 255;
123 shift = (insn >> 8) & 15;
126 val = get_user_reg (child, insn & 15);
128 if (insn & (1 << 4))
129 shift = (int)get_user_reg (child, (insn >> 8) & 15);
131 shift = (insn >>
153 ptrace_getldrop2(struct task_struct *child, unsigned long insn) argument
191 get_branch_address(struct task_struct *child, unsigned long pc, unsigned long insn) argument
360 u32 insn; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dentry.S86 bne ret_from_exception @ return ok if not a fp insn
98 @ if condition code failed to match, next insn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dkprobes.c37 memcpy(p->ainsn.insn, p->addr, MAX_INSN_SIZE * sizeof(kprobe_opcode_t));
H A Dtraps.c142 static int do_cop_absent(u32 insn) argument
147 if ((insn & 0xfdf00000) == 0xf1900000)
151 cop_nr = (insn >> 13) & 0x7;
179 u32 insn; local
203 if (get_user(insn, (u32 __user *)pc))
206 if (ecr == ECR_COPROC_ABSENT && !do_cop_absent(insn))
211 if ((insn & hook->insn_mask) == hook->insn_val) {
212 if (hook->fn(regs, insn) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dbreak.S129 # special break insn requests single-stepping to be turned back on
427 # we'll swap the real return address for one with a BREAK insn so that we can re-enable
525 beq icc0,#0,__break_no_user_sstep /* must have been a BREAK insn */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mm/
H A Dextable.c28 diff = mid->insn - value;
H A Dtlb-miss.S550 # - first of all, check the insn PGE cache - we may well get a hit there
555 movsg scr0,gr31 /* consult the insn-PGE-cache key */
561 # what we're looking for is covered by the insn-PGE-cache
H A Dunaligned.c80 unsigned long insn, addr, *greg; local
100 if (__get_user(insn, (unsigned long *) epcr0) < 0)
104 switch ((insn >> 18) & 0x7f) {
107 op = tbl_LDGRk_reg[(insn >> 6) & 0x3f];
112 op = tbl_STGRk_reg[(insn >> 6) & 0x3f];
116 op = tbl_LDSTGRk_imm[(insn >> 18) & 0x7f];
123 kdebug("MISALIGN: pc=%08lx insn=%08lx ad=%08lx op=%02x\n", epcr0, insn, ear0, op);
130 GRi = (insn >> 12) & 0x3f;
131 GRk = (insn >> 2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dkprobes.c155 /* insn: must be on special executable page on i386. */
156 p->ainsn.insn = get_insn_slot();
157 if (!p->ainsn.insn)
160 memcpy(p->ainsn.insn, p->addr, MAX_INSN_SIZE * sizeof(kprobe_opcode_t));
187 free_insn_slot(p->ainsn.insn, (p->ainsn.boostable == 1));
225 regs->eip = (unsigned long)p->ainsn.insn;
265 *p->ainsn.insn == BREAKPOINT_INSTRUCTION) {
331 regs->eip = (unsigned long)p->ainsn.insn;
459 * copy is p->ainsn.insn.
481 unsigned long copy_eip = (unsigned long)p->ainsn.insn;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dkprobes.c507 p->ainsn.insn = get_insn_slot();
508 if (!p->ainsn.insn)
511 memcpy(p->ainsn.insn, kprobe_addr, sizeof(kprobe_opcode_t));
527 flush_icache_range((unsigned long)p->ainsn.insn,
528 (unsigned long)p->ainsn.insn + sizeof(kprobe_opcode_t));
550 /* p->ainsn.insn contains the original unaltered kprobe_opcode_t */
551 src = &p->ainsn.insn->bundle;
569 free_insn_slot(p->ainsn.insn, 0);
575 * located in the kprobe (p->ainsn.insn.bundle). We still need to adjust
582 unsigned long bundle_addr = (unsigned long) (&p->ainsn.insn
[all...]
H A Dmodule.c148 struct insn;
151 bundle (const struct insn *insn) argument
153 return (uint64_t) insn & ~0xfUL;
157 slot (const struct insn *insn) argument
159 return (uint64_t) insn & 0x3;
163 apply_imm64 (struct module *mod, struct insn *insn, uint64_t val) argument
165 if (slot(insn) !
175 apply_imm60(struct module *mod, struct insn *insn, uint64_t val) argument
191 apply_imm22(struct module *mod, struct insn *insn, uint64_t val) argument
205 apply_imm21b(struct module *mod, struct insn *insn, uint64_t val) argument
552 get_plt(struct module *mod, const struct insn *insn, uint64_t value, int *okp) argument
[all...]
H A Dunaligned.c1296 load_store_t insn; member in union:__anon3551
1375 "ld.x6=0x%x ld.m=%d ld.op=%d\n", opcode, u.insn.qp, u.insn.r1, u.insn.imm,
1376 u.insn.r3, u.insn.x, u.insn.hint, u.insn.x6_sz, u.insn.m, u.insn
[all...]
H A Dunwind.c1349 script_emit (struct unw_script *script, struct unw_insn insn)
1356 script->insn[script->count++] = insn;
1364 struct unw_insn insn;
1398 insn.opc = opc;
1399 insn.dst = unw.preg_index[i];
1400 insn.val = val;
1401 script_emit(script, insn);
1410 struct unw_insn insn;
1483 insn
1346 script_emit(struct unw_script *script, struct unw_insn insn) argument
1361 struct unw_insn insn; local
1407 struct unw_insn insn; local
1536 struct unw_insn insn; local
[all...]

Completed in 212 milliseconds

1234567