Home
last modified time | relevance | path

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

1234

/Kernel-v10.6.2/.github/workflows/
Dci.yml33 exit 0
35 exit 1
53 exit 1
55 exit 0
65 exit 1
67 exit 0
Dauto-release.yml62 exit $?
70 exit $?
98 exit $?
/Kernel-v10.6.2/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()
101 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-v10.6.2/.github/actions/
Durl_verifier.sh8 exit 2
59 exit 0
61 exit 1
/Kernel-v10.6.2/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-v10.6.2/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-v10.6.2/portable/IAR/ARM_CM0/
Dport.c135 … /* Offset added to account for the way the MCU uses the stack on entry/exit of interrupts. */ in pxPortInitialiseStack()
151 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
152 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
287 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
486 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
/Kernel-v10.6.2/portable/GCC/ARM_CM3/
Dport.c80 * have bit-0 clear, as it is loaded into the PC on exit from an ISR. */
179 … /* Offset added to account for the way the MCU uses the stack on entry/exit of interrupts. */ in pxPortInitialiseStack()
197 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
198 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
361 * exit error function to prevent compiler warnings about a static function in xPortStartScheduler()
482 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
681 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
/Kernel-v10.6.2/portable/IAR/ARM_CM7/r0p1/
Dport.c96 * have bit-0 clear, as it is loaded into the PC on exit from an ISR. */
190 /* Offset added to account for the way the MCU uses the stack on entry/exit in pxPortInitialiseStack()
217 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
218 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
417 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
616 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
/Kernel-v10.6.2/portable/IAR/ARM_CM3/
Dport.c87 * have bit-0 clear, as it is loaded into the PC on exit from an ISR. */
175 … /* Offset added to account for the way the MCU uses the stack on entry/exit of interrupts. */ in pxPortInitialiseStack()
191 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
192 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
385 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
584 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
/Kernel-v10.6.2/portable/GCC/ARM_CM0/
Dport.c154 … /* Offset added to account for the way the MCU uses the stack on entry/exit of interrupts. */ in pxPortInitialiseStack()
172 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
173 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
249 * exit error function to prevent compiler warnings about a static function in xPortStartScheduler()
429 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
628 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
/Kernel-v10.6.2/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()
394 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
593 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
/Kernel-v10.6.2/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()
419 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
618 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
/Kernel-v10.6.2/portable/GCC/ARM_CM7/r0p1/
Dport.c84 * have bit-0 clear, as it is loaded into the PC on exit from an ISR. */
194 /* Offset added to account for the way the MCU uses the stack on entry/exit in pxPortInitialiseStack()
223 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
224 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
398 * exit error function to prevent compiler warnings about a static function in xPortStartScheduler()
541 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
740 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
/Kernel-v10.6.2/portable/GCC/ARM_CM4F/
Dport.c90 * have bit-0 clear, as it is loaded into the PC on exit from an ISR. */
200 /* Offset added to account for the way the MCU uses the stack on entry/exit in pxPortInitialiseStack()
229 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
230 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
410 * exit error function to prevent compiler warnings about a static function in xPortStartScheduler()
551 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
750 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
/Kernel-v10.6.2/portable/IAR/ARM_CM4F/
Dport.c102 * have bit-0 clear, as it is loaded into the PC on exit from an ISR. */
196 /* Offset added to account for the way the MCU uses the stack on entry/exit in pxPortInitialiseStack()
223 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
224 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
429 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
628 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
/Kernel-v10.6.2/portable/GCC/ARM_CM55_NTZ/non_secure/
Dport.c112 * @brief Constants used during system call enter and exit.
410 * @brief Exit from critical section.
546 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
745 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
777 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
778 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
1137 * between system call enter and exit). in vSystemCallEnter()
1188 * when we exit from the system call. */ in vSystemCallEnter()
1192 * We need to restore it when we exit from the system call. */ in vSystemCallEnter()
1202 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter()
[all …]
/Kernel-v10.6.2/portable/GCC/ARM_CM85_NTZ/non_secure/
Dport.c112 * @brief Constants used during system call enter and exit.
410 * @brief Exit from critical section.
546 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
745 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
777 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
778 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
1137 * between system call enter and exit). in vSystemCallEnter()
1188 * when we exit from the system call. */ in vSystemCallEnter()
1192 * We need to restore it when we exit from the system call. */ in vSystemCallEnter()
1202 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter()
[all …]
/Kernel-v10.6.2/portable/GCC/ARM_CM35P_NTZ/non_secure/
Dport.c112 * @brief Constants used during system call enter and exit.
410 * @brief Exit from critical section.
546 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
745 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
777 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
778 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
1137 * between system call enter and exit). in vSystemCallEnter()
1188 * when we exit from the system call. */ in vSystemCallEnter()
1192 * We need to restore it when we exit from the system call. */ in vSystemCallEnter()
1202 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter()
[all …]
/Kernel-v10.6.2/portable/IAR/ARM_CM85_NTZ/non_secure/
Dport.c112 * @brief Constants used during system call enter and exit.
410 * @brief Exit from critical section.
546 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
745 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
777 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
778 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
1137 * between system call enter and exit). in vSystemCallEnter()
1188 * when we exit from the system call. */ in vSystemCallEnter()
1192 * We need to restore it when we exit from the system call. */ in vSystemCallEnter()
1202 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter()
[all …]
/Kernel-v10.6.2/portable/GCC/ARM_CM55/non_secure/
Dport.c112 * @brief Constants used during system call enter and exit.
410 * @brief Exit from critical section.
546 * method as that will mask interrupts that should exit sleep mode. */ in vPortSuppressTicksAndSleep()
745 /* Exit with interrupts enabled. */ in vPortSuppressTicksAndSleep()
777 /* A function that implements a task must not exit or attempt to return to in prvTaskExitError()
778 * its caller as there is nothing to return to. If a task wants to exit it in prvTaskExitError()
1137 * between system call enter and exit). in vSystemCallEnter()
1188 * when we exit from the system call. */ in vSystemCallEnter()
1192 * We need to restore it when we exit from the system call. */ in vSystemCallEnter()
1202 /* Raise a request to exit from the system call upon finishing the in vSystemCallEnter()
[all …]

1234