Searched refs:pu8Base (Results 1 - 6 of 6) sorted by relevance

/vbox/include/VBox/HGSMI/
H A DHGSMI.h173 return pArea->offBase + (HGSMIOFFSET)((uint8_t *)pv - pArea->pu8Base);
179 return pArea->pu8Base + (offBuffer - pArea->offBase);
221 return (uintptr_t)pv >= (uintptr_t)pArea->pu8Base && (uintptr_t)pv - (uintptr_t)pArea->pu8Base < pArea->cbArea;
287 offHeapHandle = (HGSMIOFFSET)((uintptr_t)pHeap->u.hPtr - (uintptr_t)pHeap->area.pu8Base);
291 offHeapHandle = (HGSMIOFFSET)((uintptr_t)pHeap->u.hOff - (uintptr_t)pHeap->area.pu8Base);
H A DHGSMIDefs.h46 uint8_t *pu8Base; /* The starting address of the area. Corresponds to offset 'offBase'. */ member in struct:HGSMIAREA
/vbox/src/VBox/GuestHost/HGSMI/
H A DHGSMICommon.cpp123 || (uint8_t *)pHeader < pArea->pu8Base
124 || (uint8_t *)pHeader > pArea->pu8Base + cbMaximumDataSize - u32DataSize)
147 uint8_t *pu8Base = (uint8_t *)pvBase; local
151 || pu8Base + cbArea < pu8Base /* No address space wrap. */
158 pArea->pu8Base = pu8Base;
429 offBuffer, pArea->pu8Base, pArea->cbArea, pArea->offBase, pArea->offLast));
H A DHGSMIMemAlloc.cpp519 int rc = HGSMIAreaInitialize(&pMA->area, pArea->pu8Base, cb, 0);
/vbox/src/VBox/Devices/Graphics/HGSMI/
H A DHGSMIHost.cpp958 pIns->area.pu8Base+offHeap,
1213 SSMR3PutU64 (pSSM, (uint64_t)(uintptr_t)pIns->area.pu8Base);
1313 pIns->area.pu8Base+offHeap,
1335 pIns->area.pu8Base+offHeap,
1337 uintptr_t(pIns->area.pu8Base) - uintptr_t(oldMem),
1465 uintptr_t pBegin = (uintptr_t)pArea->pu8Base;
1466 uintptr_t pEnd = (uintptr_t)pArea->pu8Base + (pArea->cbArea - 1);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVdma.cpp1709 VBoxMPCmnUnmapAdapterMemory(VBoxCommonFromDeviceExt(pDevExt), (void**)&pInfo->CmdHeap.Heap.area.pu8Base);

Completed in 60 milliseconds