Home
last modified time | relevance | path

Searched refs:pxRegions (Results 1 – 3 of 3) sorted by relevance

/Kernel-v11.1.0/include/
Dtask.h758 const MemoryRegion_t * const pxRegions ) PRIVILEGED_FUNCTION;
DFreeRTOS.h2157 #define traceENTER_vTaskAllocateMPURegions( xTaskToModify, pxRegions ) argument
/Kernel-v11.1.0/
Dtasks.c5993 const MemoryRegion_t * const pxRegions ) in vTaskAllocateMPURegions() argument
5997 traceENTER_vTaskAllocateMPURegions( xTaskToModify, pxRegions ); in vTaskAllocateMPURegions()
6003 vPortStoreTaskMPUSettings( &( pxTCB->xMPUSettings ), pxRegions, NULL, 0 ); in vTaskAllocateMPURegions()