Home
last modified time | relevance | path

Searched full:ramfunc (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.5.0/arch/common/
Dramfunc.ld10 SECTION_DATA_PROLOGUE(.ramfunc,,)
14 *(.ramfunc)
15 *(".ramfunc.*")
17 #include <snippets-ramfunc-section.ld>
23 __ramfunc_load_start = LOADADDR(.ramfunc);
DCMakeLists.txt47 ramfunc.ld
/Zephyr-Core-3.5.0/tests/arch/arm/arm_ramfunc/src/
Darm_ramfunc.c25 /* 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 "arm_ram_function not loaded into .ramfunc"); in ZTEST()
45 ".ramfunc section not user accessible"); in ZTEST()
/Zephyr-Core-3.5.0/tests/arch/arm/arm_ramfunc/
Dtestcase.yaml2 arch.arm.ramfunc:
DREADME.txt7 also verifies that the .ramfunc section is accessible by
/Zephyr-Core-3.5.0/cmake/linker_script/arm/
Dlinker.cmake112 # This comes from ramfunc.ls, via snippets-ram-sections.ld
113 zephyr_linker_section(NAME .ramfunc GROUP RAM_REGION SUBALIGN 8)
/Zephyr-Core-3.5.0/include/zephyr/toolchain/
Dgcc.h204 __attribute__((long_call, section(".ramfunc")))
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/
Dfault.c741 /* Is it in valid ramfunc range */ in z_arm_is_pc_valid()
/Zephyr-Core-3.5.0/cmake/modules/
Dextensions.cmake1166 # RAMFUNC_SECTION Inside the RAMFUNC RAMABLE_REGION GROUP, not initialized.
1216 set(ramfunc_path "${snippet_base}/snippets-ramfunc-section.ld")