Searched refs:cached_table (Results 1 – 4 of 4) sorted by relevance
337 rproc->cached_table = kmemdup(table, tablesz, GFP_KERNEL);338 if (!rproc->cached_table)341 rproc->table_ptr = rproc->cached_table;
1377 memcpy(loaded_table, rproc->cached_table, rproc->table_sz); in rproc_start()1414 rproc->table_ptr = rproc->cached_table; in rproc_start()1529 kfree(rproc->cached_table); in rproc_fw_boot()1530 rproc->cached_table = NULL; in rproc_fw_boot()1649 rproc->table_ptr = rproc->cached_table; in rproc_stop()1879 kfree(rproc->cached_table); in rproc_shutdown()1880 rproc->cached_table = NULL; in rproc_shutdown()1960 if (rproc->cached_table) in rproc_validate()
756 rproc->cached_table = NULL; in stm32_rproc_get_loaded_rsc_table()
543 struct resource_table *cached_table; member