Changeset 91952 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Oct 21, 2021 1:57:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pgm.h
r91854 r91952 728 728 VMMDECL(void) PGMR3PhysSetA20(PVMCPU pVCpu, bool fEnable); 729 729 730 VMMR3DECL(int) PGMR3MappingsSize(PVM pVM, uint32_t *pcb);731 VMMR3DECL(int) PGMR3MappingsFix(PVM pVM, RTGCPTR GCPtrBase, uint32_t cb);732 VMMR3DECL(int) PGMR3MappingsUnfix(PVM pVM);733 734 730 VMMR3_INT_DECL(int) PGMR3HandlerPhysicalTypeRegisterEx(PVM pVM, PGMPHYSHANDLERKIND enmKind, 735 731 PFNPGMPHYSHANDLER pfnHandlerR3,
Note:
See TracChangeset
for help on using the changeset viewer.