/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/ |
D | EfiCpuVersion.c | 48 IN OUT UINT8 *Model, OPTIONAL in EfiCpuVersion() 67 if (Model != NULL || FamilyId != NULL) { in EfiCpuVersion() 70 if (Model != NULL) { in EfiCpuVersion() 71 *Model = (UINT8) ((Register.RegEax >> 4) & 0xF); in EfiCpuVersion() 73 *Model = (UINT8) (*Model | ((Register.RegEax >> 12) & 0xF0)); in EfiCpuVersion()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/ |
D | EfiCpuVersion.c | 27 IN OUT UINT8 *Model, OPTIONAL in EfiCpuVersion() argument 57 if (Model != NULL || FamilyId != NULL) { in EfiCpuVersion() 60 if (Model != NULL) { in EfiCpuVersion() 61 *Model = (UINT8) ((Register.RegEax >> 4) & 0xF); in EfiCpuVersion() 63 *Model = (UINT8) (*Model | ((Register.RegEax >> 12) & 0xF0)); in EfiCpuVersion()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
D | MetaFileTable.py | 87 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', argument 92 Model, 116 def Query(self, Model, Arch=None, Platform=None): argument 117 ConditionString = "Model=%s AND Enabled>=0" % Model 170 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', argument 175 Model, 197 def Query(self, Model, Arch=None): argument 198 ConditionString = "Model=%s AND Enabled>=0" % Model 251 …def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', BelongsToItem=-1… argument 256 Model, [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/ |
D | TableFile.py | 69 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp): argument 73 … % (self.Table, self.ID, Name, ExtName, Path, FullPath, Model, TimeStamp) 86 def InsertFile(self, FileFullPath, Model): argument 90 File = FileClass(-1, Name, Ext, Filepath, FileFullPath, Model, '', [], [], []) 91 return self.Insert(File.Name, File.ExtName, File.Path, File.FullPath, File.Model, TimeStamp)
|
D | TableFdf.py | 88 …def Insert(self, Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, Star… argument 92 …% (self.Table, self.ID, Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFil… 103 def Query(self, Model): argument 106 and Enabled > -1""" % (self.Table, Model)
|
D | TableDec.py | 87 …def Insert(self, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile… argument 91 …% (self.Table, self.ID, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLi… 102 def Query(self, Model): argument 105 and Enabled > -1""" % (self.Table, Model)
|
D | TableDsc.py | 87 …def Insert(self, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, Sta… argument 91 …% (self.Table, self.ID, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLi… 102 def Query(self, Model): argument 105 and Enabled > -1""" % (self.Table, Model)
|
D | TableInf.py | 93 …def Insert(self, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile… argument 97 …% (self.Table, self.ID, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, Belong… 108 def Query(self, Model): argument 111 and Enabled > -1""" % (self.Table, Model)
|
D | TableQuery.py | 62 def Insert(self, Name, Modifier, Value, Model): argument 65 % (self.Table, self.ID, Name, Modifier, Value, Model)
|
D | TablePcd.py | 83 …def Insert(self, CName, TokenSpaceGuidCName, Token, DatumType, Model, BelongsToFile, BelongsToFunc… argument 87 …% (self.Table, self.ID, CName, TokenSpaceGuidCName, Token, DatumType, Model, BelongsToFile, Belong…
|
D | TableIdentifier.py | 83 …def Insert(self, Modifier, Type, Name, Value, Model, BelongsToFile, BelongsToFunction, StartLine, … argument 87 …% (self.Table, self.ID, Modifier, Type, Name, Value, Model, BelongsToFile, BelongsToFunction, Star…
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
D | MetaFileTable.py | 111 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', argument 116 Model, 138 def Query(self, Model, Arch=None, Platform=None, BelongsToItem=None): argument 139 ConditionString = "Model=%s AND Enabled>=0" % Model 193 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', argument 198 Model, 219 def Query(self, Model, Arch=None): argument 220 ConditionString = "Model=%s AND Enabled>=0" % Model 307 …def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', BelongsToItem=-1… argument 312 Model, [all …]
|
D | MetaDataTable.py | 187 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp): argument 195 Model, 208 def InsertFile(self, File, Model): argument 214 Model,
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | FdfClassObject.py | 89 …(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLin… 94 Model = MODEL_PCD 100 …self.TblFdf.Insert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, S… 102 Model = MODEL_META_DATA_COMPONENT 108 …self.TblFdf.Insert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, S…
|
D | DscClassObject.py | 472 Model = MODEL_PCD_PATCHABLE_IN_MODULE 474 Model = MODEL_PCD_FIXED_AT_BUILD 482 IncludeFiles = QueryDscItem(self.TblDsc, MODEL_META_DATA_INCLUDE, Model, self.FileID) 487 RecordSet = QueryDscItem(self.TblDsc, Model, -1, self.FileID) 524 Model = MODEL_PCD_FEATURE_FLAG 532 IncludeFiles = QueryDscItem(self.TblDsc, MODEL_META_DATA_INCLUDE, Model, self.FileID) 537 RecordSet = QueryDscItem(self.TblDsc, Model, -1, self.FileID) 575 Model = MODEL_PCD_DYNAMIC_DEFAULT 577 Model = MODEL_PCD_DYNAMIC_EX_DEFAULT 585 IncludeFiles = QueryDscItem(self.TblDsc, MODEL_META_DATA_INCLUDE, Model, self.FileID) [all …]
|
D | Parsing.py | 179 def QueryDscItem(Table, Model, BelongsToItem, BelongsToFile): argument 184 and Enabled > -1""" % (Table.Table, Model, BelongsToItem, BelongsToFile) 196 def QueryDecItem(Table, Model, BelongsToItem): argument 200 and Enabled > -1""" % (Table.Table, Model, BelongsToItem) 212 def QueryInfItem(Table, Model, BelongsToItem): argument 216 and Enabled > -1""" % (Table.Table, Model, BelongsToItem) 804 def InsertSectionItems(Model, CurrentSection, SectionItemList, ArchList, ThirdList, RecordSet): argument 812 Records = RecordSet[Model] 827 RecordSet[Model] = Records 842 def InsertSectionItemsIntoDatabase(Table, FileID, Filename, Model, CurrentSection, SectionItemList,… argument [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/ |
D | DataClass.py | 267 …def __init__(self, ID = -1, Modifier = '', Type = '', Name = '', Value = '', Model = MODEL_UNKNOWN… argument 274 self.Model = Model 313 …ID = -1, CName = '', TokenSpaceGuidCName = '', Token = '', DatumType = '', Model = MODEL_UNKNOWN, \ argument 354 …def __init__(self, ID = -1, Name = '', ExtName = '', Path = '', FullPath = '', Model = MODEL_UNKNO… argument 361 self.Model = Model
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | Database.py | 173 ….TblFile.Insert(File.Name, File.ExtName, File.Path, File.FullPath, Model = File.Model, TimeStamp =… 175 if File.Model == DataClass.MODEL_FILE_C or File.Model == DataClass.MODEL_FILE_H: 191 …Insert(Identifier.Modifier, Identifier.Type, Identifier.Name, Identifier.Value, Identifier.Model, \ 197 …dID = self.TblPcd.Insert(Pcd.CName, Pcd.TokenSpaceGuidCName, Pcd.Token, Pcd.DatumType, Pcd.Model, \ 203 …Insert(Identifier.Modifier, Identifier.Type, Identifier.Name, Identifier.Value, Identifier.Model, \ 209 …dID = self.TblPcd.Insert(Pcd.CName, Pcd.TokenSpaceGuidCName, Pcd.Token, Pcd.DatumType, Pcd.Model, \ 231 Model = Record[4] 252 if Model == DataClass.MODEL_IDENTIFIER_COMMENT:
|
D | Check.py | 881 Model = Pcd[1] 902 … if Model in [MODEL_PCD_FIXED_AT_BUILD] and not FunName.startswith('FixedPcdGet'): 904 …if Model in [MODEL_PCD_FEATURE_FLAG] and (not FunName.startswith('FeaturePcdGet') and not FunName.… 906 …if Model in [MODEL_PCD_PATCHABLE_IN_MODULE] and (not FunName.startswith('PatchablePcdGet') and not… 1054 Model = Record[1] 1063 if Model in [MODEL_PCD_FIXED_AT_BUILD, MODEL_PCD_FEATURE_FLAG] \ 1068 … if Model in [MODEL_PCD_PATCHABLE_IN_MODULE, MODEL_PCD_DYNAMIC, MODEL_PCD_DYNAMIC_EX] \ 1079 def CheckGuidProtocolPpi(self, ErrorID, Model, Table): argument 1081 if Model == MODEL_EFI_GUID: 1083 if Model == MODEL_EFI_PROTOCOL: [all …]
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/ |
D | MiscOemType0x90Function.c | 50 UINT8 Model; in GetCPUStepping() 55 EfiCpuVersion (&FamilyId, &Model, &SteppingId, &ProcessorType); in GetCPUStepping() 60 Model = Model & 0xf; in GetCPUStepping() 65 UnicodeSPrint (Buffer, sizeof (Buffer), L"%d/%d/%d", FamilyId, Model, SteppingId); in GetCPUStepping()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
D | Database.py | 176 ….TblFile.Insert(File.Name, File.ExtName, File.Path, File.FullPath, Model = File.Model, TimeStamp =… 190 …Insert(Identifier.Modifier, Identifier.Type, Identifier.Name, Identifier.Value, Identifier.Model, \ 194 …Insert(Identifier.Modifier, Identifier.Type, Identifier.Name, Identifier.Value, Identifier.Model, \
|
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/ |
D | CompatibleDevices.txt | 3 Brand Model Name Product Name Vendor ID Device ID
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/ |
D | UefiLib.uni | 7 // EFI Driver Model related protocols, manage Unicode string tables for UEFI Drivers, 24 …imple locks utilizing EFI Task Priority Levels (TPLs), install EFI Driver Model related protocols,…
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/ |
D | CpuIA32.h | 69 UINT32 Model : 4; 354 IN UINT8 *Model, OPTIONAL
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/Include/ |
D | CpuIA32.h | 59 UINT32 Model : 4; member 340 IN UINT8 *Model, OPTIONAL
|