Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcontrolregs.h141 #define AMD_HWCR_MCI_STATUS_WREN 0x40000 /* enable write of MCi_STATUS */ macro
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca.c832 if (!(hwcr & AMD_HWCR_MCI_STATUS_WREN)) { in ao_bankstatus_prewrite()
833 hwcr |= AMD_HWCR_MCI_STATUS_WREN; in ao_bankstatus_prewrite()
846 if (!(hwcr & AMD_HWCR_MCI_STATUS_WREN)) { in ao_bankstatus_postwrite()
847 hwcr &= ~AMD_HWCR_MCI_STATUS_WREN; in ao_bankstatus_postwrite()
/illumos-gate/usr/src/uts/i86pc/cpu/authenticamd/
H A Dauthamd_main.c257 if (!(hwcr & AMD_HWCR_MCI_STATUS_WREN)) { in authamd_bankstatus_prewrite()
258 hwcr |= AMD_HWCR_MCI_STATUS_WREN; in authamd_bankstatus_prewrite()
268 if (!(hwcr & AMD_HWCR_MCI_STATUS_WREN)) { in authamd_bankstatus_postwrite()
269 hwcr &= ~AMD_HWCR_MCI_STATUS_WREN; in authamd_bankstatus_postwrite()
/illumos-gate/usr/src/uts/intel/sys/
H A Dcontrolregs.h231 #define AMD_HWCR_MCI_STATUS_WREN 0x40000 /* enable write of MCi_STATUS */ macro