OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DxeCodeTopAddress
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
LoadModuleAtFixedAddress.h
30
EFI_PHYSICAL_ADDRESS
DxeCodeTopAddress
; ///< The top address below which the Dxe runtime code and below which the Dxe runtime/boot code and PEI code.
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
Image.c
289
DxeCodeBase = gLoadModuleAtFixAddressConfigurationTable.
DxeCodeTopAddress
- DxeCodeSize;
307
if (gLoadModuleAtFixAddressConfigurationTable.
DxeCodeTopAddress
< ImageBase + ImageSize ||
413
ImageContext->ImageAddress = gLoadModuleAtFixAddressConfigurationTable.
DxeCodeTopAddress
+ (INT64)(INTN)ImageContext->ImageAddress;
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Page.c
473
RuntimeCodeBase = (EFI_PHYSICAL_ADDRESS)(gLoadModuleAtFixAddressConfigurationTable.
DxeCodeTopAddress
- EFI_PAGES_TO_SIZE (RuntimeCodePageNumber));
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
Gcd.c
[
all
...]
Completed in 38 milliseconds