Lines Matching refs:cached_table
1282 memcpy(loaded_table, rproc->cached_table, rproc->table_sz); in rproc_start()
1319 rproc->table_ptr = rproc->cached_table; in rproc_start()
1434 kfree(rproc->cached_table); in rproc_fw_boot()
1435 rproc->cached_table = NULL; in rproc_fw_boot()
1482 rproc->cached_table = NULL; in rproc_set_rsc_table()
1515 rproc->cached_table = kmemdup(rproc->table_ptr, in rproc_reset_rsc_table_on_detach()
1517 if (!rproc->cached_table) in rproc_reset_rsc_table_on_detach()
1524 rproc->table_ptr = rproc->cached_table; in rproc_reset_rsc_table_on_detach()
1553 if (rproc->cached_table) in rproc_reset_rsc_table_on_stop()
1563 rproc->cached_table = kmemdup(rproc->table_ptr, in rproc_reset_rsc_table_on_stop()
1565 if (!rproc->cached_table) in rproc_reset_rsc_table_on_stop()
1579 rproc->table_ptr = rproc->cached_table; in rproc_reset_rsc_table_on_stop()
2010 kfree(rproc->cached_table); in rproc_shutdown()
2011 rproc->cached_table = NULL; in rproc_shutdown()
2076 kfree(rproc->cached_table); in rproc_detach()
2077 rproc->cached_table = NULL; in rproc_detach()
2221 if (rproc->cached_table) in rproc_validate()