Core_Address_Not_Mapped Core_At_Exit
API Reference Manual  /  12 Haps  / 

Core_Asynchronous_Trap

Description
SPARC: Triggered when an asynchronous trap occurs. This is either an external interrupt trap number == 0x60 or interrupt level n trap number 0x41 - 0x4F, or an asynchronous trap initiated by the user calling trap_cpu in the sparc-interrupt interface. The Core_External_Interrupt can also be used to catch interrupts, the difference is that Core_Asynchronous_Trap is only triggered if interrupts are enabled.
Callback Type
void (*)(lang_void *callback_data, 
         conf_object_t *trigger_obj, int64 trap_number);

Index
trap_number

Core_Address_Not_Mapped Core_At_Exit