Home
last modified time | relevance | path

Searched defs: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
/Zephyr-latest/arch/common/
Disr_tables.c16 uint32_t table_size; member
/Zephyr-latest/drivers/pcie/host/
Dshell.c112 uint32_t offset, table_size; in show_msi() local
/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
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c328 static inline size_t table_size(int level) in table_size() function