Home
last modified time | relevance | path

Searched refs:decoded_addr (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/edac/
H A Dskx_base.c232 static void skx_show_retry_rd_err_log(struct decoded_addr *res, in skx_show_retry_rd_err_log()
266 static bool skx_sad_decode(struct decoded_addr *res) in skx_sad_decode()
404 static bool skx_tad_decode(struct decoded_addr *res) in skx_tad_decode()
465 static bool skx_rir_decode(struct decoded_addr *res) in skx_rir_decode()
551 static bool skx_mad_decode(struct decoded_addr *r) in skx_mad_decode()
579 static bool skx_decode(struct decoded_addr *res) in skx_decode()
H A Digen6_edac.c173 struct decoded_addr { struct
724 static int igen6_decode(struct decoded_addr *res) in igen6_decode()
755 static void igen6_output_error(struct decoded_addr *res, in igen6_output_error()
895 struct decoded_addr res; in ecclog_work_cb()
174 mcdecoded_addr global() argument
175 imc_addrdecoded_addr global() argument
176 sys_addrdecoded_addr global() argument
177 channel_idxdecoded_addr global() argument
178 channel_addrdecoded_addr global() argument
179 sub_channel_idxdecoded_addr global() argument
180 sub_channel_addrdecoded_addr global() argument
H A Di10nm_base.c326 static void show_retry_rd_err_log(struct decoded_addr *res, char *msg, in show_retry_rd_err_log()
596 static bool i10nm_mc_decode(struct decoded_addr *res) in i10nm_mc_decode()
/linux/arch/sh/kernel/
H A Ddwarf.c226 unsigned long decoded_addr = 0; in dwarf_read_encoded_value() local
233 decoded_addr = (unsigned long)addr; in dwarf_read_encoded_value()
247 decoded_addr += get_unaligned((u32 *)addr); in dwarf_read_encoded_value()
248 __raw_writel(decoded_addr, val); in dwarf_read_encoded_value()