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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp1555 * @param fRing0 Set if it's a ring-0 context interface, clear if
1561 bool fRing0)
1563 bool const fNullRun = !fRing0 && HMIsEnabled(pVM);
1572 pszModule ? pszModule : fRing0 ? "VMMR0.r0" : "VMMGC.gc",
1573 fRing0 ? PDMMOD_TYPE_R0 : PDMMOD_TYPE_RC,
1653 if (fRing0)
1558 PDMR3LdrGetInterfaceSymbols(PVM pVM, void *pvInterface, size_t cbInterface, const char *pszModule, const char *pszSearchPath, const char *pszSymPrefix, const char *pszSymList, bool fRing0) argument

Completed in 66 milliseconds