Home | History | Annotate | Download | only in SecCore

Lines Matching defs:CurrentAddress

37   EFI_PHYSICAL_ADDRESS        CurrentAddress;

48 CurrentAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) BootFirmwareVolumePtr;
49 EndOfFirmwareVolume = CurrentAddress + BootFirmwareVolumePtr->FvLength;
54 for (EndOfFile = CurrentAddress + BootFirmwareVolumePtr->HeaderLength; ; ) {
56 CurrentAddress = (EndOfFile + 7) & 0xfffffffffffffff8ULL;
57 if (CurrentAddress > EndOfFirmwareVolume) {
61 File = (EFI_FFS_FILE_HEADER*)(UINTN) CurrentAddress;
74 EndOfFile = CurrentAddress + Size;
96 CurrentAddress = (EndOfSection + 3) & 0xfffffffffffffffcULL;
97 Section = (EFI_COMMON_SECTION_HEADER*)(UINTN) CurrentAddress;
111 EndOfSection = CurrentAddress + Size;