Searched refs:BytePointer (Results 1 – 2 of 2) sorted by relevance
2534 UINT8 *BytePointer; in UpdateResetVector() local2715 BytePointer = (UINT8 *) ((UINTN) FvImage->FileImage); in UpdateResetVector()2718 *BytePointer++ = *BytePointer2++; in UpdateResetVector()2731 BytePointer = (UINT8 *) ((UINTN) FvImage->FileImage); in UpdateResetVector()2732 BytePointer += (SIZEOF_STARTUP_DATA_ARRAY - 2); in UpdateResetVector()2733 WordPointer = (UINT16 *) BytePointer; in UpdateResetVector()
1483 UINT8 *BytePointer; in UpdateResetVector() local1721 BytePointer = (UINT8 *) ((UINTN) FvImage->FileImage); in UpdateResetVector()1734 Status = FindApResetVectorPosition (FvImage, &BytePointer); in UpdateResetVector()1742 BytePointer[Index] = BytePointer2[Index]; in UpdateResetVector()1748 WordPointer = (UINT16 *) (BytePointer); in UpdateResetVector()1756 WordPointer = (UINT16 *) (BytePointer + SIZEOF_STARTUP_DATA_ARRAY - 2); in UpdateResetVector()1762 IpiVector = (UINT32) (FV_IMAGES_TOP_ADDRESS - ((UINTN) FvImage->Eof - (UINTN) BytePointer)); in UpdateResetVector()