Changeset 54496 in vbox for trunk/include
- Timestamp:
- Feb 25, 2015 2:33:18 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98605
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/apic.h
r53835 r54496 42 42 #define APIC_REG_LVT_THMR 0x0330 43 43 #define APIC_REG_LVT_CMCI 0x02F0 44 #define APIC_REG_EILVT0 0x0500 45 #define APIC_REG_EILVT1 0x0510 46 #define APIC_REG_EILVT2 0x0520 47 #define APIC_REG_ELLVT3 0x0530 44 48 #define APIC_REG_LVT_MODE_MASK (RT_BIT(8) | RT_BIT(9) | RT_BIT(10)) 45 49 #define APIC_REG_LVT_MODE_FIXED 0 -
trunk/include/VBox/apic.mac
r53835 r54496 10 10 %define APIC_REG_LVT_THMR 0x0330 11 11 %define APIC_REG_LVT_CMCI 0x02F0 12 %define APIC_REG_EILVT0 0x0500 13 %define APIC_REG_EILVT1 0x0510 14 %define APIC_REG_EILVT2 0x0520 15 %define APIC_REG_EILVT3 0x0530 12 16 %define APIC_REG_LVT_MODE_MASK (RT_BIT(8) | RT_BIT(9) | RT_BIT(10)) 13 17 %define APIC_REG_LVT_MODE_FIXED 0
Note:
See TracChangeset
for help on using the changeset viewer.