Home
last modified time | relevance | path

Searched defs:decoded_addr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/edac/
H A Dskx_common.h162 struct decoded_addr { struct
163 struct mce *mce;
164 struct skx_dev *dev;
165 u64 addr;
166 int socket;
167 int imc;
168 int channel;
169 u64 chan_addr;
170 int sktways;
171 int chanways;
[all …]
H A Digen6_edac.c168 struct decoded_addr { struct
169 int mc;
170 u64 imc_addr;
171 u64 sys_addr;
172 int channel_idx;
173 u64 channel_addr;
174 int sub_channel_idx;
175 u64 sub_channel_addr;
/openbmc/linux/arch/sh/kernel/
H A Ddwarf.c226 unsigned long decoded_addr = 0; in dwarf_read_encoded_value() local