Home | History | Annotate | Download | only in GenFv

Lines Matching refs:SecCorePhysicalAddress

1473   EFI_PHYSICAL_ADDRESS      SecCorePhysicalAddress;

1580 SecCorePhysicalAddress = FvInfo->BaseAddress;
1581 SecCorePhysicalAddress += (UINTN) Pe32Section.Pe32Section + SecHeaderSize - (UINTN) FvImage->FileImage;
1582 SecCorePhysicalAddress += EntryPoint;
1583 SecCorePhysicalAddress);
1664 SecCorePhysicalAddress |= 0x8000000000000000ULL;
1668 if (SecCorePhysicalAddress & 0xF) {
1671 (unsigned long long) SecCorePhysicalAddress
1679 *SecCoreEntryAddressPtr = SecCorePhysicalAddress;
1697 Ia32SecEntryOffset = (INT32) (SecCorePhysicalAddress - (FV_IMAGES_TOP_ADDRESS - IA32_SEC_CORE_ENTRY_OFFSET + 2));
1865 EFI_PHYSICAL_ADDRESS SecCorePhysicalAddress;
1983 SecCorePhysicalAddress = FvInfo->BaseAddress;
1984 SecCorePhysicalAddress += (UINTN) Pe32Section.Pe32Section + GetSectionHeaderLength(Pe32Section.CommonHeader) - (UINTN) FvImage->FileImage;
1985 SecCorePhysicalAddress += EntryPoint;
1986 DebugMsg (NULL, 0, 9, "SecCore physical entry point address", "Address = 0x%llX", (unsigned long long) SecCorePhysicalAddress);
2030 ResetVector[0] = (INT32)(SecCorePhysicalAddress - FvInfo->BaseAddress - 8) >> 2;
2064 ((UINT64*)ResetVector)[0] = (UINT64)(SecCorePhysicalAddress - FvInfo->BaseAddress) >> 2;