Searched defs:EntryCount (Results 1 - 25 of 38) sorted by relevance

12

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacySio.c50 UINTN EntryCount; local
158 &EntryCount
166 for (ChildIndex = 0; ChildIndex < EntryCount; ChildIndex++) {
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FormCallback/
H A DFormCallback.h65 UINT32 EntryCount; // How many EFI_IFR_DATA_ENTRY entries member in struct:__anon4482
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
H A DEfiDriverModelLib.c415 UINTN EntryCount; local
426 &EntryCount
436 for (Index = 0; Index < EntryCount; Index++) {
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DMcaInitPmi.h41 UINT64 EntryCount : 16; member in struct:__anon8052
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/
H A DMmu.c53 IN UINTN EntryCount,
78 for (Index = 0; Index < EntryCount; Index++) {
127 return BaseAddress + (EntryCount * TT_ADDRESS_AT_LEVEL(TableLevel));
322 UINTN EntryCount; local
331 GetRootTranslationTableInfo (T0SZ, &TableLevel, &EntryCount);
334 (UINTN*)TT_LAST_BLOCK_ADDRESS(TranslationTable, EntryCount),
51 GetNextEntryAttribute( IN UINT64 *TableAddress, IN UINTN EntryCount, IN UINTN TableLevel, IN UINT64 BaseAddress, IN OUT UINT32 *PrevEntryAttribute, IN OUT UINT64 *StartGcdRegion ) argument
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
H A DLegacyTable.c130 UINT32 EntryCount; local
136 EntryCount = (Rsdt->Header.Length - sizeof (EFI_ACPI_DESCRIPTION_HEADER)) / sizeof(UINT32);
139 for (Index = 0; Index < EntryCount; Index ++, EntryPtr ++) {
158 UINT32 EntryCount; local
165 EntryCount = (Xsdt->Header.Length - sizeof (EFI_ACPI_DESCRIPTION_HEADER)) / sizeof(UINT64);
168 for (Index = 0; Index < EntryCount; Index ++) {
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
H A DFrameworkFormCallback.h83 UINT32 EntryCount; ///< Number of EFI_IFR_DATA_ENTRY entries. member in struct:__anon5596
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
H A DUefiLib.c451 UINTN EntryCount; local
464 &EntryCount
474 for (Index = 0; Index < EntryCount; Index++) {
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
H A DAcpiS3Save.c125 UINT32 EntryCount; local
133 EntryCount = (Rsdt->Length - sizeof (EFI_ACPI_DESCRIPTION_HEADER)) / sizeof(UINT32);
136 for (Index = 0; Index < EntryCount; Index ++, EntryPtr ++) {
163 UINT32 EntryCount; local
172 EntryCount = (Xsdt->Length - sizeof (EFI_ACPI_DESCRIPTION_HEADER)) / sizeof(UINT64);
175 for (Index = 0; Index < EntryCount; Index ++) {
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLib.c531 UINTN EntryCount; local
544 &EntryCount
554 for (Index = 0; Index < EntryCount; Index++) {
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
H A DI2cBus.c266 UINTN EntryCount; local
278 &EntryCount
284 for (Index = 0; Index < EntryCount; Index++) {
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
H A DSerial.c714 UINTN EntryCount; local
728 &EntryCount
734 SerialDevices = AllocatePool (EntryCount * sizeof (SERIAL_DEV *));
739 for (Index = 0; Index < EntryCount; Index++) {
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmConsole.c131 UINTN EntryCount; local
156 &EntryCount
162 for (Index = 0; Index < EntryCount; Index++) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c1098 UINTN EntryCount; local
1123 &EntryCount
1129 for (Index = 0; Index < EntryCount; Index++) {
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
H A DWinNtSerialIo.c176 UINTN EntryCount; local
259 &EntryCount
270 for (Index = 0; Index < EntryCount; Index++) {
388 UINTN EntryCount; local
453 &EntryCount
460 for (Index = 0; Index < EntryCount; Index++) {
/device/linaro/bootloader/edk2/OvmfPkg/AcpiS3SaveDxe/
H A DAcpiS3Save.c99 UINT32 EntryCount; local
107 EntryCount = (Rsdt->Length - sizeof (EFI_ACPI_DESCRIPTION_HEADER)) / sizeof(UINT32);
110 for (Index = 0; Index < EntryCount; Index ++, EntryPtr ++) {
137 UINT32 EntryCount; local
146 EntryCount = (Xsdt->Length - sizeof (EFI_ACPI_DESCRIPTION_HEADER)) / sizeof(UINT64);
149 for (Index = 0; Index < EntryCount; Index ++) {
/device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
H A DPcRtc.c1225 UINTN EntryCount; local
1229 EntryCount = (Sdt->Length - sizeof (EFI_ACPI_DESCRIPTION_HEADER)) / TablePointerSize;
1232 for (Index = 0; Index < EntryCount; Index++) {
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
H A DIdccData.h56 UINT32 EntryCount;
47 UINT32 EntryCount; member in struct:__anon9810
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
H A DFbGop.c766 UINTN EntryCount; local
770 EntryCount = 0;
776 &EntryCount
778 for (Index = 0; Index < EntryCount; Index++) {
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.c207 UINTN EntryCount; local
297 &EntryCount
303 for (Index = 0; Index < EntryCount; Index++) {
407 UINTN EntryCount; local
471 &EntryCount
478 for (Index = 0; Index < EntryCount; Index++) {
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerLib/
H A DDeviceManager.c348 UINTN EntryCount; local
416 &EntryCount
426 for (Index = 0; Index < EntryCount; Index++) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c552 UINTN EntryCount; local
692 &EntryCount
696 for (Index = 0; Index < EntryCount; Index++) {
1037 &EntryCount
1042 for (Index = 0; Index < EntryCount; Index++) {
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
H A DUefiLib.c553 UINTN EntryCount; local
566 &EntryCount
576 for (Index = 0; Index < EntryCount; Index++) {
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcSupport.c165 UINT32 EntryCount; local
182 &EntryCount,
193 Mode->ArpCacheEntries = MIN (EntryCount, EFI_PXE_BASE_CODE_MAX_ARP_ENTRIES);
/device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/
H A DPkcs7VerifyDxe.c141 UINTN EntryCount; local
177 EntryCount = (SigList->SignatureListSize - SigList->SignatureHeaderSize -
179 for (EntryIndex = 0; EntryIndex < EntryCount; EntryIndex++) {
225 UINTN EntryCount; local
276 EntryCount = (SigList->SignatureListSize - SigList->SignatureHeaderSize -
278 for (EntryIndex = 0; EntryIndex < EntryCount; Index++) {

Completed in 1130 milliseconds

12