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

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllCritSectBoth.cpp53 PPDMCRITSECTRW pCritSectRw = pVCpu->pdm.s.apQueuedCritSectRwShrdLeaves[i];
56 pVCpu->pdm.s.apQueuedCritSectRwShrdLeaves[i]);
H A DPDMAllCritSectRw.cpp627 AssertFatal(i < RT_ELEMENTS(pVCpu->pdm.s.apQueuedCritSectRwShrdLeaves));
628 pVCpu->pdm.s.apQueuedCritSectRwShrdLeaves[i] = MMHyperCCToR3(pVM, pThis);
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h1050 R3PTRTYPE(PPDMCRITSECTRW) apQueuedCritSectRwShrdLeaves[8]; member in struct:PDMCPU
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h463 GEN_CHECK_OFF(PDMCPU, apQueuedCritSectRwShrdLeaves);

Completed in 63 milliseconds