Searched refs:MAX_COMMON_BUFFER (Results 1 – 3 of 3) sorted by relevance
356 #define MAX_COMMON_BUFFER 0x00000000FFFFFFFF macro1130 …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()
755 …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()
29 #define MAX_COMMON_BUFFER 0x00000000FFFFFFFF macro