Home
last modified time | relevance | path

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

/linux/include/soc/sifive/
H A Dsifive_ccache.h11 extern int unregister_sifive_ccache_error_notifier(struct notifier_block *nb);
/linux/drivers/cache/
H A Dsifive_ccache.c137 int unregister_sifive_ccache_error_notifier(struct notifier_block *nb) in unregister_sifive_ccache_error_notifier() function
141 EXPORT_SYMBOL_GPL(unregister_sifive_ccache_error_notifier);
/linux/drivers/edac/
H A Dsifive_edac.c83 unregister_sifive_ccache_error_notifier(&p->notifier); in ecc_unregister()