Module mptable

Source
Expand description

MP Table configurations used for defining VM boot status. MP Table configurations used for defining VM boot status.

Enums§

Error
MP Table related errors

Constants§

APIC_VERSION
APIC version in mptable
MAX_SUPPORTED_CPUS
With APIC/xAPIC, there are only 255 APIC IDs available. And IOAPIC occupies one APIC ID, so only 254 CPUs at maximum may be supported. Actually it’s a large number for Dragonball usecases.

Functions§

setup_mptable
Performs setup of the MP table for the given num_cpus

Type Aliases§

Result
Generic type for MP Table Results.