Searched refs:PDM (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h388 GEN_CHECK_SIZE(PDM); variable
389 GEN_CHECK_OFF(PDM, CritSect);
390 GEN_CHECK_OFF(PDM, NopCritSect);
391 GEN_CHECK_OFF(PDM, pDevs);
392 GEN_CHECK_OFF(PDM, pDevInstances);
393 GEN_CHECK_OFF(PDM, pUsbDevs);
394 GEN_CHECK_OFF(PDM, pUsbInstances);
395 GEN_CHECK_OFF(PDM, pDrvs);
396 GEN_CHECK_OFF(PDM, aPciBuses);
397 GEN_CHECK_OFF_DOT(PDM, aPciBuse
[all...]
H A DtstVMStructSize.cpp404 CHECK_MEMBER_ALIGNMENT(PDM, CritSect, sizeof(uintptr_t));
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h3 * PDM - Internal header file.
58 * Enables/disables PDM critsect strictness like deadlock detection. */
65 * Enables/disables PDM read/write critsect strictness like deadlock
77 /** Pointer to a PDM Device. */
79 /** Pointer to a pointer to a PDM Device. */
82 /** Pointer to a PDM USB Device. */
84 /** Pointer to a pointer to a PDM USB Device. */
87 /** Pointer to a PDM Driver. */
89 /** Pointer to a pointer to a PDM Driver. */
92 /** Pointer to a PDM Logica
1058 typedef struct PDM struct
1140 } PDM; typedef in typeref:struct:PDM
[all...]
/vbox/src/VBox/Runtime/VBox/
H A Dlog-vbox.cpp270 ASSERT_LOG_GROUP(PDM);
/vbox/src/VBox/VMM/VMMAll/
H A DMMAll.cpp605 TAG2STR(PDM);
/vbox/include/VBox/vmm/
H A Dvm.h193 /** PDM part. */
310 /** PDM Queues are pending. */
314 /** PDM DMA transfers are pending. */
371 /** PDM critical section unlocking is pending, process promptly upon return to R3. */
1049 /** PDM part. */
1053 struct PDM s;
/vbox/src/VBox/VMM/VMMR3/
H A DPDM.cpp3 * PDM - Pluggable Device Manager.
19 /** @page pg_pdm PDM - The Pluggable Device & Driver Manager
24 * instantiated at runtime by PDM using the information found in the
27 * While the chief purpose of PDM is to manager of devices their drivers, it
37 * Devices register themselves when the module containing them is loaded. PDM
41 * configured VM) name. The name is not only used in PDM but also in CFGM (to
45 * When all device modules have been successfully loaded PDM will instantiate
48 * instantiating a device PDM provides device instance memory and a callback
75 * Several kinds of devices interacts with the VMM and/or other device and PDM
77 * calls a special registration device helper with a set of callbacks, PDM
[all...]

Completed in 67 milliseconds