Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/mm/
Dextable.c17 fixup = search_exception_tables(exception_epc(regs)); in fixup_exception()
/linux-4.1.27/arch/mips/include/asm/
Dbranch.h57 static inline unsigned long exception_epc(struct pt_regs *regs) in exception_epc() function
/linux-4.1.27/arch/mips/kernel/
Dtraps.c445 fixup = search_dbe_tables(exception_epc(regs)); in do_be()
939 unsigned long epc = msk_isa16_mode(exception_epc(regs)); in do_bp()
1022 unsigned long epc = msk_isa16_mode(exception_epc(regs)); in do_tr()
1059 unsigned int __user *epc = (unsigned int __user *)exception_epc(regs); in do_ri()
1349 epc = (unsigned int __user *)exception_epc(regs); in do_cpu()
Dunaligned.c2205 pc = (unsigned int __user *)exception_epc(regs); in do_ade()