Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBootSupport.c1474 for (Index = 0; Index < EfiToLegacy16BootTable->NumberBbsEntries; Index++) { in LegacyBiosBootUnconventionalDevice()
1510 EfiToLegacy16BootTable->NumberBbsEntries += 1; in LegacyBiosBootUnconventionalDevice()
1513 (VOID *) &BbsTable[EfiToLegacy16BootTable->NumberBbsEntries].BootPriority, in LegacyBiosBootUnconventionalDevice()
1518 BbsTable[EfiToLegacy16BootTable->NumberBbsEntries].BootHandlerOffset = 0; in LegacyBiosBootUnconventionalDevice()
1519 BbsTable[EfiToLegacy16BootTable->NumberBbsEntries].BootHandlerSegment = 0; in LegacyBiosBootUnconventionalDevice()
1520 BbsTable[EfiToLegacy16BootTable->NumberBbsEntries].DeviceType = 0x80; in LegacyBiosBootUnconventionalDevice()
1522 … UcdTable->BbsTableEntryNumberForHddDiag = (UINT8) (EfiToLegacy16BootTable->NumberBbsEntries - 1); in LegacyBiosBootUnconventionalDevice()
1524 BbsTable[EfiToLegacy16BootTable->NumberBbsEntries].BootPriority = BootPriority; in LegacyBiosBootUnconventionalDevice()
1534 EfiToLegacy16BootTable->NumberBbsEntries += 1; in LegacyBiosBootUnconventionalDevice()
1536 (VOID *) &BbsTable[EfiToLegacy16BootTable->NumberBbsEntries].BootPriority, in LegacyBiosBootUnconventionalDevice()
[all …]
DLegacyPci.c1466 BbsIndex = Private->IntThunk->EfiToLegacy16BootTable.NumberBbsEntries; in UpdateBevBcvTable()
1553 Private->IntThunk->EfiToLegacy16BootTable.NumberBbsEntries = (UINT32) BbsIndex; in UpdateBevBcvTable()
2518 …ntThunk->DispatchOpromTable.NumberBbsEntries = (UINT8) Private->IntThunk->EfiToLegacy16… in LegacyBiosInstallRom()
2542 …te->IntThunk->DispatchOpromTable.NumberBbsEntries != (UINT8) Private->IntThunk->EfiToLegacy16BootT… in LegacyBiosInstallRom()
2543 …->IntThunk->EfiToLegacy16BootTable.NumberBbsEntries = (UINT8) Private->IntThunk->DispatchOpromTab… in LegacyBiosInstallRom()
2627 StartBbsIndex = Private->IntThunk->EfiToLegacy16BootTable.NumberBbsEntries; in LegacyBiosInstallRom()
2634 EndBbsIndex = Private->IntThunk->EfiToLegacy16BootTable.NumberBbsEntries; in LegacyBiosInstallRom()
DLegacyBios.c558 EfiToLegacy16BootTable->NumberBbsEntries = 1 + 2 * MAX_IDE_CONTROLLER; in ShadowAndStartLegacy16()
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
DLegacyPlatform.c971 for (Index = 0; Index < Legacy16BootTable->NumberBbsEntries; Index++) { in PrepareToBoot()
985 for (Index = 0; Index < Legacy16BootTable->NumberBbsEntries; Index++) { in PrepareToBoot()
994 for (Index = 0; Index < Legacy16BootTable->NumberBbsEntries; Index++) { in PrepareToBoot()
1013 for (Index = 0; Index < Legacy16BootTable->NumberBbsEntries; Index++) { in PrepareToBoot()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DLegacyBios.h382 …UINT8 NumberBbsEntries; ///< The number of valid BBS table entries upon entry and ex… member
952 …UINT32 NumberBbsEntries; ///< Number of entries in the BBS … member