Lines Matching refs:code
12 * Used when debugging code. The debugger loads the code to LIM.
51 /* This 1k of DTIM is used to run code when switching the envm clock */
74 * So the memory map will look like once apportion in startup code:
85 * Stack size for each hart's startup code.
86 * Before copying itself to the scratchpad memory area and executing the code from there, the
87 * startup code is executing from LIM. The scratchpad area is not configured yet. This per-hart
88 * startup stack area is located in LIM and used during this phase of the startup code.
90 * After the startup code executing from LIM configures the scratchpad memory, it configures
156 … /* placed at the start of used scratchpad, used as check to verify enough available in code */
350 /* place at the end of used scratchpad, used as check to verify enough available in code */
355 * The .ram_code section will contain the code That is run from RAM.
356 * We are using this code to switch the clocks including envm clock.
358 * This will need to be copied to ram, before any of this code is run.
365 *(.ram_codetext) /* .ram_codetext sections (code) */
366 *(.ram_codetext*) /* .ram_codetext* sections (code) */
373 } >switch_code AT> l2lim /* On the MPFS for startup code use, >switch_code AT>envm */