VIRTUTECH CONFIDENTIAL    Previous - Up - Next

Core_External_Interrupt

Provided By
Simics Core
Callback Type
void (*)(lang_void *callback_data,
conf_object_t *trigger_obj, integer_t source_mid);
Index
source_mid
Description
(SPARC only) Called when a processor receives an external interrupt. The trigger object is the receiving cpu, and source_mid is the mid of the sending cpu/device. The hap will be triggered even if interrupts are disabled, but not if the interrupt logic is busy.

VIRTUTECH CONFIDENTIAL    Previous - Up - Next