Changeset 66318 in vbox for trunk/include/VBox
- Timestamp:
- Mar 29, 2017 6:23:28 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114247
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm.h
r66301 r66318 154 154 VMM_INT_DECL(VBOXSTRICTRC) HMSvmVmmcall(PVMCPU pVCpu, PCPUMCTX pCtx, bool *pfRipUpdated); 155 155 VMM_INT_DECL(VBOXSTRICTRC) HMSvmVmrun(PVMCPU pVCpu, PCPUMCTX pCtx, RTGCPHYS GCPhysVmcb); 156 VMM_INT_DECL(int) HMSvmNstGstGetInterrupt(P VMCPU pVCpu, PCCPUMCTX pCtx, uint8_t *pu8Interrupt);157 VMM_INT_DECL(bool) HMSvmNstGstIsInterruptPending(P VMCPU pVCpu, PCCPUMCTX pCtx);156 VMM_INT_DECL(int) HMSvmNstGstGetInterrupt(PCCPUMCTX pCtx, uint8_t *pu8Interrupt); 157 VMM_INT_DECL(bool) HMSvmNstGstIsInterruptPending(PCCPUMCTX pCtx); 158 158 159 159 #ifndef IN_RC
Note:
See TracChangeset
for help on using the changeset viewer.