Searched refs:cached_table (Results 1 – 2 of 2) sorted by relevance
848 memcpy(loaded_table, rproc->cached_table, tablesz); in rproc_fw_boot()906 rproc->cached_table = kmemdup(table, tablesz, GFP_KERNEL); in rproc_fw_config_virtio()907 if (!rproc->cached_table) in rproc_fw_config_virtio()910 rproc->table_ptr = rproc->cached_table; in rproc_fw_config_virtio()979 kfree(rproc->cached_table); in rproc_trigger_recovery()1137 rproc->table_ptr = rproc->cached_table; in rproc_shutdown()1370 kfree(rproc->cached_table); in rproc_del()
437 struct resource_table *cached_table; member