Home
last modified time | relevance | path

Searched defs:region (Results 1 – 7 of 7) sorted by relevance

/cmsis_6-latest/CMSIS/CoreValidation/Source/
DCV_MPU_ARMv7.c44 #define ASSERT_MPU_REGION(rnr, region) \ in TC_MPU_SetClear() argument
DCV_MPU_ARMv8.c43 #define ASSERT_MPU_REGION(rnr, region) \ in TC_MPU_SetClear() argument
/cmsis_6-latest/CMSIS/Core/Template/Device_A/Source/
Dmmu_Device.c140 mmu_region_attributes_Type region; in MMU_CreateTranslationTable() local
/cmsis_6-latest/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/
Dmmu_ARMCA9.c142 mmu_region_attributes_Type region; in MMU_CreateTranslationTable() local
/cmsis_6-latest/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/
Dmmu_ARMCA7.c142 mmu_region_attributes_Type region; in MMU_CreateTranslationTable() local
/cmsis_6-latest/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/
Dmmu_ARMCA5.c142 mmu_region_attributes_Type region; in MMU_CreateTranslationTable() local
/cmsis_6-latest/CMSIS/Core/Include/
Dcore_ca.h2253 #define section_normal(descriptor_l1, region) region.rg_t = SECTION; \ argument
2268 #define section_normal_nc(descriptor_l1, region) region.rg_t = SECTION; \ argument
2283 #define section_normal_cod(descriptor_l1, region) region.rg_t = SECTION; \ argument
2298 #define section_normal_ro(descriptor_l1, region) region.rg_t = SECTION; \ argument
2313 #define section_normal_rw(descriptor_l1, region) region.rg_t = SECTION; \ argument
2327 #define section_so(descriptor_l1, region) region.rg_t = SECTION; \ argument
2342 #define section_device_ro(descriptor_l1, region) region.rg_t = SECTION; \ argument
2357 #define section_device_rw(descriptor_l1, region) region.rg_t = SECTION; \ argument
2371 #define page4k_device_rw(descriptor_l1, descriptor_l2, region) region.rg_t = PAGE_4k; \ argument
2386 #define page64k_device_rw(descriptor_l1, descriptor_l2, region) region.rg_t = PAGE_64k; \ argument