Searched refs:LinearOffset (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVolBlock/
H A DFwVolBlock.c437 UINTN LinearOffset; local
500 LinearOffset = 0;
504 FvbDev->LbaCache[BlockIndex].Base = LinearOffset;
506 LinearOffset += PtrBlockMapEntry->Length;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariable.c183 UINTN LinearOffset; local
242 LinearOffset = (UINTN) FwVolHeader;
248 if (CurrWritePtr < LinearOffset) {
258 if ((CurrWritePtr >= LinearOffset) && (CurrWritePtr < LinearOffset + PtrBlockMapEntry->Length)) {
259 if ((CurrWritePtr + CurrWriteSize) <= (LinearOffset + PtrBlockMapEntry->Length)) {
263 (UINTN) (CurrWritePtr - LinearOffset),
269 Size = (UINT32) (LinearOffset + PtrBlockMapEntry->Length - CurrWritePtr);
273 (UINTN) (CurrWritePtr - LinearOffset),
281 CurrWritePtr = LinearOffset
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariable.c183 UINTN LinearOffset; local
244 LinearOffset = (UINTN) FwVolHeader;
250 if (CurrWritePtr < LinearOffset) {
260 if ((CurrWritePtr >= LinearOffset) && (CurrWritePtr < LinearOffset + PtrBlockMapEntry->Length)) {
261 if ((CurrWritePtr + CurrWriteSize) <= (LinearOffset + PtrBlockMapEntry->Length)) {
265 (UINTN) (CurrWritePtr - LinearOffset),
271 Size = (UINT32) (LinearOffset + PtrBlockMapEntry->Length - CurrWritePtr);
275 (UINTN) (CurrWritePtr - LinearOffset),
283 CurrWritePtr = LinearOffset
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DVariable.c139 UINTN LinearOffset; local
203 LinearOffset = (UINTN) FwVolHeader;
209 if (CurrWritePtr < LinearOffset) {
218 if ((CurrWritePtr >= LinearOffset) && (CurrWritePtr < LinearOffset + PtrBlockMapEntry->Length)) {
222 if ((CurrWritePtr + CurrWriteSize) <= (LinearOffset + PtrBlockMapEntry->Length)) {
233 (CurrWritePtr - LinearOffset),
246 (CurrWritePtr - LinearOffset),
258 Size = (UINT32) (LinearOffset + PtrBlockMapEntry->Length - CurrWritePtr);
266 (CurrWritePtr - LinearOffset),
[all...]

Completed in 50 milliseconds