Changeset 33935 in vbox for trunk/include
- Timestamp:
- Nov 10, 2010 3:37:02 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67595
- Location:
- trunk/include/VBox
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/cpum.h
r32344 r33935 461 461 * @{ 462 462 */ 463 VMMR0DECL(int) CPUMR0ModuleInit(); 464 VMMR0DECL(int) CPUMR0ModuleTerm(); 463 465 VMMR0DECL(int) CPUMR0Init(PVM pVM); 464 466 VMMR0DECL(int) CPUMR0LoadGuestFPU(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx); … … 469 471 VMMR0DECL(int) CPUMR0SaveHostDebugState(PVM pVM, PVMCPU pVCpu); 470 472 VMMR0DECL(int) CPUMR0LoadHyperDebugState(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx, bool fDR6); 473 #ifdef VBOX_WITH_VMMR0_DISABLE_LAPIC_NMI 474 VMMR0DECL(void) CPUMR0SetLApic(PVM pVM, RTCPUID idHostCpu); 475 #endif 471 476 472 477 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.