Searched defs:RomShadowAddress (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c52 @param RomShadowAddress Address where ROM was shadowed
64 OUT VOID **RomShadowAddress, OPTIONAL
120 if (RomShadowAddress != NULL) {
121 *RomShadowAddress = (VOID *)(UINTN)mRomEntry[Index].ShadowAddress;
2237 @param RomShadowAddress Shadow address of PC-AT ROM
2255 OUT VOID **RomShadowAddress OPTIONAL
2604 if (RomShadowAddress != NULL) {
2605 *RomShadowAddress = (VOID *) RuntimeAddress;
2659 @param RomShadowAddress Shadow address of PC-AT ROM
2660 @param RomShadowedSize Size of RomShadowAddress i
60 GetShadowedRomParameters( IN EFI_HANDLE PciHandle, OUT UINT8 *DiskStart, OPTIONAL OUT UINT8 *DiskEnd, OPTIONAL OUT VOID **RomShadowAddress, OPTIONAL OUT UINTN *ShadowedSize OPTIONAL ) argument
2670 LegacyBiosInstallPciRom( IN EFI_LEGACY_BIOS_PROTOCOL * This, IN EFI_HANDLE PciHandle, IN VOID **RomImage, OUT UINTN *Flags, OUT UINT8 *DiskStart, OPTIONAL OUT UINT8 *DiskEnd, OPTIONAL OUT VOID **RomShadowAddress, OPTIONAL OUT UINT32 *RomShadowedSize OPTIONAL ) argument
[all...]

Completed in 63 milliseconds