Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/
Dport.c199 …xMPUSettings->coproc_area = ( StackType_t * ) ( ( uint32_t ) ( pxBottomOfStack + ulStackDepth - 1 … in vPortStoreTaskMPUSettings()
200 …xMPUSettings->coproc_area = ( StackType_t * ) ( ( ( portPOINTER_SIZE_TYPE ) xMPUSettings->coproc_a… in vPortStoreTaskMPUSettings()
201 …xMPUSettings->coproc_area = ( StackType_t * ) ( ( ( uint32_t ) xMPUSettings->coproc_area - XT_CP_S… in vPortStoreTaskMPUSettings()
Dportmacro.h143 volatile StackType_t* coproc_area; // Pointer to coprocessor save area; MUST BE FIRST member
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/
Dport.c312 …xMPUSettings->coproc_area = ( StackType_t * ) ( ( uint32_t ) ( pxBottomOfStack + usStackDepth - 1 … in vPortStoreTaskMPUSettings()
313 …xMPUSettings->coproc_area = ( StackType_t * ) ( ( ( portPOINTER_SIZE_TYPE ) xMPUSettings->coproc_a… in vPortStoreTaskMPUSettings()
314 …xMPUSettings->coproc_area = ( StackType_t * ) ( ( ( uint32_t ) xMPUSettings->coproc_area - XT_CP_S… in vPortStoreTaskMPUSettings()
325 _xt_coproc_release( xMPUSettings->coproc_area ); in vPortReleaseTaskMPUSettings()
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportmacro.h406 … volatile StackType_t * coproc_area; /* Pointer to coprocessor save area; MUST BE FIRST */ member