Changeset 30326 in vbox for trunk/src/VBox/VMM/PGMShw.h
- Timestamp:
- Jun 21, 2010 12:35:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMShw.h
r28800 r30326 123 123 /* all */ 124 124 PGM_SHW_DECL(int, GetPage)(PVMCPU pVCpu, RTGCPTR GCPtr, uint64_t *pfFlags, PRTHCPHYS pHCPhys); 125 PGM_SHW_DECL(int, ModifyPage)(PVMCPU pVCpu, RTGCPTR GCPtr, size_t cb, uint64_t fFlags, uint64_t fMask );125 PGM_SHW_DECL(int, ModifyPage)(PVMCPU pVCpu, RTGCPTR GCPtr, size_t cb, uint64_t fFlags, uint64_t fMask, uint32_t fOpFlags); 126 126 RT_C_DECLS_END 127 127
Note:
See TracChangeset
for help on using the changeset viewer.