zephyr/subsys/llext
Tom Burdick 84e883b611 llext: Support memory protection
Sets up memory partitions and allows for the partitions to be added to a
memory domain after loading an extension. This allows for applying
memory protection attributes to all of the needed memory regions an
extension requires to execute code correctly.

Currently only works when usermode is enabled as otherwise memory
protection APIs are unavailable.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2024-02-02 13:06:28 -05:00
..
CMakeLists.txt llext: export some symbols 2023-12-01 10:08:12 -05:00
Kconfig llext: autoselect CACHE_MANAGEMENT on supported targets 2023-12-13 15:22:07 +00:00
buf_loader.c llext: add llext_peek() 2023-11-10 10:40:26 +01:00
llext.c llext: Support memory protection 2024-02-02 13:06:28 -05:00
llext_export.c llext: export some symbols 2023-12-01 10:08:12 -05:00
shell.c llext: shell: fix command completions 2023-12-06 18:01:34 -05:00