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

/vbox/src/VBox/VMM/VMMR3/
H A DVMMSwitcher.cpp226 const PVMMSWITCHERDEF *papSwitchers = HMIsEnabled(pVM) ? g_apHmSwitchers : g_apRawModeSwitchers;
231 PVMMSWITCHERDEF pSwitcher = papSwitchers[iSwitcher];
303 PVMMSWITCHERDEF pSwitcher = papSwitchers[iSwitcher];
368 const PVMMSWITCHERDEF *papSwitchers = HMIsEnabled(pVM) ? g_apHmSwitchers : g_apRawModeSwitchers; local
371 PVMMSWITCHERDEF pSwitcher = papSwitchers[iSwitcher];
394 PVMMSWITCHERDEF pSwitcher = papSwitchers[pVM->vmm.s.enmSwitcher];
1132 const PVMMSWITCHERDEF *papSwitchers = HMIsEnabled(pVM) ? g_apHmSwitchers : g_apRawModeSwitchers;
1133 PVMMSWITCHERDEF pSwitcher = papSwitchers[enmSwitcher];
1177 const PVMMSWITCHERDEF *papSwitchers = g_apHmSwitchers;
1178 PVMMSWITCHERDEF pSwitcher = papSwitchers[enmSwitche
[all...]

Completed in 34 milliseconds