Searched refs:MaxCount (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuIo2Smm/ |
D | CpuIo2Smm.c | 72 UINT64 MaxCount; in CpuIoCheckParameter() local 117 MaxCount = RShiftU64 (Limit, Width); in CpuIoCheckParameter() 118 if (MaxCount < (Count - 1)) { in CpuIoCheckParameter() 121 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) { in CpuIoCheckParameter()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/CpuIoDxe/ |
D | CpuIo.c | 106 UINT64 MaxCount; in CpuIoCheckParameter() local 167 MaxCount = RShiftU64 (Limit, Width); in CpuIoCheckParameter() 168 if (MaxCount < (Count - 1)) { in CpuIoCheckParameter() 171 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) { in CpuIoCheckParameter()
|
/device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmPciCpuIo2Dxe/ |
D | ArmPciCpuIo2Dxe.c | 105 UINT64 MaxCount; in CpuIoCheckParameter() local 166 MaxCount = RShiftU64 (Limit, Width); in CpuIoCheckParameter() 167 if (MaxCount < (Count - 1)) { in CpuIoCheckParameter() 170 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) { in CpuIoCheckParameter()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuIo2Dxe/ |
D | CpuIo2Dxe.c | 107 UINT64 MaxCount; in CpuIoCheckParameter() local 168 MaxCount = RShiftU64 (Limit, Width); in CpuIoCheckParameter() 169 if (MaxCount < (Count - 1)) { in CpuIoCheckParameter() 172 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) { in CpuIoCheckParameter()
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | WatchdogResourceTable.h | 38 UINT16 MaxCount; member
|
D | WatchdogActionTable.h | 37 UINT32 MaxCount; member
|
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuIoPei/ |
D | CpuIoPei.c | 117 UINT64 MaxCount; in CpuIoCheckParameter() local 171 MaxCount = RShiftU64 (Limit, Width); in CpuIoCheckParameter() 172 if (MaxCount < (Count - 1)) { in CpuIoCheckParameter() 175 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) { in CpuIoCheckParameter()
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/ |
D | UsbCredentialProvider.h | 60 UINTN MaxCount; member
|
D | UsbCredentialProvider.c | 73 Count = mUsbTable->MaxCount + USB_TABLE_INC; in ExpandTableSize() 83 NewTable->MaxCount = Count; in ExpandTableSize() 145 if (mUsbTable->Count >= mUsbTable->MaxCount) { in ModifyTable() 230 mUsbTable->MaxCount = mUsbTable->Count + USB_TABLE_INC; in InitCredentialTable()
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/ |
D | PwdCredentialProvider.h | 58 UINTN MaxCount; member
|
D | PwdCredentialProvider.c | 95 Count = mPwdTable->MaxCount + PASSWORD_TABLE_INC; in ExpandTableSize() 105 NewTable->MaxCount = Count; in ExpandTableSize() 168 if (mPwdTable->Count >= mPwdTable->MaxCount) { in ModifyTable() 253 mPwdTable->MaxCount = mPwdTable->Count + PASSWORD_TABLE_INC; in InitCredentialTable()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | PiSmmIpl.c | 1312 UINTN MaxCount; in GetFullSmramRanges() local 1401 MaxCount = SmramRangeCount + 2 * SmramReservedCount; in GetFullSmramRanges() 1403 Size = MaxCount * sizeof (EFI_SMM_RESERVED_SMRAM_REGION); in GetFullSmramRanges() 1410 Size = MaxCount * sizeof (EFI_SMRAM_DESCRIPTOR); in GetFullSmramRanges() 1464 ASSERT (TempSmramRangeCount <= MaxCount); in GetFullSmramRanges()
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/ |
D | PciRootBridgeIo.c | 911 UINT64 MaxCount; in RootBridgeIoCheckParameter() local 1014 MaxCount = RShiftU64 (Limit, Width); in RootBridgeIoCheckParameter() 1015 if (MaxCount < (Count - 1)) { in RootBridgeIoCheckParameter() 1018 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) { in RootBridgeIoCheckParameter()
|