Searched refs:SUPGLOBALINFOPAGE_VERSION (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/
H A Dsup.h424 #define SUPGLOBALINFOPAGE_VERSION 0x00060000 macro
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp235 AssertMsgReturn((pGip->u32Version >> 16) == (SUPGLOBALINFOPAGE_VERSION >> 16),
236 ("Unsupported GIP version %#x! (expected=%#x)\n", pGip->u32Version, SUPGLOBALINFOPAGE_VERSION),
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp336 AssertRelease(GipMapReq.u.Out.pGipR3->u32Version >= SUPGLOBALINFOPAGE_VERSION);
H A DSUPDrvGip.cpp1731 pGip->u32Version = SUPGLOBALINFOPAGE_VERSION;

Completed in 2496 milliseconds