Home
last modified time | relevance | path

Searched refs:Model (Results 1 – 25 of 52) sorted by relevance

123

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/
DEfiCpuVersion.c48 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/
DEfiCpuVersion.c27 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/
DMetaFileTable.py87 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/
DTableFile.py69 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)
DTableDec.py87 …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)
DTableDsc.py87 …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)
DTableFdf.py88 …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)
DTableInf.py93 …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)
DTableQuery.py62 def Insert(self, Name, Modifier, Value, Model): argument
65 % (self.Table, self.ID, Name, Modifier, Value, Model)
DTablePcd.py83 …def Insert(self, CName, TokenSpaceGuidCName, Token, DatumType, Model, BelongsToFile, BelongsToFunc… argument
87 …% (self.Table, self.ID, CName, TokenSpaceGuidCName, Token, DatumType, Model, BelongsToFile, Belong…
DTableIdentifier.py83 …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/
DMetaFileTable.py111 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 …]
DMetaDataTable.py187 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/
DFdfClassObject.py89 …(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…
DDscClassObject.py467 Model = MODEL_PCD_PATCHABLE_IN_MODULE
469 Model = MODEL_PCD_FIXED_AT_BUILD
477 IncludeFiles = QueryDscItem(self.TblDsc, MODEL_META_DATA_INCLUDE, Model, self.FileID)
482 RecordSet = QueryDscItem(self.TblDsc, Model, -1, self.FileID)
519 Model = MODEL_PCD_FEATURE_FLAG
527 IncludeFiles = QueryDscItem(self.TblDsc, MODEL_META_DATA_INCLUDE, Model, self.FileID)
532 RecordSet = QueryDscItem(self.TblDsc, Model, -1, self.FileID)
570 Model = MODEL_PCD_DYNAMIC_DEFAULT
572 Model = MODEL_PCD_DYNAMIC_EX_DEFAULT
580 IncludeFiles = QueryDscItem(self.TblDsc, MODEL_META_DATA_INCLUDE, Model, self.FileID)
[all …]
DParsing.py179 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/
DDataClass.py267 …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/
DDatabase.py173 ….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:
DCheck.py881 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/
DMiscOemType0x90Function.c50 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/
DDatabase.py176 ….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/MdePkg/Library/UefiLib/
DUefiLib.uni7 // 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/
DCpuIA32.h69 UINT32 Model : 4;
354 IN UINT8 *Model, OPTIONAL
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/Include/
DCpuIA32.h59 UINT32 Model : 4; member
340 IN UINT8 *Model, OPTIONAL
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
DCompatibleDevices.txt3 Brand Model Name Product Name Vendor ID Device ID

123