Searched refs:offVRAMBaseMapping (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A Dvbva.c128 uint32_t offVRAMBaseMapping, offGuestHeapMemory, cbGuestHeapMemory; local in function:vbvxSetUpHGSMIHeapInGuest
131 VBoxHGSMIGetBaseMappingInfo(cbVRAM, &offVRAMBaseMapping, NULL, &offGuestHeapMemory, &cbGuestHeapMemory, NULL);
132 pvGuestHeapMemory = ((uint8_t *)pVBox->base) + offVRAMBaseMapping + offGuestHeapMemory;
134 offVRAMBaseMapping + offGuestHeapMemory, &g_hgsmiEnv);
136 pVBox->cbView = offVRAMBaseMapping;
H A DVBoxVideoGuest.h70 uint32_t offVRAMBaseMapping,

Completed in 4 milliseconds