Home
last modified time | relevance | path

Searched refs:coproc_area (Results 1 – 4 of 4) sorted by relevance

/Kernel-v11.0.1/portable/ThirdParty/XCC/Xtensa/
Dport.c204 …xMPUSettings->coproc_area = ( StackType_t * ) ( ( uint32_t ) ( pxBottomOfStack + ulStackDepth - 1 … in vPortStoreTaskMPUSettings()
205 …xMPUSettings->coproc_area = ( StackType_t * ) ( ( ( portPOINTER_SIZE_TYPE ) xMPUSettings->coproc_a… in vPortStoreTaskMPUSettings()
206 …xMPUSettings->coproc_area = ( StackType_t * ) ( ( ( uint32_t ) xMPUSettings->coproc_area - XT_CP_S… in vPortStoreTaskMPUSettings()
Dportmacro.h150 … volatile StackType_t * coproc_area; /* Pointer to coprocessor save area; MUST BE FIRST */ member
/Kernel-v11.0.1/portable/ThirdParty/GCC/Xtensa_ESP32/
Dport.c314 …xMPUSettings->coproc_area = ( StackType_t * ) ( ( uint32_t ) ( pxBottomOfStack + usStackDepth - 1 … in vPortStoreTaskMPUSettings()
315 …xMPUSettings->coproc_area = ( StackType_t * ) ( ( ( portPOINTER_SIZE_TYPE ) xMPUSettings->coproc_a… in vPortStoreTaskMPUSettings()
316 …xMPUSettings->coproc_area = ( StackType_t * ) ( ( ( uint32_t ) xMPUSettings->coproc_area - XT_CP_S… in vPortStoreTaskMPUSettings()
327 _xt_coproc_release( xMPUSettings->coproc_area ); in vPortReleaseTaskMPUSettings()
/Kernel-v11.0.1/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportmacro.h412 … volatile StackType_t * coproc_area; /* Pointer to coprocessor save area; MUST BE FIRST */ member