#define SMRAM_ASEG_CLOSED 0 /* SMRAM is not readable. */
#define SMRAM_ASEG_OPEN 1 /* SMRAM is readable by everybody. */
#define SMRAM_ASEG_SMMCODE 2 /* SMRAM is readable as SMM code only. */
#define SMRAM_ASEG_SMMONLY 3 /* SMRAM is readable as SMM code and data only. */
#define SMRAM_ASEG_CLOSED 0 /* SMRAM is not readable. */
#define SMRAM_ASEG_OPEN 1 /* SMRAM is readable by everybody. */
#define SMRAM_ASEG_SMMCODE 2 /* SMRAM is readable as SMM code only. */
#define SMRAM_ASEG_SMMONLY 3 /* SMRAM is readable as SMM code and data only. */