Lines Matching +full:llext +full:- +full:edk
4 * SPDX-License-Identifier: Apache-2.0
9 #include <zephyr/llext/llext.h>
10 #include <zephyr/llext/buf_loader.h>
18 * EDK. If others are not built, this will just fail.
24 # pragma message "Extension 1 not built, assuming EDK build."
40 #include "../../k-ext1/build/kext1.inc"
66 struct llext *ext;
70 static const void * const load(const char *name, struct llext **ext, void *buf, in load()
80 return llext_find_sym(&(*ext)->exp_tab, "start"); in load()
86 static void unload(struct llext **ext) in unload()
126 struct llext **ext = &extension_threads[max_extension_thread_idx].ext; in run_extension_on_thread()
135 -1, flag | K_INHERIT_PERMS, K_FOREVER); in run_extension_on_thread()