Searched full:ramfunc (Results 1 – 10 of 10) 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/src/ |
D | ramfunc.c | 18 ZTEST(ramfunc, test_ramfunc) in ZTEST() argument 25 /* Verify that the .ramfunc section is not empty, it is located in ZTEST() 27 * the .ramfunc section. in ZTEST() 30 ".ramfunc linker section is empty"); in ZTEST() 33 ".ramfunc linker section not in RAM"); in ZTEST() 37 "ram_function not loaded into .ramfunc"); in ZTEST() 45 ".ramfunc section not user accessible"); in ZTEST()
|
D | main.c | 13 ZTEST_SUITE(ramfunc, NULL, NULL, NULL, NULL, NULL);
|
/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
|
D | testcase.yaml | 2 arch.common.ramfunc:
|
/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/include/zephyr/toolchain/ |
D | gcc.h | 209 __attribute__((long_call, section(".ramfunc"))) 212 __attribute__((section(".ramfunc")))
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | fault.c | 693 /* Is it in valid ramfunc range */ in z_arm_is_pc_valid()
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 1250 # RAMFUNC_SECTION Inside the RAMFUNC RAMABLE_REGION GROUP, not initialized. 1304 set(ramfunc_path "${snippet_base}/snippets-ramfunc-section.ld")
|