Changeset 99739 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- May 11, 2023 1:01:08 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157315
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp
r98103 r99739 773 773 * Lazily sync in the hypervisor debug state 774 774 * 775 * @returns VBox status code.776 775 * @param pVCpu The cross context virtual CPU structure of the calling EMT. 777 776 * @param fDr6 Whether to include DR6 or not. -
trunk/src/VBox/VMM/VMMR0/DBGFR0Bp.cpp
r98103 r99739 57 57 * Used by DBGFR0InitPerVM() to initialize the breakpoint manager. 58 58 * 59 * @returns nothing.60 59 * @param pGVM The global (ring-0) VM structure. 61 60 */ -
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r99211 r99739 1734 1734 * Exports the guest (or nested-guest) segment registers into the VMCB. 1735 1735 * 1736 * @returns VBox status code.1737 1736 * @param pVCpu The cross context virtual CPU structure. 1738 1737 * @param pVmcb Pointer to the VM control block. … … 5607 5606 * for re-entry next time around. 5608 5607 * 5609 * @returns Strict VBox status code (i.e. informational status codes too).5610 5608 * @param pSvmTransient The SVM-transient structure. 5611 5609 * @param pDbgState The debug state. -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r99687 r99739 940 940 * Free all VT-x structures for the VM. 941 941 * 942 * @returns IPRT status code.943 942 * @param pVM The cross context VM structure. 944 943 */ … … 1604 1603 * Flushes the TLB using EPT. 1605 1604 * 1606 * @returns VBox status code.1607 1605 * @param pVCpu The cross context virtual CPU structure of the calling 1608 1606 * EMT. Can be NULL depending on @a enmTlbFlush. … … 1641 1639 * Flushes the TLB using VPID. 1642 1640 * 1643 * @returns VBox status code.1644 1641 * @param pVCpu The cross context virtual CPU structure of the calling 1645 1642 * EMT. Can be NULL depending on @a enmTlbFlush. … … 4393 4390 * VMX-preemption timer. 4394 4391 * 4395 * @returns VBox status code.4396 4392 * @param pVCpu The cross context virtual CPU structure. 4397 4393 * @param pVmxTransient The VMX-transient structure. -
trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
r98103 r99739 166 166 * Called at the end of the ring-0 initialization to seal access handler types. 167 167 * 168 * @returns VBox status code.169 168 * @param pGVM Pointer to the global VM structure. 170 169 */
Note:
See TracChangeset
for help on using the changeset viewer.