Symbol: atl_err
drivers/edac/amd64_edac.c
2814
struct atl_err a_err;
drivers/ras/amd/atl/internal.h
282
unsigned long convert_umc_mca_addr_to_sys_addr(struct atl_err *err);
drivers/ras/amd/atl/umc.c
311
static void _retire_row_mi300(struct atl_err *a_err)
drivers/ras/amd/atl/umc.c
351
static void retire_row_mi300(struct atl_err *a_err)
drivers/ras/amd/atl/umc.c
358
void amd_retire_dram_row(struct atl_err *a_err)
drivers/ras/amd/atl/umc.c
37
static u8 get_coh_st_inst_id_mi300(struct atl_err *err)
drivers/ras/amd/atl/umc.c
374
static u8 get_die_id(struct atl_err *err)
drivers/ras/amd/atl/umc.c
394
static u8 get_coh_st_inst_id(struct atl_err *err)
drivers/ras/amd/atl/umc.c
402
unsigned long convert_umc_mca_addr_to_sys_addr(struct atl_err *err)
drivers/ras/amd/fmpm.c
303
struct atl_err a_err;
drivers/ras/amd/fmpm.c
330
memset(&a_err, 0, sizeof(struct atl_err));
drivers/ras/amd/fmpm.c
397
struct atl_err a_err;
drivers/ras/amd/fmpm.c
399
memset(&a_err, 0, sizeof(struct atl_err));
drivers/ras/ras.c
20
static unsigned long (*amd_atl_umc_na_to_spa)(struct atl_err *err);
drivers/ras/ras.c
22
void amd_atl_register_decoder(unsigned long (*f)(struct atl_err *))
drivers/ras/ras.c
34
unsigned long amd_convert_umc_mca_addr_to_sys_addr(struct atl_err *err)
include/linux/ras.h
45
void amd_atl_register_decoder(unsigned long (*f)(struct atl_err *));
include/linux/ras.h
47
void amd_retire_dram_row(struct atl_err *err);
include/linux/ras.h
48
unsigned long amd_convert_umc_mca_addr_to_sys_addr(struct atl_err *err);
include/linux/ras.h
50
static inline void amd_retire_dram_row(struct atl_err *err) { }
include/linux/ras.h
52
amd_convert_umc_mca_addr_to_sys_addr(struct atl_err *err) { return -EINVAL; }