Home
last modified time | relevance | path

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

/Linux-v6.6/arch/mips/mm/
Dextable.c17 fixup = search_exception_tables(exception_epc(regs)); in fixup_exception()
Dfault.c128 exception_epc(regs) != address) { in __do_page_fault()
/Linux-v6.6/arch/mips/include/asm/
Dbranch.h60 static inline unsigned long exception_epc(struct pt_regs *regs) in exception_epc() function
/Linux-v6.6/arch/mips/kernel/
Dtraps.c458 fixup = search_dbe_tables(exception_epc(regs)); in do_be()
1029 unsigned long epc = msk_isa16_mode(exception_epc(regs)); in do_bp()
1120 unsigned long epc = msk_isa16_mode(exception_epc(regs)); in do_tr()
1153 unsigned int __user *epc = (unsigned int __user *)exception_epc(regs); in do_ri()
1419 epc = (unsigned int __user *)exception_epc(regs); in do_cpu()
Dunaligned.c1587 pc = (unsigned int *)exception_epc(regs); in do_ade()
/Linux-v6.6/arch/mips/loongson64/
Dcop2-ex.c37 unsigned int __user *pc = (unsigned int __user *)exception_epc(regs); in loongson_cu2_call()