Searched refs:Sect_Normal_Cod (Results 1 – 3 of 3) sorted by relevance
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCA5/ |
D | mmu_ARMCA5.c | 128 static uint32_t Sect_Normal_Cod; //outer & inner wb/wa, non-shareable, executable, ro, domain 0, ba… variable 153 section_normal_cod(Sect_Normal_Cod, region); in MMU_CreateTranslationTable() 171 …MMU_TTSection (TTB_BASE, __ROM_BASE, __ROM_SIZE/0x100000, Sect_Normal_Cod); // multiple of 1MB sec… in MMU_CreateTranslationTable()
|
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCA7/ |
D | mmu_ARMCA7.c | 128 static uint32_t Sect_Normal_Cod; //outer & inner wb/wa, non-shareable, executable, ro, domain 0, ba… variable 153 section_normal_cod(Sect_Normal_Cod, region); in MMU_CreateTranslationTable() 171 …MMU_TTSection (TTB_BASE, __ROM_BASE, __ROM_SIZE/0x100000, Sect_Normal_Cod); // multiple of 1MB sec… in MMU_CreateTranslationTable()
|
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCA9/ |
D | mmu_ARMCA9.c | 128 static uint32_t Sect_Normal_Cod; //outer & inner wb/wa, non-shareable, executable, ro, domain 0, ba… variable 153 section_normal_cod(Sect_Normal_Cod, region); in MMU_CreateTranslationTable() 171 …MMU_TTSection (TTB_BASE, __ROM_BASE, __ROM_SIZE/0x100000, Sect_Normal_Cod); // multiple of 1MB sec… in MMU_CreateTranslationTable()
|