Home
last modified time | relevance | path

Searched defs:Model (Results 1 – 25 of 28) sorted by relevance

12

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
DMetaFileTable.py87 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', argument
116 def Query(self, Model, Arch=None, Platform=None): argument
170 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', argument
197 def Query(self, Model, Arch=None): argument
251 …def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', BelongsToItem=-1… argument
282 def Query(self, Model, Scope1=None, Scope2=None, BelongsToItem=None, FromItem=None): argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DMetaFileTable.py111 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', argument
138 def Query(self, Model, Arch=None, Platform=None, BelongsToItem=None): argument
193 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', argument
219 def Query(self, Model, Arch=None): argument
307 …def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', BelongsToItem=-1… argument
337 def Query(self, Model, Scope1=None, Scope2=None, BelongsToItem=None, FromItem=None): argument
DMetaDataTable.py187 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp): argument
208 def InsertFile(self, File, Model): argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
DTableFile.py69 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp): argument
86 def InsertFile(self, FileFullPath, Model): argument
DTableDsc.py87 …def Insert(self, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, Sta… argument
102 def Query(self, Model): argument
DTableFdf.py88 …def Insert(self, Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, Star… argument
103 def Query(self, Model): argument
DTableInf.py93 …def Insert(self, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile… argument
108 def Query(self, Model): argument
DTableDec.py87 …def Insert(self, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile… argument
102 def Query(self, Model): argument
DTableQuery.py62 def Insert(self, Name, Modifier, Value, Model): argument
DTablePcd.py83 …def Insert(self, CName, TokenSpaceGuidCName, Token, DatumType, Model, BelongsToFile, BelongsToFunc… argument
DTableIdentifier.py83 …def Insert(self, Modifier, Type, Name, Value, Model, BelongsToFile, BelongsToFunction, StartLine, … argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/
DEfiCpuVersion.c27 IN OUT UINT8 *Model, OPTIONAL in EfiCpuVersion()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/
DEfiCpuVersion.c38 @param FamilyId FamilyId, including ExtendedFamilyId in EfiCpuVersion()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DParsing.py179 def QueryDscItem(Table, Model, BelongsToItem, BelongsToFile): argument
196 def QueryDecItem(Table, Model, BelongsToItem): argument
212 def QueryInfItem(Table, Model, BelongsToItem): argument
804 def InsertSectionItems(Model, CurrentSection, SectionItemList, ArchList, ThirdList, RecordSet): argument
842 def InsertSectionItemsIntoDatabase(Table, FileID, Filename, Model, CurrentSection, SectionItemList,… argument
DDscClassObject.py925 def ParseInclude(self, LineValue, StartLine, Table, FileID, Filename, SectionName, Model, Arch): argument
939 def ParseDefine(self, LineValue, StartLine, Table, FileID, Filename, SectionName, Model, Arch): argument
952 …def ParseDefinesSection(self, LineValue, StartLine, Table, FileID, Filename, SectionName, Model, A… argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DDataClass.py267 …def __init__(self, ID = -1, Modifier = '', Type = '', Name = '', Value = '', Model = MODEL_UNKNOWN… argument
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
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DReport.py192 def GeneratePpiProtocol(self, Model, Name, Guid, Type, CName): argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DCheck.py1079 def CheckGuidProtocolPpi(self, ErrorID, Model, Table): argument
1102 def CheckGuidProtocolPpiValue(self, ErrorID, Model): argument
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscOemType0x90Function.c41 #include <Protocol/DxeSmmReadyToLock.h> in GetCPUStepping()
42 in GetCPUStepping()
43 in GetCPUStepping()
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
DMicrocode.h44 UINT32 Model:4; member
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DParsing.py744 def InsertSectionItems(Model, SectionItemList, ArchList, \ argument
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
DCpuIA32.h61 typedef struct {
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/Include/
DCpuIA32.h59 UINT32 Model : 4; member
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
DPlatformCpuInfo.h63 typedef struct {
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
DSetupInfoRecords.c913 UpdateCPUInformation ()

12