Home
last modified time | relevance | path

Searched refs:fsl_pci_mcheck_exception (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dfsl_pci.h130 extern int fsl_pci_mcheck_exception(struct pt_regs *);
132 static inline int fsl_pci_mcheck_exception(struct pt_regs *regs) {return 0; } in fsl_pci_mcheck_exception() function
H A Dfsl_pci.c1059 int fsl_pci_mcheck_exception(struct pt_regs *regs) in fsl_pci_mcheck_exception() function
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtraps.c724 if (fsl_pci_mcheck_exception(regs)) in machine_check_e500()