Max OS 0.3
Loading...
Searching...
No Matches
MaxOS::hardwarecommunication::MADT_IO_APIC Struct Reference

An entry in the MADT table describing an IO APIC. More...

#include <apic.h>

Public Attributes

uint8_t io_apic_id
 The ID of the IO APIC.
 
uint8_t reserved
 Reserved.
 
uint32_t io_apic_address
 The physical address of the IO APIC.
 
uint32_t global_system_interrupt_base
 The first GSI number that this IO APIC handles.
 

Detailed Description

An entry in the MADT table describing an IO APIC.

Definition at line 96 of file apic.h.

Member Data Documentation

◆ global_system_interrupt_base

uint32_t MaxOS::hardwarecommunication::MADT_IO_APIC::global_system_interrupt_base

The first GSI number that this IO APIC handles.

Definition at line 100 of file apic.h.

◆ io_apic_address

uint32_t MaxOS::hardwarecommunication::MADT_IO_APIC::io_apic_address

The physical address of the IO APIC.

Definition at line 99 of file apic.h.

◆ io_apic_id

uint8_t MaxOS::hardwarecommunication::MADT_IO_APIC::io_apic_id

The ID of the IO APIC.

Definition at line 97 of file apic.h.

◆ reserved

uint8_t MaxOS::hardwarecommunication::MADT_IO_APIC::reserved

Reserved.

Definition at line 98 of file apic.h.


The documentation for this struct was generated from the following file: