Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/edac/
Dskx_edac.c100 struct decoded_addr { struct
581 static bool skx_sad_decode(struct decoded_addr *res) in skx_sad_decode()
719 static bool skx_tad_decode(struct decoded_addr *res) in skx_tad_decode()
780 static bool skx_rir_decode(struct decoded_addr *res) in skx_rir_decode()
862 static bool skx_mad_decode(struct decoded_addr *r) in skx_mad_decode()
890 static bool skx_decode(struct decoded_addr *res) in skx_decode()
908 struct decoded_addr res; in debugfs_u64_set()
946 struct decoded_addr *res) in skx_mce_output_error()
1031 struct decoded_addr res; in skx_mce_check_error()
/Linux-v4.19/arch/sh/kernel/
Ddwarf.c229 unsigned long decoded_addr = 0; in dwarf_read_encoded_value() local
236 decoded_addr = (unsigned long)addr; in dwarf_read_encoded_value()
250 decoded_addr += get_unaligned((u32 *)addr); in dwarf_read_encoded_value()
251 __raw_writel(decoded_addr, val); in dwarf_read_encoded_value()