Searched refs:Sect_Device_RO (Results 1 – 3 of 3) sorted by relevance
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCA5/ |
D | mmu_ARMCA5.c | 131 static uint32_t Sect_Device_RO; //device, non-shareable, non-executable, ro, domain 0, base addr 0 variable 157 section_device_ro(Sect_Device_RO, region); in MMU_CreateTranslationTable() 175 MMU_TTSection (TTB_BASE, VE_A5_MP_FLASH_BASE0 , 64, Sect_Device_RO); // 64MB NOR in MMU_CreateTranslationTable() 176 MMU_TTSection (TTB_BASE, VE_A5_MP_FLASH_BASE1 , 64, Sect_Device_RO); // 64MB NOR in MMU_CreateTranslationTable()
|
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCA7/ |
D | mmu_ARMCA7.c | 131 static uint32_t Sect_Device_RO; //device, non-shareable, non-executable, ro, domain 0, base addr 0 variable 157 section_device_ro(Sect_Device_RO, region); in MMU_CreateTranslationTable() 175 MMU_TTSection (TTB_BASE, VE_A7_MP_FLASH_BASE0 , 64, Sect_Device_RO); // 64MB NOR in MMU_CreateTranslationTable() 176 MMU_TTSection (TTB_BASE, VE_A7_MP_FLASH_BASE1 , 64, Sect_Device_RO); // 64MB NOR in MMU_CreateTranslationTable()
|
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCA9/ |
D | mmu_ARMCA9.c | 131 static uint32_t Sect_Device_RO; //device, non-shareable, non-executable, ro, domain 0, base addr 0 variable 157 section_device_ro(Sect_Device_RO, region); in MMU_CreateTranslationTable() 175 MMU_TTSection (TTB_BASE, VE_A9_MP_FLASH_BASE0 , 64, Sect_Device_RO); // 64MB NOR in MMU_CreateTranslationTable() 176 MMU_TTSection (TTB_BASE, VE_A9_MP_FLASH_BASE1 , 64, Sect_Device_RO); // 64MB NOR in MMU_CreateTranslationTable()
|