Changeset 82210 in vbox for trunk/include
- Timestamp:
- Nov 26, 2019 12:27:40 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/gim.h
r80281 r82210 92 92 /** The guest-physical address of the first page in the region. */ 93 93 RTGCPHYS GCPhysPage; 94 /** The MMIO2 handle. */ 95 PGMMMIO2HANDLE hMmio2; 94 96 /** The description of the region. */ 95 97 char szDescription[32]; … … 182 184 VMMR3DECL(void) GIMR3GimDeviceRegister(PVM pVM, PPDMDEVINS pDevInsR3, PGIMDEBUG pDbg); 183 185 VMMR3DECL(int) GIMR3GetDebugSetup(PVM pVM, PGIMDEBUGSETUP pDbgSetup); 184 VMMR3DECL(PGIMMMIO2REGION) GIMR3GetMmio2Regions(PVM pVM, uint32_t *pcRegions);185 186 /** @} */ 186 187 #endif /* IN_RING3 */ … … 188 189 VMMDECL(bool) GIMIsEnabled(PVM pVM); 189 190 VMMDECL(GIMPROVIDERID) GIMGetProvider(PVM pVM); 191 VMMDECL(PGIMMMIO2REGION) GIMGetMmio2Regions(PVMCC pVM, uint32_t *pcRegions); 190 192 VMM_INT_DECL(bool) GIMIsParavirtTscEnabled(PVMCC pVM); 191 193 VMM_INT_DECL(bool) GIMAreHypercallsEnabled(PVMCPUCC pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.