Searched refs:ramfunc (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/arch/common/ |
D | ramfunc.ld | 10 SECTION_DATA_PROLOGUE(.ramfunc,,) 15 *(.ramfunc) 16 *(".ramfunc.*") 18 #include <snippets-ramfunc-section.ld> 24 __ramfunc_load_start = LOADADDR(.ramfunc);
|
D | CMakeLists.txt | 71 ramfunc.ld
|
/Zephyr-latest/tests/arch/common/ramfunc/ |
D | README.txt | 7 also verifies that the .ramfunc section is accessible by 38 Running TESTSUITE ramfunc 43 TESTSUITE ramfunc succeeded 47 SUITE PASS - 100.00% [ramfunc]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.229 seconds 48 - PASS - [ramfunc.test_ramfunc] duration = 0.229 seconds
|
/Zephyr-latest/tests/arch/common/ramfunc/src/ |
D | main.c | 13 ZTEST_SUITE(ramfunc, NULL, NULL, NULL, NULL, NULL);
|
D | ramfunc.c | 18 ZTEST(ramfunc, test_ramfunc) in ZTEST() argument
|
/Zephyr-latest/cmake/linker_script/arm/ |
D | linker.cmake | 118 # This comes from ramfunc.ls, via snippets-ram-sections.ld 119 zephyr_linker_section(NAME .ramfunc GROUP RAM_REGION SUBALIGN 8) 146 zephyr_linker_symbol(SYMBOL __ramfunc_region_start EXPR "ADDR(.ramfunc)")
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 1304 set(ramfunc_path "${snippet_base}/snippets-ramfunc-section.ld")
|