|
Public Member Functions |
| LocalApic () |
u32 | id () const |
| Gets the physical name of the APIC on the APIC bus.
|
u32 | version () const |
| Gets the hardware version of the local APIC.
|
u32 | maxLVTEntry () const |
| Gets the maximum LVT entry.
|
u32 | spuriousVector () const |
| Gets the spurious interrupt vector value.
|
bool | isSoftwareEnabled () const |
| Indicates if the Local APIC is software enabled.
|
void | enable () |
| Enabled the Local APIC.
|
void | setId (u32 id) |
| Sets the Local APIC ID.
|
std::ostream & | printStream (std::ostream &ostr) const |
| Dumps the structure contents to an output stream.
|