Changeset 53835 in vbox for trunk/include/VBox
- Timestamp:
- Jan 15, 2015 8:39:49 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97648
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/apic.h
r47844 r53835 41 41 #define APIC_REG_LVT_PC 0x0340 42 42 #define APIC_REG_LVT_THMR 0x0330 43 #define APIC_REG_LVT_CMCI 0x02F0 43 44 #define APIC_REG_LVT_MODE_MASK (RT_BIT(8) | RT_BIT(9) | RT_BIT(10)) 44 45 #define APIC_REG_LVT_MODE_FIXED 0 -
trunk/include/VBox/apic.mac
r47876 r53835 9 9 %define APIC_REG_LVT_PC 0x0340 10 10 %define APIC_REG_LVT_THMR 0x0330 11 %define APIC_REG_LVT_CMCI 0x02F0 11 12 %define APIC_REG_LVT_MODE_MASK (RT_BIT(8) | RT_BIT(9) | RT_BIT(10)) 12 13 %define APIC_REG_LVT_MODE_FIXED 0
Note:
See TracChangeset
for help on using the changeset viewer.