Searched refs:cached_table (Results 1 – 4 of 4) sorted by relevance
346 rproc->cached_table = kmemdup(table, tablesz, GFP_KERNEL);347 if (!rproc->cached_table)350 rproc->table_ptr = rproc->cached_table;
1388 memcpy(loaded_table, rproc->cached_table, rproc->table_sz); in rproc_start()1425 rproc->table_ptr = rproc->cached_table; in rproc_start()1540 kfree(rproc->cached_table); in rproc_fw_boot()1541 rproc->cached_table = NULL; in rproc_fw_boot()1660 rproc->table_ptr = rproc->cached_table; in rproc_stop()1891 kfree(rproc->cached_table); in rproc_shutdown()1892 rproc->cached_table = NULL; in rproc_shutdown()2035 if (rproc->cached_table) in rproc_validate()
756 rproc->cached_table = NULL; in stm32_rproc_get_loaded_rsc_table()
547 struct resource_table *cached_table; member