Searched refs:insn (Results 76 - 100 of 114) sorted by relevance

12345

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A D53c7xx.c334 static int print_insn (struct Scsi_Host *host, const u32 *insn,
4690 * u32 *insn, int kernel)
4693 * to by insn to the debugging or kernel message buffer
4699 * Inputs : host, insn - host, pointer to instruction, prefix -
4707 print_insn (struct Scsi_Host *host, const u32 *insn,
4714 unsigned char dcmd; /* dcmd register for *insn */
4718 if (virt_to_phys((void *)insn) < PAGE_SIZE ||
4719 virt_to_phys((void *)(insn + 8)) > virt_to_phys(high_memory) ||
4720 ((((dcmd = (insn[0] >> 24) & 0xff) & DCMD_TYPE_MMI) == DCMD_TYPE_MMI) &&
4721 virt_to_phys((void *)(insn
[all...]
H A D53c7,8xx.c275 static int print_insn (struct Scsi_Host *host, const u32 *insn,
4994 * u32 *insn, int kernel)
4997 * to by insn to the debugging or kernel message buffer
5003 * Inputs : host, insn - host, pointer to instruction, prefix -
5011 print_insn (struct Scsi_Host *host, const u32 *insn,
5018 unsigned char dcmd; /* dcmd register for *insn */
5022 if (virt_to_phys((void *)insn) < PAGE_SIZE ||
5023 virt_to_phys((void *)(insn + 8)) > virt_to_phys(high_memory) ||
5024 ((((dcmd = (insn[0] >> 24) & 0xff) & DCMD_TYPE_MMI) == DCMD_TYPE_MMI) &&
5025 virt_to_phys((void *)(insn
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dtraps.c320 unsigned long insn; local
321 if (__get_user(insn, pc + i)) {
325 printk("%c%08lx%c",(i?' ':'<'),insn,(i?' ':'>'));
410 if (mid->insn == value)
787 reg_val & (1<<31) ? "data" : "insn");
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/lib/
H A Ddivdi3.S228 wr %g0,%o1,%y ! SPARC has 0-3 delay insn after a wr
229 sra %o4,31,%g2 ! Do not move this insn
230 and %o1,%g2,%g2 ! Do not move this insn
231 andcc %g0,0,%g1 ! Do not move this insn
H A Dudivdi3.S201 wr %g0,%o1,%y ! SPARC has 0-3 delay insn after a wr
202 sra %o3,31,%g2 ! Do not move this insn
203 and %o1,%g2,%g2 ! Do not move this insn
204 andcc %g0,0,%g1 ! Do not move this insn
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dprocessor.h49 unsigned long insn; member in struct:fpq
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dprocessor.h49 unsigned long insn; member in struct:fpq
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dtraps.c158 printk("EX_TABLE: insn<%016lx> fixup<%016lx> "
1615 extern int handle_popc(u32 insn, struct pt_regs *regs);
1616 extern int handle_ldf_stq(u32 insn, struct pt_regs *regs);
1622 u32 insn; local
1629 if (get_user(insn, (u32 *)pc) != -EFAULT) {
1630 if ((insn & 0xc1ffc000) == 0x81700000) /* POPC */ {
1631 if (handle_popc(insn, regs))
1633 } else if ((insn & 0xc1580000) == 0xc1100000) /* LDQ/STQ */ {
1634 if (handle_ldf_stq(insn, regs))
1652 unsigned int insn,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dtraps.c93 unsigned int insn; local
94 if (__get_user(insn, pc+i))
96 printk("%c%08x%c", i ? ' ' : '<', insn, i ? ' ' : '>');
968 regs->pc -= 4; /* make pc point to faulting insn */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Duaccess.h36 unsigned long insn, fixup; member in struct:exception_table_entry
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Duaccess.h59 unsigned long insn, fixup; member in struct:exception_table_entry
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Duaccess.h62 unsigned long insn, fixup; member in struct:exception_table_entry
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Duaccess.h69 unsigned long insn, fixup; member in struct:exception_table_entry
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Duaccess.h69 unsigned long insn, fixup; member in struct:exception_table_entry
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Duaccess.h36 unsigned long insn, fixup; member in struct:exception_table_entry
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Duaccess.h59 unsigned long insn, fixup; member in struct:exception_table_entry
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Duaccess.h62 unsigned long insn, fixup; member in struct:exception_table_entry
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Duaccess.h69 unsigned long insn, fixup; member in struct:exception_table_entry
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Duaccess.h69 unsigned long insn, fixup; member in struct:exception_table_entry
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Duaccess.h28 unsigned long insn, fixup; member in struct:exception_table_entry
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Duaccess.h74 * You specify address of first in insn and 0 in fixup and in the next
75 * exception_table_entry you specify last potentially faulting insn + 1
84 unsigned insn, fixup; member in struct:exception_table_entry
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Duaccess.h71 unsigned long insn, fixup; member in struct:exception_table_entry
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Duaccess.h74 * You specify address of first in insn and 0 in fixup and in the next
75 * exception_table_entry you specify last potentially faulting insn + 1
84 unsigned insn, fixup; member in struct:exception_table_entry
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Duaccess.h71 unsigned long insn, fixup; member in struct:exception_table_entry
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Duaccess.h28 unsigned long insn, fixup; member in struct:exception_table_entry

Completed in 403 milliseconds

12345