Home
last modified time | relevance | path

Searched refs:MCAMD_DBG_FLOW (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_synd.c185 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, in mcamd_synd_validate()
191 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_synd_validate: " in mcamd_synd_validate()
205 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_eccsynd_decode: " in mcamd_eccsynd_decode()
210 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_eccsynd_decode: " in mcamd_eccsynd_decode()
215 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_eccsynd_decode: " in mcamd_eccsynd_decode()
232 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_cksynd_decode: " in mcamd_cksynd_decode()
241 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, in mcamd_cksynd_decode()
248 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_cksynd_decode: " in mcamd_cksynd_decode()
H A Dmcamd_unumtopa.c50 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa: chip %d " in mcamd_unumtopa()
55 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa: offset " in mcamd_unumtopa()
78 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa; " in mcamd_unumtopa()
101 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa; " in mcamd_unumtopa()
107 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa: matched " in mcamd_unumtopa()
112 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa: " in mcamd_unumtopa()
117 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa: " in mcamd_unumtopa()
128 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_untopa: hoist " in mcamd_unumtopa()
H A Dmcamd_patounum.c83 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_gen: PA 0x%llx not " in iaddr_gen()
100 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_gen: dram hole " in iaddr_gen()
117 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_gen: " in iaddr_gen()
136 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_gen: PA 0x%llx in range " in iaddr_gen()
170 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "cs_match: iaddr 0x%llx " in cs_match()
174 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "cs_match: iaddr 0x%llx " in cs_match()
216 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "cs_sparedto: cs#%d is " in cs_sparedto()
375 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mc_whichdimm: just one " in mc_whichdimm()
388 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mc_whichdimm: 64/8 " in mc_whichdimm()
393 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mc_whichdimm: " in mc_whichdimm()
[all …]
H A Dmcamd_rowcol.c114 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "%s: no bank address mode " in gettbls()
120 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "%s: no dram address map " in gettbls()
127 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "%s: no bank swizzling " in gettbls()
137 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "%s: " in gettbls()
158 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "%s: 0x%llx | 0x%llx --> 0x%llx", in iaddr_add()
188 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_to_row: iaddr 0x%llx --> " in iaddr_to_row()
241 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_to_col: iaddr 0x%llx --> " in iaddr_to_col()
311 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_to_bank: iaddr 0x%llx --> " in iaddr_to_bank()
423 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_unnormalize: iaddr 0x%llx " in iaddr_unnormalize()
501 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mc_offset_to_pa: offset 0x%llx " in mc_offset_to_pa()
[all …]
H A Dmcamd_api.h139 #define MCAMD_DBG_FLOW 0x2 macro