Searched defs:CacheType (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/
H A DCpuDxe.c627 MTRR_MEMORY_CACHE_TYPE CacheType; local
646 CacheType = CacheUncacheable;
650 CacheType = CacheWriteCombining;
654 CacheType = CacheWriteThrough;
658 CacheType = CacheWriteProtected;
662 CacheType = CacheWriteBack;
680 CacheType
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/MtrrLib/
H A DMtrrLib.c1204 MTRR_MEMORY_CACHE_TYPE CacheType; local
1271 CacheType = GetMemoryCacheTypeFromMtrrType (MtrrType);
1273 return CacheType;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPal.h21 /// 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
2727 UINT64 CacheType:2; ///< Bit2:1 Indicates which cache should be used member in struct:__anon11689
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Guid/
H A DDataHubRecords.h986 EFI_CACHE_TYPE_DATA CacheType; member in union:__anon10606

Completed in 75 milliseconds