cpu/x86/mtrr.h: Rename MSR SMRR_PHYS_x to IA32_SMRR_PHYSx
This is how these MSR's are referenced in Intel® 64 and IA-32 Architectures Software Developer’s Manual. The purpose is to differentiate with MSR_SMRR_PHYSx. Change-Id: I54875f3a6d98a28004d5bd3197923862af8f7377 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/27584 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
6b27c38f4a
commit
e750b38e48
@@ -28,8 +28,8 @@
|
||||
#define MTRR_DEF_TYPE_FIX_EN (1 << 10)
|
||||
|
||||
|
||||
#define SMRR_PHYS_BASE 0x1f2
|
||||
#define SMRR_PHYS_MASK 0x1f3
|
||||
#define IA32_SMRR_PHYS_BASE 0x1f2
|
||||
#define IA32_SMRR_PHYS_MASK 0x1f3
|
||||
|
||||
#define MTRR_PHYS_BASE(reg) (0x200 + 2 * (reg))
|
||||
#define MTRR_PHYS_MASK(reg) (MTRR_PHYS_BASE(reg) + 1)
|
||||
|
Reference in New Issue
Block a user