Searched refs:exception_epc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dextable.c17 fixup = search_exception_tables(exception_epc(regs));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dbranch.h21 static inline unsigned long exception_epc(struct pt_regs *regs) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dtraps.c424 fixup = search_dbe_tables(exception_epc(regs));
829 epc = exception_epc(regs);
844 if (__get_user(opcode, (unsigned int __user *) exception_epc(regs)))
888 unsigned long epc = exception_epc(regs);
913 unsigned int __user *epc = (unsigned int __user *)exception_epc(regs);
1040 epc = (unsigned int __user *)exception_epc(regs);
H A Dunaligned.c1615 pc = (unsigned int __user *)exception_epc(regs);

Completed in 86 milliseconds