HomeSort by relevance Sort by last modified time
    Searched defs:Mtrr (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
Mtrr.c 33 Display a fixed MTRR row
257 MTRR_SETTINGS Mtrr;
410 MtrrGetAllMtrrs ( &Mtrr );
434 for ( Count = 0; DIM ( Mtrr.Fixed.Mtrr ) > Count; Count++ ) {
466 Mtrr.Fixed.Mtrr[ Count ]);
542 PreviousType = Mtrr.Fixed.Mtrr[ 0 ] & 0xff;
545 for ( Count = 0; DIM ( Mtrr.Fixed.Mtrr ) > Count; Count++ )
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Library/
MtrrLib.h 2 MTRR setting library
28 // Firmware need reserve 2 MTRR for OS
63 // Structure to describe a fixed MTRR
72 // Structure to describe a variable MTRR
84 // Structure to hold base and mask pair for variable MTRR register
95 MTRR_VARIABLE_SETTING Mtrr[MTRR_NUMBER_OF_VARIABLE_MTRR];
102 UINT64 Mtrr[MTRR_NUMBER_OF_FIXED_MTRR];
133 Returns the variable MTRR count for the CPU.
135 @return Variable MTRR count
145 Returns the firmware usable variable MTRR count for the CPU.
    [all...]

Completed in 141 milliseconds