Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_patounum.c204 for (cs = mcamd_cs_next(hdl, mc, NULL); cs != NULL; in cs_sparedto()
205 cs = mcamd_cs_next(hdl, mc, cs)) { in cs_sparedto()
534 for (cs = mcamd_cs_next(hdl, mc, NULL); cs != NULL; in mc_bkdg_patounum()
535 cs = mcamd_cs_next(hdl, mc, cs)) { in mc_bkdg_patounum()
635 for (cs = mcamd_cs_next(hdl, mc, NULL); cs != NULL; in mc_patounum()
636 cs = mcamd_cs_next(hdl, mc, cs)) { in mc_patounum()
H A Dmcamd_rowcol.c516 for (cs = mcamd_cs_next(hdl, dimm, NULL); cs != NULL; in mc_offset_to_pa()
517 cs = mcamd_cs_next(hdl, dimm, cs)) { in mc_offset_to_pa()
554 for (cs = mcamd_cs_next(hdl, mc, NULL); cs != NULL; in mc_offset_to_pa()
555 cs = mcamd_cs_next(hdl, mc, cs)) { in mc_offset_to_pa()
H A Dmcamd_api.h224 extern mcamd_node_t *mcamd_cs_next(struct mcamd_hdl *, mcamd_node_t *,
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c98 mcamd_cs_next(mcamd_hdl_t *hdl, mcamd_node_t *node, mcamd_node_t *last) in mcamd_cs_next() function