Searched refs:MaxCount (Results 1 - 13 of 13) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/ |
H A D | WatchdogResourceTable.h | 38 UINT16 MaxCount; member in struct:__anon11918
|
H A D | WatchdogActionTable.h | 37 UINT32 MaxCount; member in struct:__anon11916
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/CpuIoDxe/ |
H A D | CpuIo.c | 106 UINT64 MaxCount; local 167 MaxCount = RShiftU64 (Limit, Width); 168 if (MaxCount < (Count - 1)) { 171 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) {
|
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIo2Dxe/ |
H A D | CpuIo2Dxe.c | 106 UINT64 MaxCount; local 167 MaxCount = RShiftU64 (Limit, Width); 168 if (MaxCount < (Count - 1)) { 171 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) {
|
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIo2Smm/ |
H A D | CpuIo2Smm.c | 72 UINT64 MaxCount; local 117 MaxCount = RShiftU64 (Limit, Width); 118 if (MaxCount < (Count - 1)) { 121 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) {
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/ |
H A D | PwdCredentialProvider.h | 58 UINTN MaxCount; member in struct:__anon12696
|
H A D | PwdCredentialProvider.c | 95 Count = mPwdTable->MaxCount + PASSWORD_TABLE_INC; 105 NewTable->MaxCount = Count; 168 if (mPwdTable->Count >= mPwdTable->MaxCount) { 253 mPwdTable->MaxCount = mPwdTable->Count + PASSWORD_TABLE_INC;
|
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIoPei/ |
H A D | CpuIoPei.c | 117 UINT64 MaxCount; local 171 MaxCount = RShiftU64 (Limit, Width); 172 if (MaxCount < (Count - 1)) { 175 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) {
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/ |
H A D | UsbCredentialProvider.h | 60 UINTN MaxCount; member in struct:__anon12701
|
H A D | UsbCredentialProvider.c | 73 Count = mUsbTable->MaxCount + USB_TABLE_INC; 83 NewTable->MaxCount = Count; 145 if (mUsbTable->Count >= mUsbTable->MaxCount) { 230 mUsbTable->MaxCount = mUsbTable->Count + USB_TABLE_INC;
|
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/ |
H A D | PciRootBridgeIo.c | 762 UINT64 MaxCount; local 855 MaxCount = RShiftU64 (Limit, Width); 856 if (MaxCount < (Count - 1)) { 859 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) {
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | rpcndr.h | 218 ULONG_PTR MaxCount; member in struct:_MIDL_STUB_MESSAGE
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | rpcndr.h | 203 ULONG_PTR MaxCount; member in struct:_MIDL_STUB_MESSAGE
|
Completed in 778 milliseconds