Changeset 72746 in vbox for trunk/include/VBox
- Timestamp:
- Jun 29, 2018 7:46:48 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123282
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm.h
r72744 r72746 176 176 VMM_INT_DECL(bool) HMAreMsrBitmapsAvailable(PVM pVM); 177 177 VMM_INT_DECL(PGMMODE) HMGetShwPagingMode(PVM pVM); 178 VMM_INT_DECL(void) HMSvmNstGstVmExitNotify(PVMCPU pVCpu, PCPUMCTX pCtx);179 178 VMM_INT_DECL(bool) HMSvmIsVGifActive(PVM pVM); 180 179 VMM_INT_DECL(uint64_t) HMSvmNstGstApplyTscOffset(PVMCPU pVCpu, uint64_t uTicks); 180 # ifdef VBOX_WITH_NESTED_HWVIRT_SVM 181 VMM_INT_DECL(void) HMSvmNstGstVmExitNotify(PVMCPU pVCpu, PCPUMCTX pCtx); 182 # endif 181 183 #else /* Nops in RC: */ 182 184 # define HMFlushTLB(pVCpu) do { } while (0)
Note:
See TracChangeset
for help on using the changeset viewer.