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

/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dcontrolregs.h143 #define AMD_HWCR_MCI_STATUS_WREN 0x40000 /* enable write of MCi_STATUS */ macro
/opensolaris-onvv-gate/usr/src/uts/intel/sys/
H A Dcontrolregs.h199 #define AMD_HWCR_MCI_STATUS_WREN 0x40000 /* enable write of MCi_STATUS */ macro
/opensolaris-onvv-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca.c830 if (!(hwcr & AMD_HWCR_MCI_STATUS_WREN)) {
831 hwcr |= AMD_HWCR_MCI_STATUS_WREN;
844 if (!(hwcr & AMD_HWCR_MCI_STATUS_WREN)) {
845 hwcr &= ~AMD_HWCR_MCI_STATUS_WREN;
/opensolaris-onvv-gate/usr/src/uts/i86pc/cpu/authenticamd/
H A Dauthamd_main.c256 if (!(hwcr & AMD_HWCR_MCI_STATUS_WREN)) {
257 hwcr |= AMD_HWCR_MCI_STATUS_WREN;
267 if (!(hwcr & AMD_HWCR_MCI_STATUS_WREN)) {
268 hwcr &= ~AMD_HWCR_MCI_STATUS_WREN;

Completed in 91 milliseconds