interrupt_ack interrupt_subscriber
API Reference Manual  /  4 Model-to-Model Interfaces  / 

interrupt_cpu

Description
Interface that must be implemented by an interrupt source that sends interrupts through the x86 interface. Used to reestablish the ack function when loading a checkpoint.

SIM_INTERFACE(interrupt_cpu) {
        interrupt_ack_fn_t ack;
};

#define INTERRUPT_CPU_INTERFACE "interrupt_cpu"

Execution Context
Cell Context for all methods.

interrupt_ack interrupt_subscriber