Changeset 13879 in vbox for trunk/include/VBox
- Timestamp:
- Nov 5, 2008 4:11:03 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38877
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwaccm.h
r13873 r13879 124 124 */ 125 125 VMMR0DECL(int) HWACCMR0SetupVM(PVM pVM); 126 VMMR0DECL(int) HWACCMR0RunGuestCode(PVM pVM, uintptr_t idVCpu);127 VMMR0DECL(int) HWACCMR0Enter(PVM pVM, RTCPUID idVCpu);128 VMMR0DECL(int) HWACCMR0Leave(PVM pVM, RTCPUID idVCpu);129 VMMR0DECL(int) HWACCMR0InvalidatePage(PVM pVM, RTGCPTR GCVirt);126 VMMR0DECL(int) HWACCMR0RunGuestCode(PVM pVM, PVMCPU pVCpu); 127 VMMR0DECL(int) HWACCMR0Enter(PVM pVM, PVMCPU pVCpu); 128 VMMR0DECL(int) HWACCMR0Leave(PVM pVM, PVMCPU pVCpu); 129 VMMR0DECL(int) HWACCMR0InvalidatePage(PVM pVM, PVMCPU pVCpu); 130 130 VMMR0DECL(int) HWACCMR0FlushTLB(PVM pVM); 131 131 VMMR0DECL(bool) HWACCMR0SuspendPending(); -
trunk/include/VBox/vm.h
r13832 r13879 133 133 struct HWACCMCPU s; 134 134 #endif 135 char padding[ 32]; /* multiple of 32 */135 char padding[512]; /* multiple of 32 */ 136 136 } hwaccm; 137 137
Note:
See TracChangeset
for help on using the changeset viewer.