Changeset 73617 in vbox for trunk/include
- Timestamp:
- Aug 10, 2018 2:09:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm.h
r73606 r73617 127 127 * @{ */ 128 128 VMMDECL(bool) HMIsEnabledNotMacro(PVM pVM); 129 VMMDECL(bool) HMCanExecuteGuest(PVMCPU pVCpu, PCCPUMCTX pCtx); 129 130 VMM_INT_DECL(int) HMInvalidatePage(PVMCPU pVCpu, RTGCPTR GCVirt); 130 131 VMM_INT_DECL(bool) HMHasPendingIrq(PVM pVM); … … 145 146 VMM_INT_DECL(int) HMVmxGetHostMsr(PVM pVM, uint32_t idMsr, uint64_t *puValue); 146 147 VMM_INT_DECL(const char *) HMVmxGetInstrDiagDesc(VMXVINSTRDIAG enmInstrDiag); 148 VMM_INT_DECL(bool) HMVmxCanExecuteGuest(PVMCPU pVCpu, PCCPUMCTX pCtx); 147 149 /** @} */ 148 150 … … 248 250 VMMR3_INT_DECL(void) HMR3ResetCpu(PVMCPU pVCpu); 249 251 VMMR3_INT_DECL(void) HMR3CheckError(PVM pVM, int iStatusCode); 250 VMMR3DECL(bool) HMR3CanExecuteGuest(PVM pVM, PCPUMCTX pCtx);251 252 VMMR3_INT_DECL(void) HMR3NotifyDebugEventChanged(PVM pVM); 252 253 VMMR3_INT_DECL(void) HMR3NotifyDebugEventChangedPerCpu(PVM pVM, PVMCPU pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.