VirtualBox

Changeset 22584 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Aug 31, 2009 6:38:57 AM (15 years ago)
Author:
vboxsync
Message:

Devices: tab

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevAPIC.cpp

    r22480 r22584  
    150150
    151151/* APIC delivery modes */
    152 #define APIC_DM_FIXED   0
    153 #define APIC_DM_LOWPRI  1
    154 #define APIC_DM_SMI     2
    155 #define APIC_DM_NMI     4
    156 #define APIC_DM_INIT    5
    157 #define APIC_DM_SIPI    6
    158 #define APIC_DM_EXTINT  7
     152#define APIC_DM_FIXED   0
     153#define APIC_DM_LOWPRI  1
     154#define APIC_DM_SMI     2
     155#define APIC_DM_NMI     4
     156#define APIC_DM_INIT    5
     157#define APIC_DM_SIPI    6
     158#define APIC_DM_EXTINT  7
    159159
    160160/* APIC destination mode */
    161 #define APIC_DESTMODE_FLAT      0xf
    162 #define APIC_DESTMODE_CLUSTER   1
     161#define APIC_DESTMODE_FLAT      0xf
     162#define APIC_DESTMODE_CLUSTER   1
    163163
    164164#define APIC_TRIGGER_EDGE  0
    165165#define APIC_TRIGGER_LEVEL 1
    166166
    167 #define APIC_LVT_TIMER_PERIODIC         (1<<17)
    168 #define APIC_LVT_MASKED                 (1<<16)
    169 #define APIC_LVT_LEVEL_TRIGGER          (1<<15)
    170 #define APIC_LVT_REMOTE_IRR             (1<<14)
    171 #define APIC_INPUT_POLARITY             (1<<13)
    172 #define APIC_SEND_PENDING               (1<<12)
    173 
    174 #define IOAPIC_NUM_PINS                 0x18
     167#define APIC_LVT_TIMER_PERIODIC         (1<<17)
     168#define APIC_LVT_MASKED                 (1<<16)
     169#define APIC_LVT_LEVEL_TRIGGER          (1<<15)
     170#define APIC_LVT_REMOTE_IRR             (1<<14)
     171#define APIC_INPUT_POLARITY             (1<<13)
     172#define APIC_SEND_PENDING               (1<<12)
     173
     174#define IOAPIC_NUM_PINS                 0x18
    175175
    176176#define ESR_ILLEGAL_ADDRESS (1 << 7)
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