Searched refs:instr (Results 1 - 25 of 141) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsstep.h22 #define IS_MTMSRD(instr) (((instr) & 0xfc0007be) == 0x7c000124)
23 #define IS_RFID(instr) (((instr) & 0xfc0007fe) == 0x4c000024)
24 #define IS_RFI(instr) (((instr) & 0xfc0007fe) == 0x4c000064)
27 extern int emulate_step(struct pt_regs *regs, unsigned int instr);
H A Dkprobes.h42 #define IS_TW(instr) (((instr) & 0xfc0007fe) == 0x7c000008)
43 #define IS_TD(instr) (((instr) & 0xfc0007fe) == 0x7c000088)
44 #define IS_TDI(instr) (((instr) & 0xfc000000) == 0x08000000)
45 #define IS_TWI(instr) (((instr) & 0xfc000000) == 0x0c000000)
76 #define is_trap(instr) (IS_TW(instr) || IS_T
[all...]
H A Dcode-patching.h30 void patch_instruction(unsigned int *addr, unsigned int instr);
32 int instr_is_relative_branch(unsigned int instr);
33 int instr_is_branch_to_addr(const unsigned int *instr, unsigned long addr);
34 unsigned long branch_target(const unsigned int *instr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Dcode-patching.c18 void patch_instruction(unsigned int *addr, unsigned int instr) argument
20 *addr = instr;
69 static unsigned int branch_opcode(unsigned int instr) argument
71 return (instr >> 26) & 0x3F;
74 static int instr_is_branch_iform(unsigned int instr) argument
76 return branch_opcode(instr) == 18;
79 static int instr_is_branch_bform(unsigned int instr) argument
81 return branch_opcode(instr) == 16;
84 int instr_is_relative_branch(unsigned int instr) argument
86 if (instr
92 branch_iform_target(const unsigned int *instr) argument
108 branch_bform_target(const unsigned int *instr) argument
124 branch_target(const unsigned int *instr) argument
134 instr_is_branch_to_addr(const unsigned int *instr, unsigned long addr) argument
169 unsigned int instr; local
257 unsigned int *iptr, instr, flags; local
[all...]
H A Dsstep.c48 static int __kprobes branch_taken(unsigned int instr, struct pt_regs *regs) argument
50 unsigned int bo = (instr >> 21) & 0x1f;
61 bi = (instr >> 16) & 0x1f;
79 static unsigned long __kprobes dform_ea(unsigned int instr, struct pt_regs *regs) argument
84 ra = (instr >> 16) & 0x1f;
85 ea = (signed short) instr; /* sign-extend */
88 if (instr & 0x04000000) /* update forms */
102 static unsigned long __kprobes dsform_ea(unsigned int instr, struct pt_regs *regs) argument
107 ra = (instr >> 16) & 0x1f;
108 ea = (signed short) (instr
123 xform_ea(unsigned int instr, struct pt_regs *regs, int do_update) argument
551 emulate_step(struct pt_regs *regs, unsigned int instr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dstacktrace.c4 typedef unsigned int instr; typedef
34 (((instr)(INSTR) >= BR_OP) | ((instr)(INSTR) < LDA_OP) | \
35 ((((instr)(INSTR) ^ 0x60000000) < 0x20000000) & \
36 (((instr)(INSTR) & 0x0c000000) != 0)))
48 static instr *
49 display_stored_regs(instr * pro_pc, unsigned char * sp)
51 instr * ret_pc = 0;
61 ret_pc = (instr *)value;
67 static instr *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dalignment.c296 do_alignment_finish_ldst(unsigned long addr, unsigned long instr, struct pt_regs *regs, union offset_union offset) argument
298 if (!LDST_U_BIT(instr))
301 if (!LDST_P_BIT(instr))
304 if (!LDST_P_BIT(instr) || LDST_W_BIT(instr))
305 regs->uregs[RN_BITS(instr)] = addr;
309 do_alignment_ldrhstrh(unsigned long addr, unsigned long instr, struct pt_regs *regs) argument
311 unsigned int rd = RD_BITS(instr);
318 if (LDST_L_BIT(instr)) {
323 if (instr
352 do_alignment_ldrdstrd(unsigned long addr, unsigned long instr, struct pt_regs *regs) argument
408 do_alignment_ldrstr(unsigned long addr, unsigned long instr, struct pt_regs *regs) argument
452 do_alignment_ldmstm(unsigned long addr, unsigned long instr, struct pt_regs *regs) argument
671 unsigned long instr = *pinstr; local
722 unsigned long instr = 0, instrptr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/gus/
H A Dgus_instr.c131 int snd_gus_simple_put_sample(void *private_data, struct simple_instrument *instr, argument
138 if (instr->format & SIMPLE_WAVE_STEREO)
142 NULL, instr->size,
143 instr->format & SIMPLE_WAVE_16BIT, 1,
144 instr->share_id);
147 err = snd_gus_dram_write(gus, data, block->ptr, instr->size);
154 instr->address.memory = block->ptr;
158 int snd_gus_simple_get_sample(void *private_data, struct simple_instrument *instr, argument
163 return snd_gus_dram_read(gus, data, instr->address.memory, instr
166 snd_gus_simple_remove_sample(void *private_data, struct simple_instrument *instr, int atomic) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Dbitops.h3 .macro bitop, instr
9 \instr r2, r2, r3
16 .macro testop, instr, store variable
24 \instr r2, r2, r3 @ toggle bit
34 .macro bitop, instr
40 \instr r2, r2, r3
48 * @instr: operational instruction
54 .macro testop, instr, store
61 \instr r2, r2, r0, lsl r3
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dparavirt_patch.h51 #define paravirt_alt_bundle(instr, privop) \
53 "\t" instr "\n" \
74 #define paravirt_alt_inst(instr, privop) \
76 "\t" instr "\n" \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-iop/
H A Dcp6.c22 static int cp6_trap(struct pt_regs *regs, unsigned int instr) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dunified.h39 #define W(instr) instr.w
51 #define W(instr) instr
H A Dtraps.h12 int (*fn)(struct pt_regs *regs, unsigned int instr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/xz/
H A Dxz_dec_bcj.c163 uint32_t instr; local
166 instr = get_unaligned_be32(buf + i);
167 if ((instr & 0xFC000003) == 0x48000001) {
168 instr &= 0x03FFFFFC;
169 instr -= s->pos + (uint32_t)i;
170 instr &= 0x03FFFFFC;
171 instr |= 0x48000001;
172 put_unaligned_be32(instr, buf + i);
217 uint64_t instr; local
230 instr
319 uint32_t instr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dopl3.c82 static int store_instr(int instr_no, struct sbi_instrument *instr);
303 static int store_instr(int instr_no, struct sbi_instrument *instr) argument
305 if (instr->key != FM_PATCH && (instr->key != OPL3_PATCH || devc->model != 2))
306 printk(KERN_WARNING "FM warning: Invalid patch format field (key) 0x%x\n", instr->key);
307 memcpy((char *) &(devc->i_map[instr_no]), (char *) instr, sizeof(*instr));
374 struct sbi_instrument *instr; local
381 instr = devc->act_i[voice];
383 if (!instr)
462 struct sbi_instrument *instr; local
868 struct sbi_instrument *instr; local
1004 struct sbi_instrument *instr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/lxdialog/
H A Dinputbox.c49 char *instr = dialog_input_result; local
53 instr[0] = '\0';
55 strcpy(instr, init);
100 input_x = strlen(instr);
106 waddch(dialog, instr[scroll + i]);
108 waddstr(dialog, instr);
137 instr[scroll + input_x + i] ?
138 instr[scroll + input_x + i] : ' ');
139 input_x = strlen(instr) - scroll;
142 instr[scrol
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dinputbox.c49 char *instr = dialog_input_result; local
88 instr[0] = '\0';
90 strcpy(instr, init);
92 input_x = strlen(instr);
98 waddch(dialog, instr[scroll + i]);
100 waddstr(dialog, instr);
129 instr[scroll + input_x + i] ?
130 instr[scroll + input_x + i] : ' ');
131 input_x = strlen(instr) - scroll;
134 instr[scrol
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dinputbox.c51 unsigned char *instr = dialog_input_result; local
105 instr[0] = '\0';
107 strcpy (instr, init);
109 input_x = strlen (instr);
115 waddch (dialog, instr[scroll + i]);
117 waddstr (dialog, instr);
145 waddch (dialog, instr[scroll + input_x + i] ?
146 instr[scroll + input_x + i] : ' ');
147 input_x = strlen (instr) - scroll;
150 instr[scrol
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dptrace.c28 unsigned short instr; local
31 n = copy_from_user(&instr, (void __user *) addr, sizeof(instr));
38 n = access_process_vm(current, addr, &instr, sizeof(instr), 0);
39 if (n != sizeof(instr)) {
46 return (instr == 0x80cd) || (instr == 0x340f);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Dmtdram.c35 static int ram_erase(struct mtd_info *mtd, struct erase_info *instr) argument
37 if (instr->addr + instr->len > mtd->size)
40 memset((char *)mtd->priv + instr->addr, 0xff, instr->len);
42 instr->state = MTD_ERASE_DONE;
43 mtd_erase_callback(instr);
H A Dlart.c366 static int flash_erase (struct mtd_info *mtd,struct erase_info *instr) argument
372 printk (KERN_DEBUG "%s(addr = 0x%.8x, len = %d)\n", __func__, instr->addr, instr->len);
376 if (instr->addr + instr->len > mtd->size) return (-EINVAL);
387 for (i = 0; i < mtd->numeraseregions && instr->addr >= mtd->eraseregions[i].offset; i++) ;
396 if (i < 0 || (instr->addr & (mtd->eraseregions[i].erasesize - 1)))
409 for (; i < mtd->numeraseregions && instr->addr + instr->len >= mtd->eraseregions[i].offset; i++) ;
413 if (i < 0 || ((instr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Dptrace.c125 unsigned short instr; local
128 n = copy_from_user(&instr, (void __user *) addr, sizeof(instr));
136 n = access_process_vm(current, addr, &instr, sizeof(instr), 0);
137 if (n != sizeof(instr)) {
144 return instr == 0x050f;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Derase.c47 struct erase_info *instr; local
51 instr = kmalloc(sizeof(struct erase_info) + sizeof(struct erase_priv_struct), GFP_KERNEL);
52 if (!instr) {
65 memset(instr, 0, sizeof(*instr));
67 instr->mtd = c->mtd;
68 instr->addr = jeb->offset;
69 instr->len = c->sector_size;
70 instr->callback = jffs2_erase_callback;
71 instr
212 jffs2_erase_callback(struct erase_info *instr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dunwind.c57 * @instr : Microblaze instruction
61 inline long get_frame_size(unsigned long instr) argument
63 return abs((s16)(instr & 0xFFFF));
85 unsigned long instr; local
91 instr = *pc;
94 if ((instr & 0xFFFF0000) != 0x30210000)
97 frame_size = get_frame_size(instr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dalign.c199 static inline unsigned make_dsisr(unsigned instr) argument
205 dsisr = (instr & 0x03ff0000) >> 16;
207 if (IS_XFORM(instr)) {
209 dsisr |= (instr & 0x00000006) << 14;
211 dsisr |= (instr & 0x00000040) << 8;
213 dsisr |= (instr & 0x00000780) << 3;
216 dsisr |= (instr & 0x04000000) >> 12;
218 dsisr |= (instr & 0x78000000) >> 17;
220 if (IS_DSFORM(instr))
221 dsisr |= (instr
267 emulate_multiple(struct pt_regs *regs, unsigned char __user *addr, unsigned int reg, unsigned int nb, unsigned int flags, unsigned int instr, unsigned long swiz) argument
458 emulate_spe(struct pt_regs *regs, unsigned int reg, unsigned int instr) argument
704 unsigned int instr, nb, flags, instruction = 0; local
[all...]

Completed in 153 milliseconds

123456