Changeset 72877 in vbox for trunk/include/VBox
- Timestamp:
- Jul 4, 2018 2:27:12 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123422
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/em.h
r72655 r72877 324 324 VMM_INT_DECL(int) EMInterpretDRxRead(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame, uint32_t DestRegGen, uint32_t SrcRegDrx); 325 325 VMM_INT_DECL(int) EMInterpretRdmsr(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame); 326 VMM_INT_DECL(int) EMInterpretWrmsr(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame);327 326 /** @} */ 328 327 -
trunk/include/VBox/vmm/iem.h
r72743 r72877 300 300 VMM_INT_DECL(VBOXSTRICTRC) IEMExecDecodedRdtsc(PVMCPU pVCpu, uint8_t cbInstr); 301 301 VMM_INT_DECL(VBOXSTRICTRC) IEMExecDecodedRdtscp(PVMCPU pVCpu, uint8_t cbInstr); 302 VMM_INT_DECL(VBOXSTRICTRC) IEMExecDecodedWrmsr(PVMCPU pVCpu, uint8_t cbInstr); 302 303 303 304 #ifdef VBOX_WITH_NESTED_HWVIRT_SVM
Note:
See TracChangeset
for help on using the changeset viewer.