Lines Matching refs:cached_table
1290 memcpy(loaded_table, rproc->cached_table, rproc->table_sz); in rproc_start()
1327 rproc->table_ptr = rproc->cached_table; in rproc_start()
1442 kfree(rproc->cached_table); in rproc_fw_boot()
1443 rproc->cached_table = NULL; in rproc_fw_boot()
1490 rproc->cached_table = NULL; in rproc_set_rsc_table()
1523 rproc->cached_table = kmemdup(rproc->table_ptr, in rproc_reset_rsc_table_on_detach()
1525 if (!rproc->cached_table) in rproc_reset_rsc_table_on_detach()
1532 rproc->table_ptr = rproc->cached_table; in rproc_reset_rsc_table_on_detach()
1561 if (rproc->cached_table) in rproc_reset_rsc_table_on_stop()
1571 rproc->cached_table = kmemdup(rproc->table_ptr, in rproc_reset_rsc_table_on_stop()
1573 if (!rproc->cached_table) in rproc_reset_rsc_table_on_stop()
1587 rproc->table_ptr = rproc->cached_table; in rproc_reset_rsc_table_on_stop()
2025 kfree(rproc->cached_table); in rproc_shutdown()
2026 rproc->cached_table = NULL; in rproc_shutdown()
2091 kfree(rproc->cached_table); in rproc_detach()
2092 rproc->cached_table = NULL; in rproc_detach()
2256 if (rproc->cached_table) in rproc_validate()