Home
last modified time | relevance | path

Searched refs:TempAddress (Results 1 – 25 of 38) sorted by relevance

12

/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/
H A DPlatformInitPreMem.c305 EFI_PHYSICAL_ADDRESS TempAddress; in BaseMemoryTest() local
335 TempAddress = BeginAddress; in BaseMemoryTest()
336 while (TempAddress < BeginAddress + MemoryLength) { in BaseMemoryTest()
337 (*(UINT32 *) (UINTN) TempAddress) = TestPattern; in BaseMemoryTest()
338 TempAddress += SpanSize; in BaseMemoryTest()
343 TempAddress = BeginAddress; in BaseMemoryTest()
344 while (TempAddress < BeginAddress + MemoryLength) { in BaseMemoryTest()
345 if ((*(UINT32 *) (UINTN) TempAddress) != TestPattern) { in BaseMemoryTest()
346 *ErrorAddress = TempAddress; in BaseMemoryTest()
350 TempAddress += SpanSize; in BaseMemoryTest()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/Intel/QuarkPlatformPkg/Platform/Pei/PlatformInit/
H A DMrcWrapper.c1349 EFI_PHYSICAL_ADDRESS TempAddress; in BaseMemoryTest() local
1377 TempAddress = BeginAddress; in BaseMemoryTest()
1378 while (TempAddress < BeginAddress + MemoryLength) { in BaseMemoryTest()
1379 (*(UINT32 *) (UINTN) TempAddress) = TestPattern; in BaseMemoryTest()
1380 TempAddress += SpanSize; in BaseMemoryTest()
1385 TempAddress = BeginAddress; in BaseMemoryTest()
1386 while (TempAddress < BeginAddress + MemoryLength) { in BaseMemoryTest()
1387 if ((*(UINT32 *) (UINTN) TempAddress) != TestPattern) { in BaseMemoryTest()
1388 *ErrorAddress = TempAddress; in BaseMemoryTest()
1389 DEBUG ((EFI_D_ERROR, "Memory test failed at 0x%x.\n", TempAddress)); in BaseMemoryTest()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DComp.c114 UINTN TempAddress; in ShellCommandRunComp() local
133 TempAddress = 0; in ShellCommandRunComp()
255 TempAddress++; in ShellCommandRunComp()
271 DiffPointAddress = TempAddress; in ShellCommandRunComp()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DComp.c114 UINTN TempAddress; in ShellCommandRunComp() local
133 TempAddress = 0; in ShellCommandRunComp()
255 TempAddress++; in ShellCommandRunComp()
271 DiffPointAddress = TempAddress; in ShellCommandRunComp()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DComp.c114 UINTN TempAddress; in ShellCommandRunComp() local
133 TempAddress = 0; in ShellCommandRunComp()
255 TempAddress++; in ShellCommandRunComp()
271 DiffPointAddress = TempAddress; in ShellCommandRunComp()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DComp.c114 UINTN TempAddress; in ShellCommandRunComp() local
133 TempAddress = 0; in ShellCommandRunComp()
255 TempAddress++; in ShellCommandRunComp()
271 DiffPointAddress = TempAddress; in ShellCommandRunComp()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DComp.c114 UINTN TempAddress; in ShellCommandRunComp() local
133 TempAddress = 0; in ShellCommandRunComp()
255 TempAddress++; in ShellCommandRunComp()
271 DiffPointAddress = TempAddress; in ShellCommandRunComp()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DComp.c114 UINTN TempAddress; in ShellCommandRunComp() local
133 TempAddress = 0; in ShellCommandRunComp()
255 TempAddress++; in ShellCommandRunComp()
271 DiffPointAddress = TempAddress; in ShellCommandRunComp()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DComp.c114 UINTN TempAddress; in ShellCommandRunComp() local
133 TempAddress = 0; in ShellCommandRunComp()
255 TempAddress++; in ShellCommandRunComp()
271 DiffPointAddress = TempAddress; in ShellCommandRunComp()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DComp.c226 UINTN TempAddress; in ShellCommandRunComp() local
245 TempAddress = 0; in ShellCommandRunComp()
374 TempAddress++; in ShellCommandRunComp()
390 DiffPointAddress = TempAddress; in ShellCommandRunComp()
/dports/sysutils/edk2/edk2-edk2-stable202102/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DComp.c226 UINTN TempAddress;
245 TempAddress = 0;
374 TempAddress++;
390 DiffPointAddress = TempAddress;
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciResourceSupport.c1879 UINT64 TempAddress; in ProgramP2C() local
1919 TempAddress = Address + Node->Length - 1; in ProgramP2C()
1925 &TempAddress in ProgramP2C()
1986 TempAddress = Address + Node->Length - 1; in ProgramP2C()
1993 &TempAddress in ProgramP2C()
2055 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2061 &TempAddress in ProgramP2C()
2079 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2085 &TempAddress in ProgramP2C()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciResourceSupport.c1898 UINT64 TempAddress; in ProgramP2C() local
1938 TempAddress = Address + Node->Length - 1; in ProgramP2C()
1944 &TempAddress in ProgramP2C()
2005 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2012 &TempAddress in ProgramP2C()
2074 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2080 &TempAddress in ProgramP2C()
2098 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2104 &TempAddress in ProgramP2C()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciResourceSupport.c1898 UINT64 TempAddress; in ProgramP2C() local
1938 TempAddress = Address + Node->Length - 1; in ProgramP2C()
1944 &TempAddress in ProgramP2C()
2005 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2012 &TempAddress in ProgramP2C()
2074 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2080 &TempAddress in ProgramP2C()
2098 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2104 &TempAddress in ProgramP2C()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciResourceSupport.c1898 UINT64 TempAddress; in ProgramP2C() local
1938 TempAddress = Address + Node->Length - 1; in ProgramP2C()
1944 &TempAddress in ProgramP2C()
2005 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2012 &TempAddress in ProgramP2C()
2074 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2080 &TempAddress in ProgramP2C()
2098 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2104 &TempAddress in ProgramP2C()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciResourceSupport.c1898 UINT64 TempAddress; in ProgramP2C() local
1938 TempAddress = Address + Node->Length - 1; in ProgramP2C()
1944 &TempAddress in ProgramP2C()
2005 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2012 &TempAddress in ProgramP2C()
2074 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2080 &TempAddress in ProgramP2C()
2098 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2104 &TempAddress in ProgramP2C()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciResourceSupport.c1898 UINT64 TempAddress; in ProgramP2C() local
1938 TempAddress = Address + Node->Length - 1; in ProgramP2C()
1944 &TempAddress in ProgramP2C()
2005 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2012 &TempAddress in ProgramP2C()
2074 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2080 &TempAddress in ProgramP2C()
2098 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2104 &TempAddress in ProgramP2C()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciResourceSupport.c1898 UINT64 TempAddress; in ProgramP2C() local
1938 TempAddress = Address + Node->Length - 1; in ProgramP2C()
1944 &TempAddress in ProgramP2C()
2005 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2012 &TempAddress in ProgramP2C()
2074 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2080 &TempAddress in ProgramP2C()
2098 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2104 &TempAddress in ProgramP2C()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciResourceSupport.c1898 UINT64 TempAddress; in ProgramP2C() local
1938 TempAddress = Address + Node->Length - 1; in ProgramP2C()
1944 &TempAddress in ProgramP2C()
2005 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2012 &TempAddress in ProgramP2C()
2074 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2080 &TempAddress in ProgramP2C()
2098 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2104 &TempAddress in ProgramP2C()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciResourceSupport.c1898 UINT64 TempAddress; in ProgramP2C() local
1938 TempAddress = Address + Node->Length - 1; in ProgramP2C()
1944 &TempAddress in ProgramP2C()
2005 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2012 &TempAddress in ProgramP2C()
2074 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2080 &TempAddress in ProgramP2C()
2098 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2104 &TempAddress in ProgramP2C()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciResourceSupport.c1898 UINT64 TempAddress; in ProgramP2C() local
1938 TempAddress = Address + Node->Length - 1; in ProgramP2C()
1944 &TempAddress in ProgramP2C()
2005 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2012 &TempAddress in ProgramP2C()
2074 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2080 &TempAddress in ProgramP2C()
2098 TempAddress = Address + Node->Length - 1; in ProgramP2C()
2104 &TempAddress in ProgramP2C()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/GenVtf/
H A DGenVtf.c596 UINT64 TempAddress; in GetRelativeAddressInVtfBuffer() local
601 TempAddress = Fv1EndAddress - Address; in GetRelativeAddressInVtfBuffer()
602 *RelativeAddress = (UINTN) LocalBuff - (UINTN) TempAddress; in GetRelativeAddressInVtfBuffer()
605 TempAddress = Fv2EndAddress - Address; in GetRelativeAddressInVtfBuffer()
606 *RelativeAddress = (UINTN) LocalBuff - (UINTN) TempAddress; in GetRelativeAddressInVtfBuffer()
/dports/devel/llvm70/llvm-7.0.1.src/unittests/IR/
H A DMetadataTest.cpp1537 auto *TempAddress = Temp.get(); in TEST_F() local
1540 EXPECT_EQ(TempAddress, Clone); in TEST_F()
/dports/devel/llvm90/llvm-9.0.1.src/unittests/IR/
H A DMetadataTest.cpp1750 auto *TempAddress = Temp.get(); in TEST_F() local
1753 EXPECT_EQ(TempAddress, Clone); in TEST_F()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/IR/
H A DMetadataTest.cpp1751 auto *TempAddress = Temp.get(); in TEST_F() local
1754 EXPECT_EQ(TempAddress, Clone); in TEST_F()

12