Home
last modified time | relevance | path

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

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