Home
last modified time | relevance | path

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

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