Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_main.c47 static struct ao_chipshared *ao_shared[AO_MAX_CHIPS];
60 struct ao_chipshared *sp, *osp; in ao_ms_init()
96 sp = kmem_zalloc(sizeof (struct ao_chipshared), KM_SLEEP); in ao_ms_init()
102 kmem_free(sp, sizeof (struct ao_chipshared)); in ao_ms_init()
H A Dao.h128 struct ao_chipshared { struct
154 struct ao_chipshared *ao_ms_shared; argument