Home
last modified time | relevance | path

Searched refs:Alloc (Results 1 – 25 of 36) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/
DNonDiscoverablePciDeviceIo.c784 NON_DISCOVERABLE_DEVICE_UNCACHED_ALLOCATION *Alloc; in NonCoherentPciIoFreeBuffer() local
790 Alloc = NULL; in NonCoherentPciIoFreeBuffer()
800 Alloc = BASE_CR (Entry, NON_DISCOVERABLE_DEVICE_UNCACHED_ALLOCATION, List); in NonCoherentPciIoFreeBuffer()
801 if (Alloc->HostAddress == HostAddress && Alloc->NumPages == Pages) { in NonCoherentPciIoFreeBuffer()
816 RemoveEntryList (&Alloc->List); in NonCoherentPciIoFreeBuffer()
821 Alloc->Attributes); in NonCoherentPciIoFreeBuffer()
833 FreePool (Alloc); in NonCoherentPciIoFreeBuffer()
872 NON_DISCOVERABLE_DEVICE_UNCACHED_ALLOCATION *Alloc; in NonCoherentPciIoAllocateBuffer() local
909 Alloc = AllocatePool (sizeof *Alloc); in NonCoherentPciIoAllocateBuffer()
910 if (Alloc == NULL) { in NonCoherentPciIoAllocateBuffer()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
DGNUmakefile22 $(SDK_C)/Alloc.o \
DMakefile23 $(SDK_C)\Alloc.obj \
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
D7zTypes.h231 void *(*Alloc)(void *p, size_t size); member
235 #define IAlloc_Alloc(p, size) (p)->Alloc((p), size)
DLzFind.c42 p->bufferBase = (Byte *)alloc->Alloc(alloc, (size_t)blockSize); in LzInWindow_Create()
174 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes); in AllocRefs()
DLzmaDec.c1028 p->probs = (CLzmaProb *)alloc->Alloc(alloc, numProbs * sizeof(CLzmaProb)); in LzmaDec_AllocateProbs2()
1065 p->dic = (Byte *)alloc->Alloc(alloc, dicBufSize); in LzmaDec_Allocate()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
D7zTypes.h235 void *(*Alloc)(void *p, size_t size); member
239 #define IAlloc_Alloc(p, size) (p)->Alloc((p), size)
DLzFind.c44 p->bufferBase = (Byte *)alloc->Alloc(alloc, (size_t)blockSize); in LzInWindow_Create()
176 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes); in AllocRefs()
DLzmaDec.c1030 p->probs = (CLzmaProb *)alloc->Alloc(alloc, numProbs * sizeof(CLzmaProb)); in LzmaDec_AllocateProbs2()
1067 p->dic = (Byte *)alloc->Alloc(alloc, dicBufSize); in LzmaDec_Allocate()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
D7zTypes.h235 void *(*Alloc)(void *p, size_t size); member
239 #define IAlloc_Alloc(p, size) (p)->Alloc((p), size)
DLzFind.c44 p->bufferBase = (Byte *)alloc->Alloc(alloc, (size_t)blockSize); in LzInWindow_Create()
176 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes); in AllocRefs()
DLzmaDec.c1030 p->probs = (CLzmaProb *)alloc->Alloc(alloc, numProbs * sizeof(CLzmaProb)); in LzmaDec_AllocateProbs2()
1067 p->dic = (Byte *)alloc->Alloc(alloc, dicBufSize); in LzmaDec_Allocate()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
DLzmaDecompress.c194 AllocFuncs.Functions.Alloc = SzAlloc; in LzmaUefiDecompress()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
DLzmaDecompress.c194 AllocFuncs.Functions.Alloc = SzAlloc; in LzmaUefiDecompress()
/device/linaro/bootloader/edk2/Omap35xxPkg/
DOmap35xxPkg.dsc123 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
124 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhcPeim.c1117 UINT8 *Alloc; in RedirectOhciControlTransfer() local
1124 (VOID **) &Alloc in RedirectOhciControlTransfer()
1131 NewRequest = (EFI_USB_DEVICE_REQUEST *) Alloc; in RedirectOhciControlTransfer()
1132 Alloc += sizeof(EFI_USB_DEVICE_REQUEST); in RedirectOhciControlTransfer()
1133 NewData = (VOID *) Alloc; in RedirectOhciControlTransfer()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/
DHisilicon.dsc.inc303 # DEBUG_POOL 0x00000010 // Alloc & Free's
304 # DEBUG_PAGE 0x00000020 // Alloc & Free's
/device/linaro/bootloader/edk2/ArmVirtPkg/
DArmVirt.dsc.inc317 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
318 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/
DHiKey.dsc235 # DEBUG_POOL 0x00000010 // Alloc & Free's
236 # DEBUG_PAGE 0x00000020 // Alloc & Free's
/device/linaro/bootloader/edk2/BeagleBoardPkg/
DBeagleBoardPkg.dsc297 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
298 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/
DHiKey960.dsc241 # DEBUG_POOL 0x00000010 // Alloc & Free's
242 # DEBUG_PAGE 0x00000020 // Alloc & Free's
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Armada/
DArmada.dsc.inc308 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
309 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/
DArmVExpress.dsc.inc348 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
349 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-history.txt231 It used Alloc/Free functions from different memory pools.
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-history.txt231 It used Alloc/Free functions from different memory pools.

12