Searched refs:atl_err (Results 1 – 6 of 6) sorted by relevance
39 struct atl_err { struct46 void amd_atl_register_decoder(unsigned long (*f)(struct atl_err *)); argument48 void amd_retire_dram_row(struct atl_err *err);49 unsigned long amd_convert_umc_mca_addr_to_sys_addr(struct atl_err *err);51 static inline void amd_retire_dram_row(struct atl_err *err) { } in amd_retire_dram_row()53 amd_convert_umc_mca_addr_to_sys_addr(struct atl_err *err) { return -EINVAL; } in amd_convert_umc_mca_addr_to_sys_addr()
20 static unsigned long (*amd_atl_umc_na_to_spa)(struct atl_err *err);22 void amd_atl_register_decoder(unsigned long (*f)(struct atl_err *)) in amd_atl_register_decoder() argument34 unsigned long amd_convert_umc_mca_addr_to_sys_addr(struct atl_err *err) in amd_convert_umc_mca_addr_to_sys_addr()
37 static u8 get_coh_st_inst_id_mi300(struct atl_err *err) in get_coh_st_inst_id_mi300()323 static void retire_row_mi300(struct atl_err *a_err) in retire_row_mi300()354 void amd_retire_dram_row(struct atl_err *a_err) in amd_retire_dram_row()370 static u8 get_die_id(struct atl_err *err) in get_die_id()390 static u8 get_coh_st_inst_id(struct atl_err *err) in get_coh_st_inst_id()398 unsigned long convert_umc_mca_addr_to_sys_addr(struct atl_err *err) in convert_umc_mca_addr_to_sys_addr()
280 unsigned long convert_umc_mca_addr_to_sys_addr(struct atl_err *err);
296 struct atl_err a_err; in save_spa()323 memset(&a_err, 0, sizeof(struct atl_err)); in save_spa()390 struct atl_err a_err; in retire_dram_row()392 memset(&a_err, 0, sizeof(struct atl_err)); in retire_dram_row()
2799 struct atl_err a_err; in decode_umc_error()