Lines Matching refs:code
12 * Use with Bare metal startup code.
13 * Startup code runs from envm on MSS reset
60 /* This 1K of DTIM is used to run code when switching the envm clock */
83 * So the memory map will look like once apportion in startup code:
195 * The .ram_code section will contain the code that is run from RAM.
196 * We are using this code to switch the clocks including envm clock.
198 * This will need to be copied to ram, before any of this code is run.
205 *(.ram_codetext) /* .ram_codetext sections (code) */
206 *(.ram_codetext*) /* .ram_codetext* sections (code) */
214 * The .ddr_code section will contain the code that is run from DDR.
222 *(.ddr_codetext) /* .ram_codetext sections (code) */
223 *(.ddr_codetext*) /* .ram_codetext* sections (code) */