Home
last modified time | relevance | path

Searched refs:MPU_MAX_REGION_NUM (Results 1 - 4 of 4) sorted by relevance

/kernel/liteos_m/arch/arm/cortex-m4/gcc/
H A Dlos_mpu.c38 #define MPU_MAX_REGION_NUM 8 macro
40 STATIC UINT8 g_regionNumBeUsed[MPU_MAX_REGION_NUM] = {0};
159 if ((regionId >= MPU_MAX_REGION_NUM) || (para == NULL)) { in ArchMpuSetRegion()
198 if (regionId >= MPU_MAX_REGION_NUM) { in ArchMpuDisableRegion()
224 for (id = 0; id < MPU_MAX_REGION_NUM; id++) { in ArchMpuUnusedRegionGet()
231 if (id == MPU_MAX_REGION_NUM) { in ArchMpuUnusedRegionGet()
/kernel/liteos_m/arch/arm/cortex-m4/iar/
H A Dlos_mpu.c38 #define MPU_MAX_REGION_NUM 8 macro
40 STATIC UINT8 g_regionNumBeUsed[MPU_MAX_REGION_NUM] = {0};
159 if ((regionId >= MPU_MAX_REGION_NUM) || (para == NULL)) { in ArchMpuSetRegion()
198 if (regionId >= MPU_MAX_REGION_NUM) { in ArchMpuDisableRegion()
224 for (id = 0; id < MPU_MAX_REGION_NUM; id++) { in ArchMpuUnusedRegionGet()
231 if (id == MPU_MAX_REGION_NUM) { in ArchMpuUnusedRegionGet()
/kernel/liteos_m/arch/arm/cortex-m7/gcc/
H A Dlos_mpu.c38 #define MPU_MAX_REGION_NUM 8 macro
40 STATIC UINT8 g_regionNumBeUsed[MPU_MAX_REGION_NUM] = {0};
159 if ((regionId >= MPU_MAX_REGION_NUM) || (para == NULL)) { in ArchMpuSetRegion()
198 if (regionId >= MPU_MAX_REGION_NUM) { in ArchMpuDisableRegion()
224 for (id = 0; id < MPU_MAX_REGION_NUM; id++) { in ArchMpuUnusedRegionGet()
231 if (id == MPU_MAX_REGION_NUM) { in ArchMpuUnusedRegionGet()
/kernel/liteos_m/arch/arm/cortex-m7/iar/
H A Dlos_mpu.c38 #define MPU_MAX_REGION_NUM 8 macro
40 STATIC UINT8 g_regionNumBeUsed[MPU_MAX_REGION_NUM] = {0};
159 if ((regionId >= MPU_MAX_REGION_NUM) || (para == NULL)) { in ArchMpuSetRegion()
198 if (regionId >= MPU_MAX_REGION_NUM) { in ArchMpuDisableRegion()
224 for (id = 0; id < MPU_MAX_REGION_NUM; id++) { in ArchMpuUnusedRegionGet()
231 if (id == MPU_MAX_REGION_NUM) { in ArchMpuUnusedRegionGet()

Completed in 2 milliseconds