Searched refs:apQueuedCritSectLeaves (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllCritSectBoth.cpp85 PPDMCRITSECT pCritSect = pVCpu->pdm.s.apQueuedCritSectLeaves[i];
87 PPDMCRITSECT pCritSect = (PPDMCRITSECT)MMHyperR3ToCC(pVCpu->CTX_SUFF(pVM), pVCpu->pdm.s.apQueuedCritSectLeaves[i]);
H A DPDMAllCritSect.cpp662 AssertFatal(i < RT_ELEMENTS(pVCpu->pdm.s.apQueuedCritSectLeaves));
663 pVCpu->pdm.s.apQueuedCritSectLeaves[i] = MMHyperCCToR3(pVM, pCritSect);
H A DPDMAllCritSectRw.cpp1195 AssertFatal(i < RT_ELEMENTS(pVCpu->pdm.s.apQueuedCritSectLeaves));
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h1032 R3PTRTYPE(PPDMCRITSECT) apQueuedCritSectLeaves[8]; member in struct:PDMCPU
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h459 GEN_CHECK_OFF(PDMCPU, apQueuedCritSectLeaves);

Completed in 1241 milliseconds