Lines Matching refs:a
7 * Permission is hereby granted, free of charge, to any person obtaining a copy of
85 // EVBA must be aligned with a power of two strictly greater than the EVBA-
214 // All interrupts call a C function named _get_interrupt_handler.
216 // R12 a pointer to a user-provided interrupt handler.
240 movne pc, r12 // If this was not a spurious interrupt (R12 != NULL), jump to the handler.
241 rete // If this was a spurious interrupt (R12 == NULL), return from event handler.
263 movne pc, r12 // If this was not a spurious interrupt (R12 != NULL), jump to the handler.
264 rete // If this was a spurious interrupt (R12 == NULL), return from event handler.
286 movne pc, r12 // If this was not a spurious interrupt (R12 != NULL), jump to the handler.
287 rete // If this was a spurious interrupt (R12 == NULL), return from event handler.
309 movne pc, r12 // If this was not a spurious interrupt (R12 != NULL), jump to the handler.
310 rete // If this was a spurious interrupt (R12 == NULL), return from event handler.