Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/cpu/authenticamd/
H A Dauthamd_main.c293 uint_t family = authamd->amd_shared->ans_family; in authamd_read_ecccnt()
294 x86_chiprev_t rev = authamd->amd_shared->ans_rev; in authamd_read_ecccnt()
385 uint_t family = authamd->amd_shared->ans_family; in authamd_clear_ecccnt()
386 x86_chiprev_t rev = authamd->amd_shared->ans_rev; in authamd_clear_ecccnt()
523 authamd->amd_shared = sp; in authamd_init()
564 x86_chiprev_t rev = authamd->amd_shared->ans_rev; in authamd_bankctl_skipinit()
584 x86_chiprev_t rev = authamd->amd_shared->ans_rev; in authamd_bankctl_val()
824 authamd->amd_shared->ans_eccsymsz = "C4"; in authamd_mca_init()
828 authamd->amd_shared->ans_eccsymsz = "C8"; in authamd_mca_init()
1006 mc = authamd->amd_shared->ans_procnodeid % in authamd_ereport_add_resource()
[all …]
H A Dauthamd.h94 struct authamd_nodeshared *amd_shared; member