Changeset 71834 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
- Timestamp:
- Apr 12, 2018 7:21:00 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122041
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r71092 r71834 456 456 457 457 /** 458 * Get the SVM pause-filter count. 459 */ 460 # define IEM_GET_SVM_PAUSE_FILTER_COUNT(a_pVCpu) (CPUMGetGuestSvmPauseFilterCount(a_pVCpu, IEM_GET_CTX(a_pVCpu))) 461 462 /** 458 463 * Invokes the SVM \#VMEXIT handler for the nested-guest. 459 464 */ … … 490 495 # define IEM_IS_SVM_WRITE_DR_INTERCEPT_SET(a_pVCpu, a_uDr) (false) 491 496 # define IEM_IS_SVM_XCPT_INTERCEPT_SET(a_pVCpu, a_uVector) (false) 497 # define IEM_GET_SVM_PAUSE_FILTER_COUNT(a_pVCpu) (0) 492 498 # define IEM_RETURN_SVM_VMEXIT(a_pVCpu, a_uExitCode, a_uExitInfo1, a_uExitInfo2) do { return VERR_SVM_IPE_1; } while (0) 493 499 # define IEM_RETURN_SVM_CRX_VMEXIT(a_pVCpu, a_uExitCode, a_enmAccessCrX, a_iGReg) do { return VERR_SVM_IPE_1; } while (0)
Note:
See TracChangeset
for help on using the changeset viewer.