Home
last modified time | relevance | path

Searched refs:mRomEntry (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyPci.c43 ROM_INSTANCE_ENTRY mRomEntry[ROM_MAX_ENTRIES]; variable
100 if ((mRomEntry[Index].PciSegment == PciSegment) && in GetShadowedRomParameters()
101 (mRomEntry[Index].PciBus == PciBus) && in GetShadowedRomParameters()
102 (mRomEntry[Index].PciDevice == PciDevice) && in GetShadowedRomParameters()
103 (mRomEntry[Index].PciFunction == PciFunction)) { in GetShadowedRomParameters()
113 *DiskStart = mRomEntry[Index].DiskStart; in GetShadowedRomParameters()
117 *DiskEnd = mRomEntry[Index].DiskEnd; in GetShadowedRomParameters()
121 *RomShadowAddress = (VOID *)(UINTN)mRomEntry[Index].ShadowAddress; in GetShadowedRomParameters()
125 *ShadowedSize = mRomEntry[Index].ShadowedSize; in GetShadowedRomParameters()
183 &mRomEntry[mRomCount].PciSegment, in RomShadow()
[all …]