Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dportmacro.h103 …R_CRITICAL_NESTED() { unsigned state = XTOS_SET_INTLEVEL(XCHAL_EXCM_LEVEL); portbenchmarkINTERRUPT… in portENTER_CRITICAL_NESTED() local
104 #define portEXIT_CRITICAL_NESTED(state) do { portbenchmarkINTERRUPT_RESTORE(state); XTOS_RESTORE_… argument
108 #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.1.0/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.1.0/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.1.0/
DHistory.txt60 + Add APIs to reset the internal state of kernel modules. These APIs are
416 The new function xTimerGetAutoReload() provides the auto-reload state as
509 the message buffer in an invalid state.
558 the Blocked state or not.
632 after being moved to the Blocked state. Note we were not able to
656 the heap_4 and heap_5 state.
725 active state explicitly. The change prevents the timer reporting that it
803 + Correct formatting in vTaskList() helper function when it prints the state
1004 one task to force another task to immediately leave the Blocked state,
1115 + Microblaze port: Previously tasks inherited the exception enable state
[all …]