#[repr(C)]
pub struct SMPRequest { pub id: [u64; 4], pub revision: u64, pub response: Option<NonNull<SMPResponse>>, pub flags: u64, }
Expand description

Request the bootloader bootstrap the secondary processors

Fields

id: [u64; 4]

The request id array

revision: u64

The request revision

response: Option<NonNull<SMPResponse>>

Response pointer

flags: u64

Flags for the bootloader Bit 0 - Enable X2APIC if available

Implementations

Create a new instance of this request

Alias to Self::new

Wrap the item in [Request]

Trait Implementations

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.