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

/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1109 GEN_CHECK_SIZE(VMM); variable
1110 GEN_CHECK_OFF(VMM, offVM);
1111 GEN_CHECK_OFF(VMM, cbCoreCode);
1112 GEN_CHECK_OFF(VMM, HCPhysCoreCode);
1113 GEN_CHECK_OFF(VMM, pvCoreCodeR3);
1114 GEN_CHECK_OFF(VMM, pvCoreCodeR0);
1115 GEN_CHECK_OFF(VMM, pvCoreCodeRC);
1116 GEN_CHECK_OFF(VMM, enmSwitcher);
1117 GEN_CHECK_OFF(VMM, aoffSwitchers);
1118 GEN_CHECK_OFF_DOT(VMM, aoffSwitcher
[all...]
/vbox/src/VBox/VMM/include/
H A DVMMInternal.h3 * VMM - Internal header file.
29 # error "Not in VMM! This is an internal header!"
55 * Enables VMM stack guard pages to catch stack over- and underruns. */
62 * Converts a VMM pointer into a VM pointer.
63 * @returns Pointer to the VM structure the VMM is part of.
64 * @param pVMM Pointer to VMM instance data.
196 * VMM Data (part of VM)
198 typedef struct VMM struct
226 * This will be set before the VMM is fully initialized. */
389 } VMM; typedef in typeref:struct:VMM
[all...]

Completed in 35 milliseconds