Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dextable.c17 fixup = search_exception_tables(exception_epc(regs)); in fixup_exception()
H A Dfault.c136 exception_epc(regs) != address) { in __do_page_fault()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dbranch.h60 static inline unsigned long exception_epc(struct pt_regs *regs) in exception_epc() function
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dtraps.c449 fixup = search_dbe_tables(exception_epc(regs)); in do_be()
1022 unsigned long epc = msk_isa16_mode(exception_epc(regs)); in do_bp()
1118 unsigned long epc = msk_isa16_mode(exception_epc(regs)); in do_tr()
1156 unsigned int __user *epc = (unsigned int __user *)exception_epc(regs); in do_ri()
1422 epc = (unsigned int __user *)exception_epc(regs); in do_cpu()
H A Dunaligned.c1580 pc = (unsigned int __user *)exception_epc(regs); in do_ade()
/OK3568_Linux_fs/kernel/arch/mips/loongson64/
H A Dcop2-ex.c37 unsigned int __user *pc = (unsigned int __user *)exception_epc(regs); in loongson_cu2_call()