Searched defs:ResetVector (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c1667 INT32 ResetVector[4]; // 0 - is branch relative to SEC entry point local
1731 memset (ResetVector, 0, sizeof (ResetVector));
1733 ResetVector[1] = (UINT32)PeiCorePhysicalAddress;
1739 memcpy ((UINT8 *) ((UINTN) FvImage->FileImage), ResetVector, sizeof (ResetVector));
1827 ResetVector[0] = (INT32)(SecCorePhysicalAddress - FvInfo->BaseAddress - 8) >> 2;
1829 if (ResetVector[0] > 0x00FFFFFF) {
1835 ResetVector[0] |= 0xEB000000;
1839 ResetVector[
[all...]

Completed in 36 milliseconds