Home
last modified time | relevance | path

Searched refs:portMPU_REGION_READ_ONLY (Results 1 – 25 of 50) sorted by relevance

12

/Kernel-v11.1.0/portable/IAR/ARM_CM4F_MPU/
Dportmacro.h92 #define portMPU_REGION_READ_ONLY ( 0x06UL << 24UL ) macro
Dport.c1056 portMPU_REGION_ATTRIBUTE_REG = ( portMPU_REGION_READ_ONLY ) | in prvSetupMPU()
1220 …if( ( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_ONLY ) == portMPU_REGION_READ_ONLY )… in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/
Dportmacro.h90 #define portMPU_REGION_READ_ONLY ( 0x06UL << 24UL ) macro
/Kernel-v11.1.0/portable/RVDS/ARM_CM4_MPU/
Dportmacro.h89 #define portMPU_REGION_READ_ONLY ( 0x06UL << 24UL ) macro
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/
Dport.c1129 portMPU_REGION_ATTRIBUTE_REG = ( portMPU_REGION_READ_ONLY ) | in prvSetupMPU()
1347 …if( ( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_ONLY ) == portMPU_REGION_READ_ONLY )… in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/IAR/ARM_CM35P_NTZ/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/IAR/ARM_CM33_NTZ/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/IAR/ARM_CM33/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/GCC/ARM_CM85/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/GCC/ARM_CM23_NTZ/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/GCC/ARM_CM35P_NTZ/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/ARMv8M/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/GCC/ARM_CM23/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/IAR/ARM_CM23_NTZ/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/GCC/ARM_CM85_NTZ/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/IAR/ARM_CM55/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/IAR/ARM_CM85/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/GCC/ARM_CM33/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()
/Kernel-v11.1.0/portable/GCC/ARM_CM33_NTZ/non_secure/
Dport.c837 if( ( ulRBARValue & portMPU_RBAR_ACCESS_PERMISSIONS_MASK ) == portMPU_REGION_READ_ONLY ) in prvGetRegionAccessPermissions()
910 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
920 ( portMPU_REGION_READ_ONLY ); in prvSetupMPU()
1866 … xMPUSettings->xRegionsSettings[ ulRegionNumber ].ulRBAR |= ( portMPU_REGION_READ_ONLY ); in vPortStoreTaskMPUSettings()

12