Changeset 65168 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 5, 2017 8:14:10 PM (8 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r64720 r65168 153 153 * Loads a the hidden parts of a selector register. 154 154 * 155 * @param pVCpu The cross context virtual CPU structure of the calling EMT. 155 * @param pVCpu The cross context virtual CPU structure of the calling EMT. 156 * @param pSReg The selector register to lazily load hidden parts of. 156 157 */ 157 158 VMM_INT_DECL(void) CPUMGuestLazyLoadHiddenSelectorReg(PVMCPU pVCpu, PCPUMSELREG pSReg) -
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r65097 r65168 191 191 * Helper used by iret. 192 192 * 193 * @param pVCpu The cross context virtual CPU structure of the calling thread. 193 194 * @param uCpl The new CPL. 194 195 * @param pSReg Pointer to the segment register. -
trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp
r62606 r65168 457 457 * or does not return at all (when the trap is actually forwarded) 458 458 * 459 * @param pV M The cross context VMstructure.459 * @param pVCpu The cross context virtual CPU structure. 460 460 * @param pRegFrame Pointer to the register frame for the trap. 461 461 * @param iGate Trap or interrupt gate number
Note:
See TracChangeset
for help on using the changeset viewer.