Home
last modified time | relevance | path

Searched refs:cached_table (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/remoteproc/
Dremoteproc_core.c862 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()
/linux-4.4.14/include/linux/
Dremoteproc.h439 struct resource_table *cached_table; member