/Zephyr-Core-3.7.0/subsys/llext/ |
D | llext_mem.c | 33 static void llext_init_mem_part(struct llext *ext, enum llext_mem mem_idx, in llext_init_mem_part() 61 static int llext_copy_section(struct llext_loader *ldr, struct llext *ext, in llext_copy_section() 133 int llext_copy_strings(struct llext_loader *ldr, struct llext *ext) in llext_copy_strings() 144 int llext_copy_regions(struct llext_loader *ldr, struct llext *ext) in llext_copy_regions() 162 void llext_free_regions(struct llext *ext) in llext_free_regions() 173 int llext_add_domain(struct llext *ext, struct k_mem_domain *domain) in llext_add_domain()
|
D | llext.c | 70 struct llext *ext = CONTAINER_OF(node, struct llext, _llext_list); in llext_by_name() local 82 int llext_iterate(int (*fn)(struct llext *ext, void *arg), void *arg) in llext_iterate() 93 struct llext *ext = CONTAINER_OF(node, struct llext, _llext_list); in llext_iterate() local 142 int llext_load(struct llext_loader *ldr, const char *name, struct llext **ext, in llext_load() 183 int llext_unload(struct llext **ext) in llext_unload() 212 int llext_call_fn(struct llext *ext, const char *sym_name) in llext_call_fn()
|
D | shell.c | 58 struct llext *ext; member 61 static int llext_shell_name_cb(struct llext *ext, void *arg) in llext_shell_name_cb() 103 static int llext_shell_list_cb(struct llext *ext, void *arg) in llext_shell_list_cb() 144 struct llext *ext; in cmd_llext_load_hex() local 158 struct llext *ext = llext_by_name(argv[1]); in cmd_llext_unload() local 173 struct llext *ext = llext_by_name(argv[1]); in cmd_llext_call_fn() local
|
D | llext_load.c | 45 static int llext_load_elf_data(struct llext_loader *ldr, struct llext *ext) in llext_load_elf_data() 201 static int llext_map_sections(struct llext_loader *ldr, struct llext *ext) in llext_map_sections() 370 static int llext_count_export_syms(struct llext_loader *ldr, struct llext *ext) in llext_count_export_syms() 420 static int llext_allocate_symtab(struct llext_loader *ldr, struct llext *ext) in llext_allocate_symtab() 435 static int llext_export_symbols(struct llext_loader *ldr, struct llext *ext) in llext_export_symbols() 465 static int llext_copy_symbols(struct llext_loader *ldr, struct llext *ext, in llext_copy_symbols() 545 int do_llext_load(struct llext_loader *ldr, struct llext *ext, in do_llext_load()
|
D | llext_priv.h | 54 static inline const char *llext_string(struct llext_loader *ldr, struct llext *ext, in llext_string() 60 static inline const void *llext_loaded_sect_ptr(struct llext_loader *ldr, struct llext *ext, in llext_loaded_sect_ptr()
|
D | llext_link.c | 34 __weak void arch_elf_relocate_local(struct llext_loader *ldr, struct llext *ext, in arch_elf_relocate_local() 55 static void llext_link_plt(struct llext_loader *ldr, struct llext *ext, in llext_link_plt() 170 int llext_link(struct llext_loader *ldr, struct llext *ext, bool do_local) in llext_link()
|
/Zephyr-Core-3.7.0/samples/subsys/llext/edk/app/src/ |
D | main.c | 66 struct llext *ext; member 70 static const void * const load(const char *name, struct llext **ext, void *buf, 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() local
|
/Zephyr-Core-3.7.0/samples/subsys/llext/modules/src/ |
D | main_module.c | 27 struct llext *ext; in main() local
|
/Zephyr-Core-3.7.0/tests/subsys/llext/simple/src/ |
D | test_llext_simple.c | 114 struct llext *ext = NULL; in load_call_unload() local 273 struct llext *ext = NULL; in ZTEST() local 309 struct llext *ext = NULL; in ZTEST() local
|
/Zephyr-Core-3.7.0/arch/xtensa/core/ |
D | elf.c | 29 void arch_elf_relocate_local(struct llext_loader *ldr, struct llext *ext, in arch_elf_relocate_local()
|
/Zephyr-Core-3.7.0/subsys/sd/ |
D | mmc.c | 444 static int mmc_set_power_class_HS200(struct sd_card *card, struct mmc_ext_csd *ext) in mmc_set_power_class_HS200() 458 static int mmc_set_timing(struct sd_card *card, struct mmc_ext_csd *ext) in mmc_set_timing() 600 static inline void mmc_decode_ext_csd(struct mmc_ext_csd *ext, uint8_t *raw) in mmc_decode_ext_csd()
|
/Zephyr-Core-3.7.0/tests/boards/intel_adsp/hda/src/ |
D | tests.h | 32 uint32_t ext, k_timeout_t timeout) in hda_ipc_msg()
|
/Zephyr-Core-3.7.0/include/zephyr/sys/ |
D | spsc_pbuf.h | 110 } ext; member
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | monitor.h | 58 uint8_t ext[BT_MONITOR_EXT_HDR_MAX]; member
|
/Zephyr-Core-3.7.0/soc/intel/intel_adsp/common/ |
D | ipc.c | 52 uint32_t ext = regs->tdd; in z_intel_adsp_ipc_isr() local
|
/Zephyr-Core-3.7.0/samples/drivers/jesd216/src/ |
D | main.c | 252 dw_extractor ext = extractor[dw]; in dump_bfp() local
|
/Zephyr-Core-3.7.0/subsys/net/lib/http/ |
D | http_server_core.c | 743 char *ext = &url[url_len - ct->extension_len]; in http_server_get_content_type_from_extension() local
|
/Zephyr-Core-3.7.0/subsys/usb/usb_c/ |
D | usbc_prl.c | 1174 uint8_t ext; in prl_rx_wait_for_phy_message() local
|
/Zephyr-Core-3.7.0/drivers/dai/intel/ssp/ |
D | ssp.c | 1915 struct ssp_intel_ext_ctl *ext; in dai_ssp_parse_tlv() local
|
/Zephyr-Core-3.7.0/subsys/net/lib/coap/ |
D | coap.c | 242 static uint8_t encode_extended_option(uint16_t num, uint8_t *opt, uint16_t *ext) in encode_extended_option()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | access.c | 1745 const struct bt_mesh_model *ext, in mod_rel_register()
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/can/ |
D | can_mcan.h | 1175 struct can_mcan_rx_callback *ext; member
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/hci/ |
D | hci.c | 1856 static uint8_t check_cconn_params(bool ext, uint16_t scan_interval, in check_cconn_params()
|