Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/mm/
Dsifive_l2_cache.c104 int unregister_sifive_l2_error_notifier(struct notifier_block *nb) in unregister_sifive_l2_error_notifier() function
108 EXPORT_SYMBOL_GPL(unregister_sifive_l2_error_notifier);
/Linux-v5.4/arch/riscv/include/asm/
Dsifive_l2_cache.h11 extern int unregister_sifive_l2_error_notifier(struct notifier_block *nb);
/Linux-v5.4/drivers/edac/
Dsifive_edac.c84 unregister_sifive_l2_error_notifier(&p->notifier); in ecc_unregister()