VirtualBox

Changeset 20838 in vbox for trunk/include


Ignore:
Timestamp:
Jun 23, 2009 2:15:46 PM (16 years ago)
Author:
vboxsync
Message:

NMI updates

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/hwaccm.h

    r20374 r20838  
    118118 * @{
    119119 */
    120 VMMR3DECL(bool) HWACCMR3IsEventPending(PVM pVM);
     120VMMR3DECL(bool) HWACCMR3IsEventPending(PVMCPU pVCpu);
    121121VMMR3DECL(int)  HWACCMR3Init(PVM pVM);
    122122VMMR3DECL(int)  HWACCMR3InitCPU(PVM pVM);
  • trunk/include/VBox/vm.h

    r20835 r20838  
    302302#define VMCPU_FF_TIMER                      RT_BIT_32(2)
    303303/** This action forces the VM to check any pending NMIs. */
    304 #define VMCPU_FF_INTERRUPT_NMI              RT_BIT_32(3)
     304#define VMCPU_FF_INTERRUPT_NMI_BIT          3
     305#define VMCPU_FF_INTERRUPT_NMI              RT_BIT_32(VMCPU_FF_INTERRUPT_NMI_BIT)
    305306/** This action forces the VM to check any pending SMIs. */
    306 #define VMCPU_FF_INTERRUPT_SMI              RT_BIT_32(4)
     307#define VMCPU_FF_INTERRUPT_SMI_BIT          4
     308#define VMCPU_FF_INTERRUPT_SMI              RT_BIT_32(VMCPU_FF_INTERRUPT_SMI_BIT)
    307309/** PDM critical section unlocking is pending, process promptly upon return to R3. */
    308310#define VMCPU_FF_PDM_CRITSECT               RT_BIT_32(5)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette