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 | |
u8 interrupt_vec |
Definition at line 35 of file ioapic.c.
Referenced by ioapic_disable(), and ioapic_enable_with_mode().
ioapic_polarity_t polarity |
Definition at line 39 of file ioapic.c.
Referenced by ioapic_enable_with_mode().
ioapic_trigger_mode_t trigger_mode |
Definition at line 41 of file ioapic.c.
Referenced by ioapic_enable_with_mode().
bool mask |
Definition at line 42 of file ioapic.c.
Referenced by ioapic_disable().
u8 target_apic_id |
Definition at line 46 of file ioapic.c.
Referenced by ioapic_enable_with_mode().
struct { ... } destination |
Referenced by ioapic_enable_with_mode().