Lines Matching refs:cached_table
1289 memcpy(loaded_table, rproc->cached_table, rproc->table_sz); in rproc_start()
1326 rproc->table_ptr = rproc->cached_table; in rproc_start()
1441 kfree(rproc->cached_table); in rproc_fw_boot()
1442 rproc->cached_table = NULL; in rproc_fw_boot()
1489 rproc->cached_table = NULL; in rproc_set_rsc_table()
1522 rproc->cached_table = kmemdup(rproc->table_ptr, in rproc_reset_rsc_table_on_detach()
1524 if (!rproc->cached_table) in rproc_reset_rsc_table_on_detach()
1531 rproc->table_ptr = rproc->cached_table; in rproc_reset_rsc_table_on_detach()
1560 if (rproc->cached_table) in rproc_reset_rsc_table_on_stop()
1570 rproc->cached_table = kmemdup(rproc->table_ptr, in rproc_reset_rsc_table_on_stop()
1572 if (!rproc->cached_table) in rproc_reset_rsc_table_on_stop()
1586 rproc->table_ptr = rproc->cached_table; in rproc_reset_rsc_table_on_stop()
2024 kfree(rproc->cached_table); in rproc_shutdown()
2025 rproc->cached_table = NULL; in rproc_shutdown()
2090 kfree(rproc->cached_table); in rproc_detach()
2091 rproc->cached_table = NULL; in rproc_detach()
2235 if (rproc->cached_table) in rproc_validate()