Home
last modified time | relevance | path

Searched refs:handler (Results 1 – 15 of 15) sorted by relevance

/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dxtensa_intr.c89 void * handler; member
122 old = entry->handler; in xt_set_interrupt_handler()
125 entry->handler = f; in xt_set_interrupt_handler()
129 entry->handler = &xt_unhandled_interrupt; in xt_set_interrupt_handler()
Dreadme_xtensa.txt546 code installed at the vector jumps to the corresponding handler,
592 Level 1 interrupts are identified at the beginning of the handler
593 and are dispatched to a dedicated handler. Then, syscall and alloca
596 to the coprocessor handler.
600 Having allocated the exception stack frame, the user exception handler
604 into a table of user-specified handlers. The correct handler is then
605 called. If the handler returns, the context is restored and control is
606 returned to the code that caused the exception. The user-defined handler
611 the handler enables all interrupts above that priority level after
613 and then calls the handler (found in the handler table) for the
[all …]
/Kernel-v11.1.0/portable/IAR/RL78/
Dportasm.s45 ; FreeRTOS yield handler. This is installed as the BRK software interrupt
46 ; handler.
70 ; FreeRTOS Timer Tick handler.
71 ; This is installed as the interval timer interrupt handler.
/Kernel-v11.1.0/portable/IAR/AVR32_UC3/
Dexception.s82216 // R12 a pointer to a user-provided interrupt handler.
239 cp.w r12, 0 // Get the pointer to the interrupt handler returned by the function.
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.
262 cp.w r12, 0 // Get the pointer to the interrupt handler returned by the function.
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.
285 cp.w r12, 0 // Get the pointer to the interrupt handler returned by the function.
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.
[all …]
/Kernel-v11.1.0/portable/IAR/ARM_CA5_No_GIC/
DportASM.s51 ; SVC handler is used to yield a task.
75 ; IRQ interrupt handler used when individual priorities cannot be masked
111 ; Call the port part specific handler.
/Kernel-v11.1.0/portable/IAR/ARM_CA9/
DportASM.s52 ; SVC handler is used to yield a task.
73 ; PL390 GIC interrupt handler
110 ; Call the interrupt handler. r4 is pushed to maintain alignment.
/Kernel-v11.1.0/portable/RVDS/ARM_CA9/
DportASM.s48 ; SVC handler is used to yield a task.
69 ; PL390 GIC interrupt handler
107 ; Call the interrupt handler. r4 is pushed to maintain alignment.
/Kernel-v11.1.0/portable/GCC/NiosII/
Dport.c206 alt_irq[ id ].handler = isr; in _alt_ic_isr_register()
/Kernel-v11.1.0/portable/IAR/STR75x/
Dportasm.s7953 ; handler.
/Kernel-v11.1.0/portable/IAR/STR91x/
Dportasm.s7952 ; handler.
/Kernel-v11.1.0/portable/IAR/AtmelSAM9XE/
Dportasm.s7951 ; handler.
/Kernel-v11.1.0/portable/IAR/STR71x/
Dportasm.s7954 ; handler.
/Kernel-v11.1.0/portable/IAR/LPC2000/
Dportasm.s7955 ; handler.
/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/
Dportasm.s7954 ; handler.
/Kernel-v11.1.0/
DHistory.txt1232 peripheral into the interrupt handler.
1271 handler.
1289 being called from an interrupt handler.
1437 without using the SVC handler.
1696 + Added a vQueueDelete() handler for the FreeRTOS MPU port (this was
2378 requires that an SVC handler be installed in the application.