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

  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/
ProcessorSubClass.c 149 0xFFFF, //L3CacheHandle
196 0xFFFF, //L3CacheHandle
338 @param[out] L3CacheHandle Pointer to the handle of the L3 Cache SMBIOS record.
346 OUT EFI_SMBIOS_HANDLE *L3CacheHandle
422 *L3CacheHandle = SmbiosHandle;
458 EFI_SMBIOS_HANDLE L3CacheHandle;
504 Status = AddSmbiosCacheTypeTable (ProcessorNumber, &L1CacheHandle, &L2CacheHandle, &L3CacheHandle);
555 L3CacheHandle = 0xFFFF;
610 Type4Record->L3CacheHandle = L3CacheHandle;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscProcessorInformationFunction.c 181 UINT16 L3CacheHandle=0;
430 GetCacheHandle( Smbios,3, &L3CacheHandle);
437 SmbiosRecord->L3CacheHandle = L3CacheHandle;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Smbios.h 161 UINT16 L3CacheHandle;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SmBios.h     [all...]

Completed in 160 milliseconds