Home
last modified time | relevance | path

Searched refs:__isa_exception_epc (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/mips/include/asm/
Dbranch.h16 extern int __isa_exception_epc(struct pt_regs *regs);
66 return __isa_exception_epc(regs); in exception_epc()
/linux-6.1.9/arch/mips/kernel/
Dbranch.c29 int __isa_exception_epc(struct pt_regs *regs) in __isa_exception_epc() function