zephyr/subsys/llext
Guennadi Liakhovetski 5f4177b47c llext: add context save and restore
Some applications need to save LLEXT context, e.g. when suspending,
to later restore it quickly without a full relinking. Add 2 functions
for context saving and restoring. Since these functions are likely to
change in the future, put them in llext_experimental.c, which depends
on CONFIG_LLEXT_EXPERIMENTAL and is disabled by default.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2025-06-10 12:52:38 -04:00
..
buf_loader.c llext: add llext_peek() 2023-11-10 10:40:26 +01:00
CMakeLists.txt llext: add context save and restore 2025-06-10 12:52:38 -04:00
fs_loader.c llext: Add filesystem based extension loader 2024-09-06 11:26:09 -04:00
Kconfig llext: add context save and restore 2025-06-10 12:52:38 -04:00
llext.c llext: add context save and restore 2025-06-10 12:52:38 -04:00
llext_experimental.c llext: add context save and restore 2025-06-10 12:52:38 -04:00
llext_export.c llext: fix link order for weak syscall symbols 2024-12-10 20:38:48 +01:00
llext_handlers.c llext: hotfix: fix function pointer logging 2024-09-11 13:59:02 -04:00
llext_link.c llext: Do not print symbol resolution messages 2025-06-03 21:37:26 -07:00
llext_load.c llext: optimize allocations for read-only sections 2025-03-21 14:41:30 -04:00
llext_mem.c llext: add dynamic heap allocation support 2025-06-04 15:50:57 -04:00
llext_priv.h llext: add context save and restore 2025-06-10 12:52:38 -04:00
shell.c llext: fix fixed-length name buffer usage 2025-03-19 01:23:59 +01:00