Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3.c307 softsp->memlayoutp = dimminfop; in mc_attach()
314 softsp->memlayoutp = NULL; in mc_attach()
370 if (softsp->memlayoutp != NULL) in mc_attach()
371 kmem_free(softsp->memlayoutp, softsp->size); in mc_attach()
415 instance, softsp->portid, softsp->memlayoutp)); in mc_detach()
427 if (softsp->memlayoutp != NULL) in mc_detach()
428 kmem_free(softsp->memlayoutp, softsp->size); in mc_detach()
876 mc_construct(softsp->portid, softsp->memlayoutp); in mc_get_mcregs()
882 if (softsp->memlayoutp == NULL) in mc_get_mcregs()
903 "reg=0x%lx\n", softsp->memlayoutp, madreg)); in mc_get_mcregs()
[all …]
H A Dmc-us3i.c281 softsp->memlayoutp = dimminfop; in mc_attach()
289 softsp->memlayoutp = NULL; in mc_attach()
331 if (softsp->memlayoutp != NULL) in mc_attach()
332 kmem_free(softsp->memlayoutp, softsp->memlayoutlen); in mc_attach()
372 if (softsp->memlayoutp != NULL) in mc_detach()
373 kmem_free(softsp->memlayoutp, softsp->memlayoutlen); in mc_detach()
1222 struct dimm_info *dimmp = (struct dimm_info *)softsp->memlayoutp; in mc_add_devgrp()
1350 mctrl->dimminfop = (struct dimm_info *)softsp->memlayoutp; in mc_construct()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmc-us3.h50 void *memlayoutp; member
H A Dmc-us3i.h78 void *memlayoutp; member