Home
last modified time | relevance | path

Searched full:exit (Results 1 – 25 of 99) sorted by relevance

1234

/Kernel-v11.0.1/portable/ThirdParty/XCC/Xtensa/
Dportasm.S139 * 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 …]
Dxtensa_context.S91 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:
Dxtensa_intr.c54 exit( -1 ); in xt_unhandled_exception()
107 exit( -1 ); in xt_unhandled_interrupt()
Dxtensa_vectors.S372 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.0.1/portable/ThirdParty/GCC/Xtensa_ESP32/
Dportasm.S180 * 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 …]
Dxtensa_context.S98 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.0.1/.github/workflows/
Dauto-release.yml62 exit $?
70 exit $?
98 exit $?
/Kernel-v11.0.1/portable/Tasking/ARM_CM4F/
Dport.c69 * 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.0.1/portable/CCS/ARM_CM3/
Dport.c84 * 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.0.1/portable/IAR/ARM_CM0/
Dport.c146 … /* 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.0.1/portable/GCC/ARM_CM3/
Dport.c89 * 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.0.1/portable/IAR/ARM_CM7/r0p1/
Dport.c105 * 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.0.1/portable/CCS/ARM_CM4F/
Dport.c93 * 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.0.1/portable/IAR/ARM_CM3/
Dport.c96 * 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.0.1/portable/GCC/ARM_CM0/
Dport.c161 … /* Offset added to account for the way the MCU uses the stack on entry/exit of interrupts. */ in pxPortInitialiseStack()
179 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
180 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
291 * exit error function to prevent compiler warnings about a static function in xPortStartScheduler()
477 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
676 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
/Kernel-v11.0.1/portable/GCC/ARM_CM55_NTZ/non_secure/
Dport.c136 * @brief Constants used during system call enter and exit.
434 * @brief Exit from critical section.
570 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
769 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
808 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
809 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
1182 * between system call enter and exit). in vSystemCallEnter()
1232 * when we exit from the system call. */ in vSystemCallEnter()
1235 * We need to restore it when we exit from the system call. */ in vSystemCallEnter()
1252 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter()
[all …]
/Kernel-v11.0.1/portable/GCC/ARM_CM85/non_secure/
Dport.c136 * @brief Constants used during system call enter and exit.
434 * @brief Exit from critical section.
570 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
769 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
808 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
809 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
1182 * between system call enter and exit). in vSystemCallEnter()
1232 * when we exit from the system call. */ in vSystemCallEnter()
1235 * We need to restore it when we exit from the system call. */ in vSystemCallEnter()
1252 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter()
[all …]
/Kernel-v11.0.1/portable/GCC/ARM_CM85_NTZ/non_secure/
Dport.c136 * @brief Constants used during system call enter and exit.
434 * @brief Exit from critical section.
570 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
769 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
808 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
809 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
1182 * between system call enter and exit). in vSystemCallEnter()
1232 * when we exit from the system call. */ in vSystemCallEnter()
1235 * We need to restore it when we exit from the system call. */ in vSystemCallEnter()
1252 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter()
[all …]
/Kernel-v11.0.1/portable/IAR/ARM_CM85_NTZ/non_secure/
Dport.c136 * @brief Constants used during system call enter and exit.
434 * @brief Exit from critical section.
570 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
769 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
808 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
809 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
1182 * between system call enter and exit). in vSystemCallEnter()
1232 * when we exit from the system call. */ in vSystemCallEnter()
1235 * We need to restore it when we exit from the system call. */ in vSystemCallEnter()
1252 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter()
[all …]
/Kernel-v11.0.1/portable/IAR/ARM_CM35P_NTZ/non_secure/
Dport.c136 * @brief Constants used during system call enter and exit.
434 * @brief Exit from critical section.
570 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
769 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
808 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
809 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
1182 * between system call enter and exit). in vSystemCallEnter()
1232 * when we exit from the system call. */ in vSystemCallEnter()
1235 * We need to restore it when we exit from the system call. */ in vSystemCallEnter()
1252 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter()
[all …]
/Kernel-v11.0.1/portable/IAR/ARM_CM55/non_secure/
Dport.c136 * @brief Constants used during system call enter and exit.
434 * @brief Exit from critical section.
570 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
769 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
808 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
809 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
1182 * between system call enter and exit). in vSystemCallEnter()
1232 * when we exit from the system call. */ in vSystemCallEnter()
1235 * We need to restore it when we exit from the system call. */ in vSystemCallEnter()
1252 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter()
[all …]
/Kernel-v11.0.1/portable/IAR/ARM_CM33_NTZ/non_secure/
Dport.c136 * @brief Constants used during system call enter and exit.
434 * @brief Exit from critical section.
570 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
769 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
808 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
809 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
1182 * between system call enter and exit). in vSystemCallEnter()
1232 * when we exit from the system call. */ in vSystemCallEnter()
1235 * We need to restore it when we exit from the system call. */ in vSystemCallEnter()
1252 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter()
[all …]
/Kernel-v11.0.1/portable/IAR/ARM_CM35P/non_secure/
Dport.c136 * @brief Constants used during system call enter and exit.
434 * @brief Exit from critical section.
570 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
769 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
808 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
809 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
1182 * between system call enter and exit). in vSystemCallEnter()
1232 * when we exit from the system call. */ in vSystemCallEnter()
1235 * We need to restore it when we exit from the system call. */ in vSystemCallEnter()
1252 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter()
[all …]
/Kernel-v11.0.1/portable/IAR/ARM_CM23_NTZ/non_secure/
Dport.c136 * @brief Constants used during system call enter and exit.
434 * @brief Exit from critical section.
570 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
769 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
808 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
809 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
1182 * between system call enter and exit). in vSystemCallEnter()
1232 * when we exit from the system call. */ in vSystemCallEnter()
1235 * We need to restore it when we exit from the system call. */ in vSystemCallEnter()
1252 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter()
[all …]
/Kernel-v11.0.1/portable/IAR/ARM_CM33/non_secure/
Dport.c136 * @brief Constants used during system call enter and exit.
434 * @brief Exit from critical section.
570 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
769 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
808 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
809 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
1182 * between system call enter and exit). in vSystemCallEnter()
1232 * when we exit from the system call. */ in vSystemCallEnter()
1235 * We need to restore it when we exit from the system call. */ in vSystemCallEnter()
1252 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter()
[all …]

1234