Home | History | Annotate | Download | only in RuntimeDxe

Lines Matching refs:LinearOffset

308   UINTN                       LinearOffset;

369 LinearOffset = (UINTN) FwVolHeader;
375 if (CurrWritePtr < LinearOffset) {
385 if ((CurrWritePtr >= LinearOffset) && (CurrWritePtr < LinearOffset + PtrBlockMapEntry->Length)) {
386 if ((CurrWritePtr + CurrWriteSize) <= (LinearOffset + PtrBlockMapEntry->Length)) {
390 (UINTN) (CurrWritePtr - LinearOffset),
396 Size = (UINT32) (LinearOffset + PtrBlockMapEntry->Length - CurrWritePtr);
400 (UINTN) (CurrWritePtr - LinearOffset),
408 CurrWritePtr = LinearOffset + PtrBlockMapEntry->Length;
414 LinearOffset += PtrBlockMapEntry->Length;