Home
last modified time | relevance | path

Searched refs:state (Results 1 – 5 of 5) sorted by relevance

/Kernel-v11.0.1/portable/ThirdParty/XCC/Xtensa/
Dportmacro.h105 unsigned state = XTOS_SET_INTLEVEL( XCHAL_EXCM_LEVEL ); in portENTER_CRITICAL_NESTED() local
108 return state; in portENTER_CRITICAL_NESTED()
110 … portEXIT_CRITICAL_NESTED( state ) do { portbenchmarkINTERRUPT_RESTORE( state ); XTOS_… argument
114 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( state ) portEXIT_CRITICAL_NESTED( state ) argument
Dreadme_xtensa.txt304 state, if any. Several factors influence the size of the stack required,
470 TIE state) that are part of the task context. FreeRTOS preserves all such
552 dispatchers that save relevant state and call user-definable handlers.
601 saves the current task state and sets up a C environment and enables
607 may alter the saved context, or any other system state, that allows the
699 task's state is currently in the co-processor. Co-processors are
709 restoring co-processor state (which can be quite large) and in
/Kernel-v11.0.1/portable/GCC/Arm_AARCH64/
DREADME.md5 Execution state supports the A64 instruction set. It holds addresses in 64-bit
9 The AArch32 Execution state is a 32-bit Execution state that preserves
11 so that it can support some features included in the AArch64 state. It supports
18 This port adds support for Armv8-A architecture AArch64 execution state.
/Kernel-v11.0.1/portable/GCC/Arm_AARCH64_SRE/
DREADME.md5 Execution state supports the A64 instruction set. It holds addresses in 64-bit
9 The AArch32 Execution state is a 32-bit Execution state that preserves
11 so that it can support some features included in the AArch64 state. It supports
18 This port adds support for Armv8-A architecture AArch64 execution state.
/Kernel-v11.0.1/
DHistory.txt339 The new function xTimerGetAutoReload() provides the auto-reload state as
432 the message buffer in an invalid state.
481 the Blocked state or not.
555 after being moved to the Blocked state. Note we were not able to
579 the heap_4 and heap_5 state.
648 active state explicitly. The change prevents the timer reporting that it
726 + Correct formatting in vTaskList() helper function when it prints the state
927 one task to force another task to immediately leave the Blocked state,
1038 + Microblaze port: Previously tasks inherited the exception enable state
1298 + Previously, when a task left the Blocked state, a context switch was
[all …]