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

  /external/ImageMagick/MagickCore/
cache.h 35 } CacheType;
37 extern MagickExport CacheType
cache-private.h 154 CacheType
matrix.c 66 CacheType
    [all...]
cache.c     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuDxe.c 367 MTRR_MEMORY_CACHE_TYPE CacheType;
389 CacheType = CacheUncacheable;
393 CacheType = CacheWriteCombining;
397 CacheType = CacheWriteThrough;
401 CacheType = CacheWriteProtected;
405 CacheType = CacheWriteBack;
423 CacheType
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/
DataHubSubClassCache.h 149 EFI_CACHE_TYPE_DATA CacheType;
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseCacheLib/
CacheLib.c 43 Check if CacheType match current default setting.
585 UINT64 CacheType;
593 CacheType = EFI_CACHE_UNCACHEABLE;
598 AsmWriteMsr64(EFI_MSR_CACHE_IA32_MTRR_DEF_TYPE, CacheType);
685 Check if CacheType match current default setting.
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseCacheLib/
CacheLib.c 43 Check if CacheType match current default setting.
585 UINT64 CacheType;
593 CacheType = EFI_CACHE_UNCACHEABLE;
598 AsmWriteMsr64(EFI_MSR_CACHE_IA32_MTRR_DEF_TYPE, CacheType);
685 Check if CacheType match current default setting.
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
SetupInfoRecords.c 452 @param CacheType Cache type, see definition of EFI_CACHE_TYPE_DATA.
461 IN EFI_CACHE_TYPE_DATA* CacheType)
499 if(CacheType){
500 *CacheType = CacheVariableRecord->CacheType;
630 EFI_CACHE_TYPE_DATA CacheType;
631 if (EFI_SUCCESS == GetCacheType(DataHeader->Instance, DataHeader->SubInstance,&CacheType)){
632 if (CacheType == EfiCacheTypeData) {
634 } else if (CacheType == EfiCacheTypeInstruction) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Pal.h 21 /// CacheType of PAL_CACHE_FLUSH.
47 @param CacheType Unsigned 64-bit integer indicating
142 @param CacheType Unsigned 64-bit integer with a value of 1
171 /// CacheType
198 @param CacheType Unsigned 64-bit integer with a value of 1 to
267 @param CacheType Unsigned 64-bit integer with a value of 1
329 @param CacheType Unsigned 64-bit integer with a value of 1
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/
MtrrLib.c 1168 MTRR_MEMORY_CACHE_TYPE CacheType;
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/
MtrrLib.c 1144 MTRR_MEMORY_CACHE_TYPE CacheType;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
Cpuid.c 468 if (Eax.Bits.CacheType != CPUID_CACHE_PARAMS_CACHE_TYPE_NULL) {
471 PRINT_BIT_FIELD (Eax, CacheType);
486 } while (Eax.Bits.CacheType != CPUID_CACHE_PARAMS_CACHE_TYPE_NULL);
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
Cpuid.h     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Guid/
DataHubRecords.h     [all...]

Completed in 236 milliseconds