isr_template LUNAIX_SYS_PANIC
isr_template LUNAIX_SYS_CALL
+ isr_template LUNAIX_SCHED
isr_template APIC_ERROR_IV
isr_template APIC_LINT0_IV
isr_template APIC_TIMER_IV
isr_template APIC_SPIV_IV
isr_template RTC_TIMER_IV
+
isr_template PC_KBD_IV
+ isr_template AHCI_HBA_IV
interrupt_wrapper:
/*
soft_iret:
movl %eax, %esp
+#ifdef __ASM_INTR_DIAGNOSIS
+ movl %eax, (debug_resv + 8)
+ movl 56(%esp), %eax
+ movl %eax, (debug_resv + 4)
+#endif
+
popl %eax
popl %ebx
popl %ecx