Searched refs:Pool (Results 1 - 25 of 69) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DUsbHcMem.c23 @param Pool The buffer pool to allocate memory for.
31 IN USBHC_MEM_POOL *Pool,
43 PciIo = Pool->PciIo;
100 if (Pool->Check4G && (Pool->Which4G != USB_HC_HIGH_32BIT (MappedAddr))) {
124 @param Pool The memory pool to free the block from.
130 IN USBHC_MEM_POOL *Pool,
136 ASSERT ((Pool != NULL) && (Block != NULL));
138 PciIo = Pool->PciIo;
227 @param Pool Th
30 UsbHcAllocMemBlock( IN USBHC_MEM_POOL *Pool, IN UINTN Pages ) argument
129 UsbHcFreeMemBlock( IN USBHC_MEM_POOL *Pool, IN USBHC_MEM_BLOCK *Block ) argument
234 UsbHcGetPciAddressForHostMem( IN USBHC_MEM_POOL *Pool, IN VOID *Mem, IN UINTN Size ) argument
364 USBHC_MEM_POOL *Pool; local
431 UsbHcAllocateMem( IN USBHC_MEM_POOL *Pool, IN UINTN Size ) argument
506 UsbHcFreeMem( IN USBHC_MEM_POOL *Pool, IN VOID *Mem, IN UINTN Size ) argument
[all...]
H A DUsbHcMem.h97 @param Pool The USB memory pool to free.
105 IN USBHC_MEM_POOL *Pool
113 @param Pool The host controller's memory pool.
121 IN USBHC_MEM_POOL *Pool,
129 @param Pool The memory pool of the host controller.
136 IN USBHC_MEM_POOL *Pool,
144 @param Pool The memory pool of the host controller.
152 IN USBHC_MEM_POOL *Pool,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUsbHcMem.c22 @param Pool The buffer pool to allocate memory for.
30 IN USBHC_MEM_POOL *Pool,
42 PciIo = Pool->PciIo;
99 if (Pool->Check4G && (Pool->Which4G != USB_HC_HIGH_32BIT (MappedAddr))) {
123 @param Pool The memory pool to free the block from.
129 IN USBHC_MEM_POOL *Pool,
135 ASSERT ((Pool != NULL) && (Block != NULL));
137 PciIo = Pool->PciIo;
226 @param Pool Th
29 UsbHcAllocMemBlock( IN USBHC_MEM_POOL *Pool, IN UINTN Pages ) argument
128 UsbHcFreeMemBlock( IN USBHC_MEM_POOL *Pool, IN USBHC_MEM_BLOCK *Block ) argument
233 UsbHcGetPciAddressForHostMem( IN USBHC_MEM_POOL *Pool, IN VOID *Mem, IN UINTN Size ) argument
362 USBHC_MEM_POOL *Pool; local
429 UsbHcAllocateMem( IN USBHC_MEM_POOL *Pool, IN UINTN Size ) argument
504 UsbHcFreeMem( IN USBHC_MEM_POOL *Pool, IN VOID *Mem, IN UINTN Size ) argument
[all...]
H A DUsbHcMem.h97 @param Pool The USB memory pool to free.
105 IN USBHC_MEM_POOL *Pool
114 @param Pool The host controller's memory pool.
122 IN USBHC_MEM_POOL *Pool,
131 @param Pool The memory pool of the host controller.
140 IN USBHC_MEM_POOL *Pool,
148 @param Pool The memory pool of the host controller.
156 IN USBHC_MEM_POOL *Pool,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Mem/
H A DPool.c73 // Pool header for each memory type.
120 POOL *Pool; local
134 Pool = CR(Link, POOL, Link, POOL_SIGNATURE);
135 if (Pool->MemoryType == MemoryType) {
136 return Pool;
140 Pool = CoreAllocatePoolI (EfiBootServicesData, sizeof (POOL));
141 if (Pool == NULL) {
145 Pool->Signature = POOL_SIGNATURE;
146 Pool->Used = 0;
147 Pool
238 POOL *Pool; local
408 POOL *Pool; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DUsbHcMem.c24 @param Pool The buffer pool to allocate memory for.
33 IN USBHC_MEM_POOL *Pool,
96 if (Pool->Check4G && (Pool->Which4G != USB_HC_HIGH_32BIT (MappedAddr))) {
112 @param Pool The memory pool to free the block from.
118 IN USBHC_MEM_POOL *Pool,
122 ASSERT ((Pool != NULL) && (Block != NULL));
287 USBHC_MEM_POOL *Pool; local
304 Pool = (USBHC_MEM_POOL *) ((UINTN) TempPtr);
306 Pool
31 UsbHcAllocMemBlock( IN PEI_USB2_HC_DEV *Ehc, IN USBHC_MEM_POOL *Pool, IN UINTN Pages ) argument
117 UsbHcFreeMemBlock( IN USBHC_MEM_POOL *Pool, IN USBHC_MEM_BLOCK *Block ) argument
361 UsbHcAllocateMem( IN PEI_USB2_HC_DEV *Ehc, IN USBHC_MEM_POOL *Pool, IN UINTN Size ) argument
434 UsbHcFreeMem( IN USBHC_MEM_POOL *Pool, IN VOID *Mem, IN UINTN Size ) argument
[all...]
H A DEhcPeim.h180 @param Pool The USB memory pool to free.
188 IN USBHC_MEM_POOL *Pool
197 @param Pool The host controller's memory pool.
206 IN USBHC_MEM_POOL *Pool,
214 @param Pool The memory pool of the host controller.
221 IN USBHC_MEM_POOL *Pool,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/
H A DVBoxWineEx.h51 UINT width, UINT height, UINT depth, UINT levels, DWORD usage, D3DFORMAT Format, D3DPOOL Pool,
106 UINT width, UINT height, UINT depth, UINT levels, DWORD usage, D3DFORMAT Format, D3DPOOL Pool,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/
H A DVBoxWineEx.h51 UINT width, UINT height, UINT depth, UINT levels, DWORD usage, D3DFORMAT Format, D3DPOOL Pool,
106 UINT width, UINT height, UINT depth, UINT levels, DWORD usage, D3DFORMAT Format, D3DPOOL Pool,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c2838 @param Pool Buffer pointer to store the buffer pointer.
2848 OUT UINT8 **Pool,
2859 *Pool = NULL;
2877 (VOID **) Pool,
2909 (VOID **) Pool,
2919 @param Pool Buffer pointer to store the buffer pointer.
2929 OUT VOID **Pool,
3045 *Pool = MemoryHeader->MemoryBlockPtr + (FoundBytePos * 8 + FoundBitPos) * 32;
3051 Uhci Free Pool.
3054 @param Pool
2846 UhcAllocatePool( IN USB_UHC_DEV *UhcDev, OUT UINT8 **Pool, IN UINTN AllocSize ) argument
2927 AllocMemInMemoryBlock( IN MEMORY_MANAGE_HEADER *MemoryHeader, OUT VOID **Pool, IN UINTN NumberOfMemoryUnit ) argument
3059 UhcFreePool( IN USB_UHC_DEV *UhcDev, IN UINT8 *Pool, IN UINTN AllocSize ) argument
[all...]
H A DUhcPeim.h1246 @param Pool Buffer pointer to store the buffer pointer.
1256 OUT UINT8 **Pool,
1264 @param Pool Buffer pointer to store the buffer pointer.
1274 OUT VOID **Pool,
1279 Uhci Free Pool.
1282 @param Pool A pointer to store the buffer address.
1289 IN UINT8 *Pool,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/
H A DVBoxWineEx.h51 UINT width, UINT height, UINT depth, UINT levels, DWORD usage, D3DFORMAT Format, D3DPOOL Pool,
112 UINT width, UINT height, UINT depth, UINT levels, DWORD usage, D3DFORMAT Format, D3DPOOL Pool,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dindexbuffer.c232 pDesc->Pool = desc.Pool;
H A Dvertexbuffer.c233 pDesc->Pool = desc.Pool;
H A Dvolume.c203 pDesc->Pool = wined3ddesc.Pool;
H A Dvolumetexture.c253 pDesc->Pool = wined3ddesc.Pool;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dindexbuffer.c232 pDesc->Pool = desc.Pool;
H A Dvertexbuffer.c233 pDesc->Pool = desc.Pool;
H A Dvolume.c210 pDesc->Pool = wined3ddesc.Pool;
H A Dvolumetexture.c318 pDesc->Pool = wined3ddesc.Pool;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiHob.h446 EFI_HOB_MEMORY_POOL *Pool; member in union:__anon11995
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/
H A DPiHob.h445 EFI_HOB_MEMORY_POOL *Pool; member in union:__anon15597
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d8types.h1061 D3DPOOL Pool; member in struct:_D3DINDEXBUFFER_DESC
1179 D3DPOOL Pool; member in struct:_D3DSURFACE_DESC
1197 D3DPOOL Pool; member in struct:_D3DVERTEXBUFFER_DESC
1215 D3DPOOL Pool; member in struct:_D3DVOLUME_DESC
H A Dd3d9types.h1363 D3DPOOL Pool; member in struct:_D3DINDEXBUFFER_DESC
1486 D3DPOOL Pool; member in struct:_D3DSURFACE_DESC
1504 D3DPOOL Pool; member in struct:_D3DVERTEXBUFFER_DESC
1522 D3DPOOL Pool; member in struct:_D3DVOLUME_DESC
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dvolume.c224 desc->Pool = wined3d_desc.pool;

Completed in 75 milliseconds

123