Home
last modified time | relevance | path

Searched refs:MTRR_LIB_IA32_VARIABLE_MTRR_BASE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Library/
DMtrrLib.h51 #define MTRR_LIB_IA32_VARIABLE_MTRR_BASE 0x200 macro
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/
DMtrrLib.c405 AsmReadMsr64 (MTRR_LIB_IA32_VARIABLE_MTRR_BASE + (Index << 1)); in MtrrGetVariableMtrrWorker()
407 AsmReadMsr64 (MTRR_LIB_IA32_VARIABLE_MTRR_BASE + (Index << 1) + 1); in MtrrGetVariableMtrrWorker()
1813 MTRR_LIB_IA32_VARIABLE_MTRR_BASE + (Index << 1), in MtrrSetMemoryAttributeWorker()
1817 MTRR_LIB_IA32_VARIABLE_MTRR_BASE + (Index << 1) + 1, in MtrrSetMemoryAttributeWorker()
1940 MTRR_LIB_IA32_VARIABLE_MTRR_BASE + (Index << 1), in MtrrSetVariableMtrrWorker()
1944 MTRR_LIB_IA32_VARIABLE_MTRR_BASE + (Index << 1) + 1, in MtrrSetVariableMtrrWorker()