pub struct XAPIC { /* private fields */ }
Expand description

State for the XAPIC driver.

Implementations

Create a new xAPIC object for the local CPU.

Pass the xAPCI region which is at XXX unless you have relocated the region.

Attach driver to the xAPIC (enables device).

Detach driver form the xAPIC (disables device).

Trait Implementations

Is this the bootstrap core?

Read local APIC ID.

Read APIC version

End Of Interrupt – Acknowledge interrupt delivery.

Enable TSC timer.

Set TSC deadline value.

Send a INIT IPI to a core.

Deassert INIT IPI.

Send a STARTUP IPI to a core.

Send a generic IPI.

Returns the logical APIC ID.

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.