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;
1379 memcpy(loaded_table, rproc->cached_table, rproc->table_sz); in rproc_start()1416 rproc->table_ptr = rproc->cached_table; in rproc_start()1531 kfree(rproc->cached_table); in rproc_fw_boot()1532 rproc->cached_table = NULL; in rproc_fw_boot()1651 rproc->table_ptr = rproc->cached_table; in rproc_stop()1888 kfree(rproc->cached_table); in rproc_shutdown()1889 rproc->cached_table = NULL; in rproc_shutdown()1969 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