Searched refs:fsl_rio_mcheck_exception (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Drio.h13 extern int fsl_rio_mcheck_exception(struct pt_regs *);
15 static inline int fsl_rio_mcheck_exception(struct pt_regs *regs) {return 0; } function
/linux-master/arch/powerpc/sysdev/
H A Dfsl_rio.c103 int fsl_rio_mcheck_exception(struct pt_regs *regs) function
128 EXPORT_SYMBOL_GPL(fsl_rio_mcheck_exception); variable
/linux-master/arch/powerpc/kernel/
H A Dtraps.c613 recoverable = fsl_rio_mcheck_exception(regs);
717 if (fsl_rio_mcheck_exception(regs))

Completed in 111 milliseconds