Lines Matching refs:llext
62 void (*test_setup)(struct llext *ext, struct k_thread *llext_thread);
65 void (*test_cleanup)(struct llext *ext);
108 static void threads_objects_test_setup(struct llext *, struct k_thread *llext_thread) in threads_objects_test_setup() argument
128 struct llext *ext = NULL; in load_call_unload()
244 ZTEST(llext, test_load_unload_##_name) \
274 static void init_fini_test_cleanup(struct llext *ext) in init_fini_test_cleanup()
335 ZTEST(llext, test_inter_ext) in ZTEST() argument
346 struct llext *ext_dependency = NULL, *ext_dependent = NULL; in ZTEST()
370 ZTEST(llext, test_pre_located) in ZTEST() argument
376 struct llext *ext = NULL; in ZTEST()
398 ZTEST(llext, test_find_section) in ZTEST() argument
412 struct llext *ext = NULL; in ZTEST()
447 static struct llext *detached_llext;
462 ZTEST(llext, test_detached) in ZTEST() argument
510 ZTEST(llext, test_fs_loader) in ZTEST() argument
536 struct llext *ext = NULL; in ZTEST()
554 ZTEST(llext, test_printk_exported) in ZTEST() argument
567 ZTEST(llext, test_ext_syscall_fail) in ZTEST() argument
574 ZTEST_SUITE(llext, NULL, NULL, NULL, NULL, NULL);