Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/edac/
Dskx_common.h96 struct decoded_addr { struct
124 typedef bool (*skx_decode_f)(struct decoded_addr *res); argument
125 typedef void (*skx_show_retry_log_f)(struct decoded_addr *res, char *msg, int len);
Dskx_base.c232 static void skx_show_retry_rd_err_log(struct decoded_addr *res, in skx_show_retry_rd_err_log()
265 static bool skx_sad_decode(struct decoded_addr *res) in skx_sad_decode()
403 static bool skx_tad_decode(struct decoded_addr *res) in skx_tad_decode()
464 static bool skx_rir_decode(struct decoded_addr *res) in skx_rir_decode()
550 static bool skx_mad_decode(struct decoded_addr *r) in skx_mad_decode()
578 static bool skx_decode(struct decoded_addr *res) in skx_decode()
Dskx_common.c102 static bool skx_adxl_decode(struct decoded_addr *res) in skx_adxl_decode()
477 struct decoded_addr *res) in skx_mce_output_error()
572 struct decoded_addr res; in skx_mce_check_error()
/kernel/linux/linux-5.10/arch/sh/kernel/
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()