HomeSort by relevance Sort by last modified time
    Searched refs:VariableSettings (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/
MtrrLib.c 386 @param[out] VariableSettings A buffer to hold variable MTRRs content.
388 @return The VariableSettings input pointer
395 OUT MTRR_VARIABLE_SETTINGS *VariableSettings
404 VariableSettings->Mtrr[Index].Base =
406 VariableSettings->Mtrr[Index].Mask =
409 VariableSettings->Mtrr[Index].Base = MtrrSetting->Variables.Mtrr[Index].Base;
410 VariableSettings->Mtrr[Index].Mask = MtrrSetting->Variables.Mtrr[Index].Mask;
414 return VariableSettings;
420 @param[out] VariableSettings A buffer to hold variable MTRRs content.
422 @return The VariableSettings input pointer
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/
MtrrLib.c 384 @param[out] VariableSettings A buffer to hold variable MTRRs content.
386 @return The VariableSettings input pointer
393 OUT MTRR_VARIABLE_SETTINGS *VariableSettings
402 VariableSettings->Mtrr[Index].Base =
404 VariableSettings->Mtrr[Index].Mask =
407 VariableSettings->Mtrr[Index].Base = MtrrSetting->Variables.Mtrr[Index].Base;
408 VariableSettings->Mtrr[Index].Mask = MtrrSetting->Variables.Mtrr[Index].Mask;
412 return VariableSettings;
418 @param[out] VariableSettings A buffer to hold variable MTRRs content.
420 @return The VariableSettings input pointer
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Library/
MtrrLib.h 210 @param[out] VariableSettings A buffer to hold variable MTRRs content.
218 OUT MTRR_VARIABLE_SETTINGS *VariableSettings
225 @param[in] VariableSettings A buffer to hold variable MTRRs content.
227 @return The pointer of VariableSettings
233 IN MTRR_VARIABLE_SETTINGS *VariableSettings

Completed in 179 milliseconds