Lines Matching refs:cached_table
1397 memcpy(loaded_table, rproc->cached_table, rproc->table_sz); in rproc_start()
1434 rproc->table_ptr = rproc->cached_table; in rproc_start()
1549 kfree(rproc->cached_table); in rproc_fw_boot()
1550 rproc->cached_table = NULL; in rproc_fw_boot()
1597 rproc->cached_table = NULL; in rproc_set_rsc_table()
1630 rproc->cached_table = kmemdup(rproc->table_ptr, in rproc_reset_rsc_table_on_detach()
1632 if (!rproc->cached_table) in rproc_reset_rsc_table_on_detach()
1639 rproc->table_ptr = rproc->cached_table; in rproc_reset_rsc_table_on_detach()
1668 if (rproc->cached_table) in rproc_reset_rsc_table_on_stop()
1678 rproc->cached_table = kmemdup(rproc->table_ptr, in rproc_reset_rsc_table_on_stop()
1680 if (!rproc->cached_table) in rproc_reset_rsc_table_on_stop()
1694 rproc->table_ptr = rproc->cached_table; in rproc_reset_rsc_table_on_stop()
2093 kfree(rproc->cached_table); in rproc_shutdown()
2094 rproc->cached_table = NULL; in rproc_shutdown()
2153 kfree(rproc->cached_table); in rproc_detach()
2154 rproc->cached_table = NULL; in rproc_detach()
2298 if (rproc->cached_table) in rproc_validate()