Home
last modified time | relevance | path

Searched refs:table_size (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/llext/
Dllext_handlers.c20 size_t table_size; in z_impl_llext_get_fn_table() local
27 table_size = ext->mem_size[LLEXT_MEM_PREINIT] + in z_impl_llext_get_fn_table()
30 table_size = ext->mem_size[LLEXT_MEM_FINI]; in z_impl_llext_get_fn_table()
36 if (buf_size < table_size) { in z_impl_llext_get_fn_table()
61 for (int i = 0; i < table_size / sizeof(void *); i++) { in z_impl_llext_get_fn_table()
71 return table_size; in z_impl_llext_get_fn_table()
/Zephyr-latest/arch/common/
Disr_tables.c16 uint32_t table_size; member
30 .table_size = IRQ_TABLE_SIZE,
/Zephyr-latest/drivers/pcie/host/
Dshell.c112 uint32_t offset, table_size; in show_msi() local
117 table_size = ((data & PCIE_MSIX_MCR_TSIZE) >> in show_msi()
124 table_size); in show_msi()
/Zephyr-latest/drivers/clock_control/
Dclock_control_renesas_cpg_mssr.c78 uint32_t table_size = data->clk_info_table_size[domain]; in rcar_cpg_find_clk_info_by_module_id() local
81 item = bsearch((void *)uintptr_id, table, table_size, sizeof(*item), in rcar_cpg_find_clk_info_by_module_id()
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c328 static inline size_t table_size(int level) in table_size() function