Changeset 45712 in vbox
- Timestamp:
- Apr 24, 2013 4:27:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r45704 r45712 173 173 /** The VM-exit exit qualification. */ 174 174 RTGCUINTPTR uExitQualification; 175 #if GC_ARCH_BITS == 32 176 /** Alignment. */ 177 uint32_t u32Alignment1; 178 #endif 175 179 176 180 /** The VM-exit interruption-information field. */ … … 236 240 static void hmR0VmxFlushVpid(PVM pVM, PVMCPU pVCpu, VMX_FLUSH_VPID enmFlush, RTGCPTR GCPtr); 237 241 static int hmR0VmxInjectEventVmcs(PVMCPU pVCpu, PCPUMCTX pMixedCtx, uint64_t u64IntrInfo, uint32_t cbInstr, 238 uint32_t u32ErrCode, RTGCUINTREG uCR2, uint32_t *puIntrState);242 uint32_t u32ErrCode, RTGCUINTREG GCPtrFaultAddress, uint32_t *puIntrState); 239 243 #if HC_ARCH_BITS == 32 && !defined(VBOX_WITH_HYBRID_32BIT_KERNEL) 240 244 static int hmR0VmxInitVmcsReadCache(PVM pVM, PVMCPU pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.