Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/cpu/authenticamd/
H A Dauthamd_main.c222 return (atomic_set_long_excl(&authamd->amd_shared->ans_cfgonce, in authamd_chip_once()
291 uint_t procnodeid = authamd->amd_shared->ans_procnodeid; in authamd_read_ecccnt()
292 uint_t family = authamd->amd_shared->ans_family; in authamd_read_ecccnt()
293 uint32_t rev = authamd->amd_shared->ans_rev; in authamd_read_ecccnt()
383 uint_t procnodeid = authamd->amd_shared->ans_procnodeid; in authamd_clear_ecccnt()
384 uint_t family = authamd->amd_shared->ans_family; in authamd_clear_ecccnt()
385 uint32_t rev = authamd->amd_shared->ans_rev; in authamd_clear_ecccnt()
522 authamd->amd_shared = sp; in authamd_init()
563 uint32_t rev = authamd->amd_shared->ans_rev; in authamd_bankctl_skipinit()
565 if (authamd->amd_shared->ans_family == AUTHAMD_FAMILY_6) in authamd_bankctl_skipinit()
[all …]
H A Dauthamd.h94 struct authamd_nodeshared *amd_shared; member