Searched refs:epc (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dbranch.c22 * Calculate and return exception epc in case of
28 long epc; local
32 epc = regs->cp0_epc;
33 if (__get_user(inst.full, (u16 __user *) (epc & ~MIPS_ISA_MODE))) {
36 return epc;
40 epc += 4;
42 epc += 2;
44 epc += 2;
46 epc += 4;
48 return epc;
63 long epc; local
206 long epc; local
[all...]
H A Dtraps.c226 printk(" (Bad address in epc)\n");
268 printk("epc : %0*lx %pS\n", field, regs->cp0_epc,
448 printk(KERN_ALERT "%s bus error, epc == %0*lx, ra == %0*lx\n",
824 unsigned long epc; local
829 epc = exception_epc(regs);
831 if ((__get_user(instr[0], (u16 __user *)(epc & ~MIPS_ISA_MODE))) ||
832 (__get_user(instr[1], (u16 __user *)((epc+2) & ~MIPS_ISA_MODE))))
837 if (__get_user(instr[0], (u16 __user *)(epc & ~MIPS_ISA_MODE)))
888 unsigned long epc = exception_epc(regs); local
890 if ((__get_user(instr[0], (u16 __user *)(epc
913 unsigned int __user *epc = (unsigned int __user *)exception_epc(regs); local
1026 unsigned int __user *epc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dptrace.c49 /* r0 - r31, cel, ceh, sr0, sr1, sr2, epc, ema, psr, ecr, condition */
77 /* r0 - r31, cel, ceh, sr0, sr1, sr2, epc, ema, psr, ecr, condition */
175 unsigned int epc, far_epc = 0; local
182 epc = regs->cp0_epc;
184 read_tsk_long(child, epc, &epc_insn);
189 epc = (epc & 0xFFFFF000) | tmp;
195 far_epc = epc + tmp;
196 epc += 2;
201 epc
[all...]
H A Dtraps.c107 printk(KERN_NOTICE " (Bad address in epc)\n");
133 printk("EMA:%08lx, epc:%08lx %s\nPSR: %08lx\nECR:%08lx\nCondition : %08lx\n",
180 printk("do_ADE-linsn:ema:0x%08lx:epc:0x%08lx\n",
194 printk("do_ADE-data:ema:0x%08lx:epc:0x%08lx\n",
246 unsigned long epc = regs->cp0_epc; local
248 read_tsk_long(current, epc, &epc_insn);
250 if ((epc == current->thread.addr1) ||
251 (epc == current->thread.addr2)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/math-emu/
H A Ddsemul.c50 unsigned long epc; member in struct:emuframe
114 err |= __put_user(cpc, &fr->epc);
131 unsigned long epc; local
182 if (__get_user(epc, &fr->epc)) { /* Saved EPC */
190 xcp->cp0_epc = epc;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dgate.lds.S60 .text : { *(.text) *(.text.*) } :epc
86 epc PT_LOAD FILEHDR PHDRS FLAGS(1); /* PF_X */
H A Dgate.S324 epc // B causes split-issue
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/sn/
H A Dnmi.h74 unsigned long epc; member in struct:reg_struct
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dhndrte_armtrap.h59 uint32 epc; member in struct:_trap_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip27/
H A Dip27-nmi.c81 printk("epc : %016lx %pS\n", nr->epc, (void *) nr->epc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dzorro.h35 #define ZORRO_ID(manuf, prod, epc) \
36 ((ZORRO_MANUF_##manuf << 16) | ((prod) << 8) | (epc))
47 * (epc). The epc has to be ANDed with the GVP_PRODMASK before the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dgvp11.c288 unsigned int epc; local
349 epc = *(unsigned short *)(ZTWO_VADDR(address) + 0x8000);
351 (epc & GVP_SCSICLKMASK) ? WD33C93_FS_8_10
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.c240 static enum iwch_ep_state state_read(struct iwch_ep_common *epc) argument
245 spin_lock_irqsave(&epc->lock, flags);
246 state = epc->state;
247 spin_unlock_irqrestore(&epc->lock, flags);
251 static void __state_set(struct iwch_ep_common *epc, enum iwch_ep_state new) argument
253 epc->state = new;
256 static void state_set(struct iwch_ep_common *epc, enum iwch_ep_state new) argument
260 spin_lock_irqsave(&epc->lock, flags);
261 PDBG("%s - %s -> %s\n", __func__, states[epc->state], states[new]);
262 __state_set(epc, ne
269 struct iwch_ep_common *epc; local
2183 struct iwch_ep_common *epc = ctx; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dcm.c220 static enum c4iw_ep_state state_read(struct c4iw_ep_common *epc) argument
225 spin_lock_irqsave(&epc->lock, flags);
226 state = epc->state;
227 spin_unlock_irqrestore(&epc->lock, flags);
231 static void __state_set(struct c4iw_ep_common *epc, enum c4iw_ep_state new) argument
233 epc->state = new;
236 static void state_set(struct c4iw_ep_common *epc, enum c4iw_ep_state new) argument
240 spin_lock_irqsave(&epc->lock, flags);
241 PDBG("%s - %s -> %s\n", __func__, states[epc->state], states[new]);
242 __state_set(epc, ne
249 struct c4iw_ep_common *epc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dmi_pc.h73 dword epc; member in struct:mp_xcptcontext_s
H A Dio.c169 DBG_FTL(("sr 0x%08x cr 0x%08x epc 0x%08x vaddr 0x%08x",
171 READ_DWORD(&xcept->epc), READ_DWORD(&xcept->vaddr)))

Completed in 138 milliseconds