/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/ |
D | portasm.S | 139 * exit dispatcher saved in the task's stack frame at XT_STK_EXIT. 206 Must return via the exit dispatcher corresponding to the entrypoint from which 208 stack frame is deallocated in the exit dispatcher. 343 * This is a common dispatcher that acts as a shared exit path for all the context switch functions 356 * Exit: 358 * If incoming task was preempted by an interrupt, this function jumps to exit dispatcher. 379 l32i a2, sp, XT_STK_EXIT /* exit dispatcher or solicited flag */ 417 /* Interrupt stack frame. Restore full context and return to exit dispatcher. */ 432 Must return via the exit dispatcher corresponding to the entrypoint from which 434 stack frame is deallocated in the exit dispatcher. [all …]
|
D | xtensa_context.S | 91 Exit conditions: 222 Exit conditions: 337 Exit conditions: 382 Exit conditions: 430 Exit conditions: 448 beqz a2, .Ldone /* quick exit if none */ 539 Exit conditions:
|
D | xtensa_intr.c | 54 exit(-1); in xt_unhandled_exception() 101 exit(-1); in xt_unhandled_interrupt()
|
D | xtensa_vectors.S | 372 task or handler. The scheduler will return to the exit point that was 654 Exit point for dispatch. Saved in interrupt stack frame at XT_STK_EXIT 821 movi a0, _xt_user_exit /* save exit point for dispatch */ 928 call0 _xt_user_exit /* return via exit dispatcher */ 980 movi a0, _xt_user_exit /* save exit point for dispatch */ 1028 task or handler. The scheduler will return to the exit point that was 1062 movi a0, _xt_medint2_exit /* save exit point for dispatch */ 1087 Exit point for dispatch. Saved in interrupt stack frame at XT_STK_EXIT 1135 movi a0, _xt_medint3_exit /* save exit point for dispatch */ 1160 Exit point for dispatch. Saved in interrupt stack frame at XT_STK_EXIT [all …]
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/ |
D | portasm.S | 180 * exit dispatcher saved in the task's stack frame at XT_STK_EXIT. 263 Must return via the exit dispatcher corresponding to the entrypoint from which 265 stack frame is deallocated in the exit dispatcher. 417 * This is a common dispatcher that acts as a shared exit path for all the context switch functions 430 * Exit: 432 * If incoming task was preempted by an interrupt, this function jumps to exit dispatcher. 457 l32i a2, sp, XT_STK_EXIT /* exit dispatcher or solicited flag */ 501 /* Interrupt stack frame. Restore full context and return to exit dispatcher. */ 516 Must return via the exit dispatcher corresponding to the entrypoint from which 518 stack frame is deallocated in the exit dispatcher. [all …]
|
D | xtensa_context.S | 98 Exit conditions: 284 Exit conditions: 401 Exit conditions: 451 Exit conditions: 506 Exit conditions: 526 beqz a2, .Ldone /* quick exit if none */ 617 Exit conditions:
|
/Kernel-v11.1.0/.github/workflows/ |
D | auto-release.yml | 62 exit $? 70 exit $? 98 exit $?
|
/Kernel-v11.1.0/portable/Tasking/ARM_CM4F/ |
D | port.c | 69 * have bit-0 clear, as it is loaded into the PC on exit from an ISR. */ 117 /* Offset added to account for the way the MCU uses the stack on entry/exit in pxPortInitialiseStack() 144 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError() 145 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM0/ |
D | port.c | 94 * @brief Constants used during system call enter and exit. 288 * @brief Exit from critical section. 406 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep() 605 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep() 647 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError() 648 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError() 943 * between system call enter and exit). in vSystemCallEnter() 969 * when we exit from the system call. */ in vSystemCallEnter() 978 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter() 982 /* Remember the location where we should copy the stack frame when we exit from in vSystemCallEnter() [all …]
|
/Kernel-v11.1.0/portable/CCS/ARM_CM3/ |
D | port.c | 84 * have bit-0 clear, as it is loaded into the PC on exit from an ISR. */ 177 /* Offset added to account for the way the MCU uses the stack on entry/exit in pxPortInitialiseStack() 199 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError() 200 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError() 401 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep() 600 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM0/ |
D | port.c | 146 … /* Offset added to account for the way the MCU uses the stack on entry/exit of interrupts. */ in pxPortInitialiseStack() 162 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError() 163 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError() 339 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep() 538 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3/ |
D | port.c | 89 * have bit-0 clear, as it is loaded into the PC on exit from an ISR. */ 188 … /* Offset added to account for the way the MCU uses the stack on entry/exit of interrupts. */ in pxPortInitialiseStack() 206 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError() 207 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError() 406 * exit error function to prevent compiler warnings about a static function in xPortStartScheduler() 534 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep() 733 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM7/r0p1/ |
D | port.c | 105 * have bit-0 clear, as it is loaded into the PC on exit from an ISR. */ 204 /* Offset added to account for the way the MCU uses the stack on entry/exit in pxPortInitialiseStack() 231 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError() 232 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError() 474 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep() 673 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM3/ |
D | port.c | 96 * have bit-0 clear, as it is loaded into the PC on exit from an ISR. */ 189 … /* Offset added to account for the way the MCU uses the stack on entry/exit of interrupts. */ in pxPortInitialiseStack() 205 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError() 206 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError() 442 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep() 641 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
|
/Kernel-v11.1.0/portable/CCS/ARM_CM4F/ |
D | port.c | 93 * have bit-0 clear, as it is loaded into the PC on exit from an ISR. */ 191 /* Offset added to account for the way the MCU uses the stack on entry/exit in pxPortInitialiseStack() 218 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError() 219 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError() 426 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep() 625 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
D | port.c | 136 * @brief Constants used during system call enter and exit. 434 * @brief Exit from critical section. 571 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep() 770 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep() 810 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError() 811 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError() 1190 * between system call enter and exit). in vSystemCallEnter() 1240 * when we exit from the system call. */ in vSystemCallEnter() 1243 * We need to restore it when we exit from the system call. */ in vSystemCallEnter() 1260 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter() [all …]
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33_NTZ/non_secure/ |
D | port.c | 136 * @brief Constants used during system call enter and exit. 434 * @brief Exit from critical section. 571 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep() 770 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep() 810 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError() 811 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError() 1190 * between system call enter and exit). in vSystemCallEnter() 1240 * when we exit from the system call. */ in vSystemCallEnter() 1243 * We need to restore it when we exit from the system call. */ in vSystemCallEnter() 1260 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter() [all …]
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/non_secure/ |
D | port.c | 136 * @brief Constants used during system call enter and exit. 434 * @brief Exit from critical section. 571 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep() 770 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep() 810 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError() 811 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError() 1190 * between system call enter and exit). in vSystemCallEnter() 1240 * when we exit from the system call. */ in vSystemCallEnter() 1243 * We need to restore it when we exit from the system call. */ in vSystemCallEnter() 1260 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter() [all …]
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/ |
D | port.c | 136 * @brief Constants used during system call enter and exit. 434 * @brief Exit from critical section. 571 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep() 770 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep() 810 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError() 811 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError() 1190 * between system call enter and exit). in vSystemCallEnter() 1240 * when we exit from the system call. */ in vSystemCallEnter() 1243 * We need to restore it when we exit from the system call. */ in vSystemCallEnter() 1260 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter() [all …]
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33/non_secure/ |
D | port.c | 136 * @brief Constants used during system call enter and exit. 434 * @brief Exit from critical section. 571 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep() 770 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep() 810 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError() 811 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError() 1190 * between system call enter and exit). in vSystemCallEnter() 1240 * when we exit from the system call. */ in vSystemCallEnter() 1243 * We need to restore it when we exit from the system call. */ in vSystemCallEnter() 1260 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter() [all …]
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/ |
D | port.c | 136 * @brief Constants used during system call enter and exit. 434 * @brief Exit from critical section. 571 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep() 770 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep() 810 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError() 811 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError() 1190 * between system call enter and exit). in vSystemCallEnter() 1240 * when we exit from the system call. */ in vSystemCallEnter() 1243 * We need to restore it when we exit from the system call. */ in vSystemCallEnter() 1260 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter() [all …]
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/ |
D | port.c | 136 * @brief Constants used during system call enter and exit. 434 * @brief Exit from critical section. 571 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep() 770 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep() 810 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError() 811 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError() 1190 * between system call enter and exit). in vSystemCallEnter() 1240 * when we exit from the system call. */ in vSystemCallEnter() 1243 * We need to restore it when we exit from the system call. */ in vSystemCallEnter() 1260 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter() [all …]
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/ |
D | port.c | 136 * @brief Constants used during system call enter and exit. 434 * @brief Exit from critical section. 571 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep() 770 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep() 810 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError() 811 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError() 1190 * between system call enter and exit). in vSystemCallEnter() 1240 * when we exit from the system call. */ in vSystemCallEnter() 1243 * We need to restore it when we exit from the system call. */ in vSystemCallEnter() 1260 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter() [all …]
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/ |
D | port.c | 136 * @brief Constants used during system call enter and exit. 434 * @brief Exit from critical section. 571 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep() 770 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep() 810 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError() 811 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError() 1190 * between system call enter and exit). in vSystemCallEnter() 1240 * when we exit from the system call. */ in vSystemCallEnter() 1243 * We need to restore it when we exit from the system call. */ in vSystemCallEnter() 1260 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter() [all …]
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85/non_secure/ |
D | port.c | 136 * @brief Constants used during system call enter and exit. 434 * @brief Exit from critical section. 571 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep() 770 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep() 810 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError() 811 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError() 1190 * between system call enter and exit). in vSystemCallEnter() 1240 * when we exit from the system call. */ in vSystemCallEnter() 1243 * We need to restore it when we exit from the system call. */ in vSystemCallEnter() 1260 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter() [all …]
|