Changeset 58126 in vbox for trunk/include
- Timestamp:
- Oct 8, 2015 8:59:48 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103223
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r58110 r58126 1339 1339 /** @} */ 1340 1340 1341 VMMDECL(void) CPUMSetChangedFlags(PVMCPU pVCpu, uint32_t fChanged Flags);1341 VMMDECL(void) CPUMSetChangedFlags(PVMCPU pVCpu, uint32_t fChangedAdd); 1342 1342 VMMR3DECL(uint32_t) CPUMR3RemEnter(PVMCPU pVCpu, uint32_t *puCpl); 1343 1343 VMMR3DECL(void) CPUMR3RemLeave(PVMCPU pVCpu, bool fNoOutOfSyncSels); -
trunk/include/VBox/vmm/pgm.h
r58125 r58126 65 65 * @returns true if the location is ok. 66 66 * @returns false if another location should be found. 67 * @param pVM The cross context VM structure. 67 68 * @param GCPtrOld The old virtual address. 68 69 * @param GCPtrNew The new virtual address.
Note:
See TracChangeset
for help on using the changeset viewer.