aboutsummaryrefslogtreecommitdiff
path: root/src/include/cpu/intel/msr.h
blob: 9dbea776dd767c39bed5e558c05911cafbb5787a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef CPU_INTEL_MSR_H
#define CPU_INTEL_MSR_H

/*
 * Common MSRs for Intel CPUs
 */

#define MSR_FEATURE_CONFIG	0x13c
#define  AESNI_DISABLE		(1 << 1)
#define  AESNI_LOCK		(1 << 0)

#define MSR_PIC_MSG_CONTROL	0x2e

#endif /* CPU_INTEL_MSR_H */