Home
last modified time | relevance | path

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

/linux-6.15/drivers/ras/
H A Dras.c22 void amd_atl_register_decoder(unsigned long (*f)(struct atl_err *)) in amd_atl_register_decoder() function
26 EXPORT_SYMBOL_GPL(amd_atl_register_decoder);
/linux-6.15/include/linux/
H A Dras.h46 void amd_atl_register_decoder(unsigned long (*f)(struct atl_err *));
/linux-6.15/drivers/ras/amd/atl/
H A Dcore.c210 amd_atl_register_decoder(convert_umc_mca_addr_to_sys_addr); in amd_atl_init()