Lines Matching refs:code
59 /* This 1k of DTIM is used to run code when switching the envm clock */
82 * So the memory map will look like once apportion in startup code:
93 * Stack size for each hart's startup code.
94 * Before copying itself to the scratchpad memory area and executing the code from there, the
95 * startup code is executing from LIM. The scratchpad area is not configured yet. This per-hart
96 * startup stack area is located in LIM and used during this phase of the startup code.
98 * After the startup code executing from LIM configures the scratchpad memory, it configures
165 … /* placed at the start of used scratchpad, used as check to verify enough available in code */
361 /* place at the end of used scratchpad, used as check to verify enough available in code */
366 * The .ram_code section will contain the code That is run from RAM.
367 * We are using this code to switch the clocks including envm clock.
369 * This will need to be copied to ram, before any of this code is run.
376 *(.ram_codetext) /* .ram_codetext sections (code) */
377 *(.ram_codetext*) /* .ram_codetext* sections (code) */
384 } >switch_code AT> envm /* On the MPFS for startup code use, >switch_code AT>envm */