Lines Matching refs:PhysicalAddress
1047 EFI_PHYSICAL_ADDRESS PhysicalAddress; in SmbiosCreateTable() local
1065 PhysicalAddress = 0xffffffff; in SmbiosCreateTable()
1070 &PhysicalAddress in SmbiosCreateTable()
1078 &PhysicalAddress in SmbiosCreateTable()
1085 EntryPointStructure = (SMBIOS_TABLE_ENTRY_POINT *) (UINTN) PhysicalAddress; in SmbiosCreateTable()
1160 PhysicalAddress = 0xffffffff; in SmbiosCreateTable()
1165 &PhysicalAddress in SmbiosCreateTable()
1172 EntryPointStructure->TableAddress = (UINT32) PhysicalAddress; in SmbiosCreateTable()
1239 EFI_PHYSICAL_ADDRESS PhysicalAddress; in SmbiosCreate64BitTable() local
1261 &PhysicalAddress in SmbiosCreate64BitTable()
1268 Smbios30EntryPointStructure = (SMBIOS_TABLE_3_0_ENTRY_POINT *) (UINTN) PhysicalAddress; in SmbiosCreate64BitTable()
1333 &PhysicalAddress in SmbiosCreate64BitTable()
1340 Smbios30EntryPointStructure->TableAddress = PhysicalAddress; in SmbiosCreate64BitTable()