mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
add address of the CMCI register
This commit is contained in:
parent
079da6afc3
commit
12306ee73b
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ extern "C" {
|
|||
#define APIC_SVR 0x00F0
|
||||
/// Error Status Register
|
||||
#define APIC_ESR 0x0280
|
||||
/// Corrected Machine-Check Error Interrupt Register
|
||||
#define APIC_CMCI 0x02F0
|
||||
/// Interrupt Command Register [bits 0-31]
|
||||
#define APIC_ICR1 0x0300
|
||||
/// Interrupt Command Register [bits 32-63]
|
||||
|
|
Loading…
Add table
Reference in a new issue