- Timestamp:
- Apr 20, 2019 4:33:22 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r78221 r78223 1543 1543 * the read/write access of this MSR. 1544 1544 * 1545 * @param pVCpu The cross context virtual CPU structure. 1545 1546 * @param pVmcsInfo The VMCS info. object. 1546 1547 * @param fIsNstGstVmcs Whether this is a nested-guest VMCS. … … 2142 2143 * 2143 2144 * @param pVCpu The cross context virtual CPU structure. 2145 * @param pVmcsInfo The VMCS info. object. 2144 2146 */ 2145 2147 static void hmR0VmxCheckAutoLoadStoreMsrs(PVMCPU pVCpu, PCVMXVMCSINFO pVmcsInfo) … … 2901 2903 * @param pVCpu The cross context virtual CPU structure. 2902 2904 * @param pVmcsInfo The VMCS info. object. 2903 * @param fIsNstGstVmcs Whether this is a nested-guest VMCS.2904 2905 */ 2905 2906 static int hmR0VmxSetupVmcsPinCtls(PVMCPU pVCpu, PVMXVMCSINFO pVmcsInfo) … … 2955 2956 * @param pVCpu The cross context virtual CPU structure. 2956 2957 * @param pVmcsInfo The VMCS info. object. 2957 * @param fIsNstGstVmcs Whether this is a nested-guest VMCS.2958 2958 */ 2959 2959 static int hmR0VmxSetupVmcsProcCtls2(PVMCPU pVCpu, PVMXVMCSINFO pVmcsInfo) … … 3049 3049 * @param pVCpu The cross context virtual CPU structure. 3050 3050 * @param pVmcsInfo The VMCS info. object. 3051 * @param fIsNstGstVmcs Whether this is a nested-guest VMCS.3052 3051 */ 3053 3052 static int hmR0VmxSetupVmcsProcCtls(PVMCPU pVCpu, PVMXVMCSINFO pVmcsInfo) … … 5860 5859 * 5861 5860 * @returns VBox status code. 5862 * @param pVCpu The cross context virtual CPU structure.5863 * @param pVm csInfo The VMCS info. object.5861 * @param pVCpu The cross context virtual CPU structure. 5862 * @param pVmxTransient The VMX-transient structure. 5864 5863 * 5865 5864 * @remarks No-long-jump zone!!! … … 7119 7118 * @returns VBox status code. 7120 7119 * @param pVCpu The cross context virtual CPU structure. 7121 * @param pSelReg Pointer to the segment selector.7122 7120 * 7123 7121 * @remarks Called with interrupts and/or preemption disabled, try not to assert and … … 7153 7151 * @returns VBox status code. 7154 7152 * @param pVCpu The cross context virtual CPU structure. 7155 * @param pSelReg Pointer to the segment selector.7156 7153 * 7157 7154 * @remarks Called with interrupts and/or preemption disabled, try not to assert and … … 7774 7771 if (enmTrpmEvent == TRPM_TRAP) 7775 7772 { 7776 /** @todo r=ramshankar: TRPM currently offers no way to determine a #DB that was7773 /** @todo r=ramshankar: TRPM currently offers no way to determine a \#DB that was 7777 7774 * generated using INT1 (ICEBP). */ 7778 7775 switch (uVector) … … 8597 8594 * @returns Strict VBox status code (i.e. informational status codes too). 8598 8595 * @param pVCpu The cross context virtual CPU structure. 8599 * @param pVmcsInfo The VMCS info. object.8600 8596 * @param pVmxTransient The VMX-transient structure. 8601 8597 * @param pfIntrState Where to store the VT-x guest-interruptibility state.
Note:
See TracChangeset
for help on using the changeset viewer.