![]() |
MOS Source Code
|
Public Attributes | ||
u8 | interrupt_vec: 8 | |
u8 | delivery_mode: 3 | |
bool | destination_mode: 1 | |
bool | pending: 1 | |
ioapic_polarity_t | polarity: 1 | |
bool | something: 1 | |
ioapic_trigger_mode_t | trigger_mode: 1 | |
bool | mask: 1 | |
u64 | reserved: 39 | |
struct { | ||
u8 target_apic_id: 4 | ||
u8 something_else: 4 | ||
} | destination | |
Definition at line 33 of file ioapic.cpp.
u8 interrupt_vec |
Definition at line 35 of file ioapic.cpp.
Referenced by ioapic_disable(), and ioapic_enable_with_mode().
u8 delivery_mode |
Definition at line 36 of file ioapic.cpp.
bool destination_mode |
Definition at line 37 of file ioapic.cpp.
bool pending |
Definition at line 38 of file ioapic.cpp.
ioapic_polarity_t polarity |
Definition at line 39 of file ioapic.cpp.
Referenced by ioapic_enable_with_mode().
bool something |
Definition at line 40 of file ioapic.cpp.
ioapic_trigger_mode_t trigger_mode |
Definition at line 41 of file ioapic.cpp.
Referenced by ioapic_enable_with_mode().
bool mask |
Definition at line 42 of file ioapic.cpp.
Referenced by ioapic_disable().
u64 reserved |
Definition at line 43 of file ioapic.cpp.
u8 target_apic_id |
Definition at line 46 of file ioapic.cpp.
Referenced by ioapic_enable_with_mode().
u8 something_else |
Definition at line 47 of file ioapic.cpp.
struct { ... } destination |
Referenced by ioapic_enable_with_mode().