Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/cpu/authenticamd/
H A Dauthamd.h68 struct authamd_nodeshared { struct
94 struct authamd_nodeshared *amd_shared; argument
H A Dauthamd_main.c217 static struct authamd_nodeshared *authamd_shared[AUTHAMD_MAX_NODES];
485 struct authamd_nodeshared *sp, *osp; in authamd_init()
509 sp = kmem_zalloc(sizeof (struct authamd_nodeshared), KM_SLEEP); in authamd_init()
518 kmem_free(sp, sizeof (struct authamd_nodeshared)); in authamd_init()
837 struct authamd_nodeshared *ansp = authamd->amd_shared; in authamd_poll_ownermask()