Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/
DDeviceIoOnPciRootBridgeIoThunk.c356 #define MAX_COMMON_BUFFER 0x00000000FFFFFFFF macro
1130 …if ((Type == AllocateAddress) && (HostAddress + EFI_PAGES_TO_SIZE (Pages) - 1 > MAX_COMMON_BUFFER)… in DeviceIoAllocateBuffer()
1134 …if ((AllocateAnyPages == Type) || (AllocateMaxAddress == Type && HostAddress > MAX_COMMON_BUFFER))… in DeviceIoAllocateBuffer()
1136 HostAddress = MAX_COMMON_BUFFER; in DeviceIoAllocateBuffer()
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DDeviceIo.c755 …if ((Type == AllocateAddress) && (HostAddress + EFI_PAGES_TO_SIZE (Pages) - 1 > MAX_COMMON_BUFFER)… in DeviceIoAllocateBuffer()
759 …if ((AllocateAnyPages == Type) || (AllocateMaxAddress == Type && HostAddress > MAX_COMMON_BUFFER))… in DeviceIoAllocateBuffer()
761 HostAddress = MAX_COMMON_BUFFER; in DeviceIoAllocateBuffer()
DDeviceIo.h29 #define MAX_COMMON_BUFFER 0x00000000FFFFFFFF macro