Searched refs:PRINT_BIT_FIELD (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/ |
D | Cpuid.c | 23 #define PRINT_BIT_FIELD(Variable, FieldName) \ macro 235 PRINT_BIT_FIELD (Eax, SteppingId); in CpuidVersionInfo() 236 PRINT_BIT_FIELD (Eax, Model); in CpuidVersionInfo() 237 PRINT_BIT_FIELD (Eax, FamilyId); in CpuidVersionInfo() 238 PRINT_BIT_FIELD (Eax, ProcessorType); in CpuidVersionInfo() 239 PRINT_BIT_FIELD (Eax, ExtendedModelId); in CpuidVersionInfo() 240 PRINT_BIT_FIELD (Eax, ExtendedFamilyId); in CpuidVersionInfo() 241 PRINT_BIT_FIELD (Ebx, BrandIndex); in CpuidVersionInfo() 242 PRINT_BIT_FIELD (Ebx, CacheLineSize); in CpuidVersionInfo() 243 PRINT_BIT_FIELD (Ebx, MaximumAddressableIdsForLogicalProcessors); in CpuidVersionInfo() [all …]
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
D | PrintInfo.c | 73 #define PRINT_BIT_FIELD(pStruct, type, element, size) \ macro 349 PRINT_BIT_FIELD (Struct, Type1, Uuid, 16); in SmbiosPrintStructure() 394 PRINT_BIT_FIELD (Struct, Type3, OemDefined, 4); in SmbiosPrintStructure() 414 PRINT_BIT_FIELD (Struct, Type4, ProcessorId, 8); in SmbiosPrintStructure() 579 PRINT_BIT_FIELD (Struct, Type13, Reserved, 15); in SmbiosPrintStructure() 932 PRINT_BIT_FIELD (Struct, Type32, Reserved, 6); in SmbiosPrintStructure()
|