Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/sifive/
H A Dsifive_ccache.h10 extern int register_sifive_ccache_error_notifier(struct notifier_block *nb);
/openbmc/linux/drivers/soc/sifive/
H A Dsifive_ccache.c115 int register_sifive_ccache_error_notifier(struct notifier_block *nb) in register_sifive_ccache_error_notifier() function
119 EXPORT_SYMBOL_GPL(register_sifive_ccache_error_notifier);
/openbmc/linux/drivers/edac/
H A Dsifive_edac.c70 register_sifive_ccache_error_notifier(&p->notifier); in ecc_register()