/Kernel-v11.1.0/include/ |
D | portable.h | 72 #ifndef portUSING_MPU_WRAPPERS 73 #define portUSING_MPU_WRAPPERS 0 macro 111 #if ( portUSING_MPU_WRAPPERS == 1 ) 236 #if ( portUSING_MPU_WRAPPERS == 1 ) 254 #if ( portUSING_MPU_WRAPPERS == 1 ) 269 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configUSE_MPU_WRAPPERS_V1 == 0 ) )
|
D | task.h | 153 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) 602 #if ( portUSING_MPU_WRAPPERS == 1 ) 607 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configNUMBER_OF_CORES > 1 ) && ( configUSE_CORE_AFFINITY… 698 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) 703 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configNUMBER… 756 #if ( portUSING_MPU_WRAPPERS == 1 ) 3739 #if ( portUSING_MPU_WRAPPERS == 1 ) 3749 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configUSE_MPU_WRAPPERS_V1 == 0 ) && ( configENABLE_ACCES…
|
D | mpu_wrappers.h | 34 #if ( portUSING_MPU_WRAPPERS == 1 )
|
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/ |
D | portmacro.h | 146 #if portUSING_MPU_WRAPPERS 161 #if (XCHAL_CP_NUM > 0 || configUSE_TRACE_FACILITY_2) && !portUSING_MPU_WRAPPERS // If MPU wrapper… 162 #undef portUSING_MPU_WRAPPERS 163 #define portUSING_MPU_WRAPPERS 1 // Enable it to allocate coproc area macro
|
D | port.c | 64 #if portUSING_MPU_WRAPPERS 192 #if portUSING_MPU_WRAPPERS
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/ |
D | portmacro.h | 415 #if portUSING_MPU_WRAPPERS 431 …#if ( XCHAL_CP_NUM > 0 || configUSE_TRACE_FACILITY_2 ) && !portUSING_MPU_WRAPPERS /* If MPU wrappe… 432 #undef portUSING_MPU_WRAPPERS 433 …#define portUSING_MPU_WRAPPERS 1 /* Enable it to allo… macro 520 #if ( portUSING_MPU_WRAPPERS == 1 )
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/ |
D | port.c | 128 #if portUSING_MPU_WRAPPERS 307 #if portUSING_MPU_WRAPPERS
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_v1/ |
D | port.c | 214 #if ( portUSING_MPU_WRAPPERS == 1 )
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_EM_HS/ |
D | port.c | 214 #if ( portUSING_MPU_WRAPPERS == 1 )
|
/Kernel-v11.1.0/portable/GCC/ARM_CRx_MPU/ |
D | portmacro.h | 445 #define portUSING_MPU_WRAPPERS 1 macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM4F_MPU/ |
D | portmacro.h | 87 #define portUSING_MPU_WRAPPERS 1 macro
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/ |
D | portmacro.h | 85 #define portUSING_MPU_WRAPPERS 1 macro
|
/Kernel-v11.1.0/portable/GCC/ARM_CM0/ |
D | portmacro.h | 122 #define portUSING_MPU_WRAPPERS 1 macro
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM4_MPU/ |
D | portmacro.h | 84 #define portUSING_MPU_WRAPPERS 1 macro
|
/Kernel-v11.1.0/ |
D | tasks.c | 47 …OCATION == 1 ) && ( configKERNEL_PROVIDED_STATIC_MEMORY == 1 ) && ( portUSING_MPU_WRAPPERS != 0 ) ) 362 #if ( portUSING_MPU_WRAPPERS == 1 ) 733 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) 743 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) ) 1384 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) 1500 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) ) 1805 #if ( portUSING_MPU_WRAPPERS == 1 ) in prvInitialiseNewTask() 1921 #if ( portUSING_MPU_WRAPPERS == 1 ) in prvInitialiseNewTask() 1943 #if ( portUSING_MPU_WRAPPERS == 1 ) in prvInitialiseNewTask() 5990 #if ( portUSING_MPU_WRAPPERS == 1 ) [all …]
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/ |
D | portmacro.h | 78 #define portUSING_MPU_WRAPPERS 1 macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55/non_secure/ |
D | portmacrocommon.h | 134 #define portUSING_MPU_WRAPPERS 1 macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85/non_secure/ |
D | portmacrocommon.h | 134 #define portUSING_MPU_WRAPPERS 1 macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/ |
D | portmacrocommon.h | 134 #define portUSING_MPU_WRAPPERS 1 macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/ |
D | portmacrocommon.h | 134 #define portUSING_MPU_WRAPPERS 1 macro
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/ |
D | portmacrocommon.h | 134 #define portUSING_MPU_WRAPPERS 1 macro
|
/Kernel-v11.1.0/portable/ARMv8M/non_secure/ |
D | portmacrocommon.h | 134 #define portUSING_MPU_WRAPPERS 1 macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/ |
D | portmacrocommon.h | 134 #define portUSING_MPU_WRAPPERS 1 macro
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/non_secure/ |
D | portmacrocommon.h | 134 #define portUSING_MPU_WRAPPERS 1 macro
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
D | portmacrocommon.h | 134 #define portUSING_MPU_WRAPPERS 1 macro
|