Searched defs:pu8MemBase (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Graphics/HGSMI/
H A DHGSMIHost.cpp1529 uint8_t *pu8MemBase,
1535 LogFlowFunc(("ppIns = %p, pVM = %p, pszName = [%s], pu8MemBase = %p, cbMem = 0x%08X, offMemBase = 0x%08X, "
1540 pu8MemBase,
1549 AssertPtrReturn(pu8MemBase, VERR_INVALID_PARAMETER);
1562 rc = HGSMIAreaInitialize (&pIns->area, pu8MemBase, cbMem, offBase);
1525 HGSMICreate(PHGSMIINSTANCE *ppIns, PVM pVM, const char *pszName, HGSMIOFFSET offBase, uint8_t *pu8MemBase, HGSMISIZE cbMem, PFNHGSMINOTIFYGUEST pfnNotifyGuest, void *pvNotifyGuest, size_t cbContext) argument

Completed in 53 milliseconds