apic apic_bus_v2
Simics Reference Manual  /  5 Classes  / 

apic-bus

Description

The apic-bus class handles traffic on the APIC bus. Zero or more I/O-APICs and at least one APIC can be connected to each apic-bus instance.

Interfaces Implemented

conf_object, log_object, apic_bus, apic_bus_v2, io_memory, interrupt_ack, apic_to_apic_bus

Notifiers

cell-change
Notifier that is triggered after the object's cell was changed.
object-delete
Notifier that is triggered just before Simics object is deleted.
queue-change
Notifier that is triggered after the object's clock was changed. New clock can be obtained with the SIM_object_clock function.

Commands for this class

Attributes

apics
Required attribute; read/write access; type: [o*]
(apic*). List of all APICs on the bus. The list index must match the APIC ID. The connected objects must implement the apic interface.
ioapic
Optional attribute; read/write access; type: n|o|[o+]
The I/O-APICs (an object or a list of objects implementing the ioapic interface) connected to the bus.
pic
Optional attribute; read/write access; type: n|o
8259A compatible interrupt controller that is asked for a vector if an interrupt is received from an I/O-APIC with the ExtINT delivery mode. Must implement the interrupt_cpu interface.

Provided By

apic
apic apic_bus_v2