Home
last modified time | relevance | path

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

/Linux-v5.10/include/soc/sifive/
Dsifive_l2_cache.h11 extern int unregister_sifive_l2_error_notifier(struct notifier_block *nb);
/Linux-v5.10/drivers/soc/sifive/
Dsifive_l2_cache.c107 int unregister_sifive_l2_error_notifier(struct notifier_block *nb) in unregister_sifive_l2_error_notifier() function
111 EXPORT_SYMBOL_GPL(unregister_sifive_l2_error_notifier);
/Linux-v5.10/drivers/edac/
Dsifive_edac.c84 unregister_sifive_l2_error_notifier(&p->notifier); in ecc_unregister()