abs_pointer_activate bank_after_read
API Reference Manual  /  5 Model-to-Simulator Interfaces  / 

apic_bus_v2

Description
The interface is used to handle extended 32-bit addressing mode supported by x2APIC. See apic_bus documentation.
SIM_INTERFACE(apic_bus_v2) {
        apic_bus_status_t (*interrupt)(conf_object_t *obj,
                apic_destination_mode_t dest_mode,
                apic_delivery_mode_t delivery_mode,
                int level_assert,
                apic_trigger_mode_t trigger_mode,
                uint8 vector,
                uint32 destination);
};
#define APIC_BUS_V2_INTERFACE "apic_bus_v2"

Execution Context
Cell Context.

abs_pointer_activate bank_after_read