Changeset 91587 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Oct 6, 2021 9:37:08 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147298
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r91450 r91587 3461 3461 * @retval VINF_SUCCESS if the read was performed successfully. 3462 3462 * @retval VINF_EM_RAW_GUEST_TRAP if an exception was raised but not dispatched yet. 3463 * @retval VINF_TRPM_XCPT_DISPATCHED if an exception was raised and dispatched.3464 3463 * 3465 3464 * @param pVCpu The cross context virtual CPU structure of the calling EMT. … … 3639 3638 * @retval VINF_SUCCESS if the read was performed successfully. 3640 3639 * @retval VINF_EM_RAW_GUEST_TRAP if an exception was raised but not dispatched yet. 3641 * @retval VINF_TRPM_XCPT_DISPATCHED if an exception was raised and dispatched.3642 3640 * 3643 3641 * @param pVCpu The cross context virtual CPU structure of the calling EMT. … … 3837 3835 * @retval VINF_SUCCESS if the read was performed successfully. 3838 3836 * @retval VINF_EM_RAW_GUEST_TRAP if an exception was raised but not dispatched yet. 3839 * @retval VINF_TRPM_XCPT_DISPATCHED if an exception was raised and dispatched.3840 3837 * 3841 3838 * @param pVCpu The cross context virtual CPU structure of the calling EMT.
Note:
See TracChangeset
for help on using the changeset viewer.