Searched refs:cached_table (Results 1 – 2 of 2) sorted by relevance
862 memcpy(loaded_table, rproc->cached_table, tablesz); in rproc_fw_boot()920 rproc->cached_table = kmemdup(table, tablesz, GFP_KERNEL); in rproc_fw_config_virtio()921 if (!rproc->cached_table) in rproc_fw_config_virtio()924 rproc->table_ptr = rproc->cached_table; in rproc_fw_config_virtio()994 kfree(rproc->cached_table); in rproc_trigger_recovery()1152 rproc->table_ptr = rproc->cached_table; in rproc_shutdown()1432 kfree(rproc->cached_table); in rproc_del()
439 struct resource_table *cached_table; member