Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/remoteproc/
Dremoteproc_core.c848 memcpy(loaded_table, rproc->cached_table, tablesz); in rproc_fw_boot()
906 rproc->cached_table = kmemdup(table, tablesz, GFP_KERNEL); in rproc_fw_config_virtio()
907 if (!rproc->cached_table) in rproc_fw_config_virtio()
910 rproc->table_ptr = rproc->cached_table; in rproc_fw_config_virtio()
979 kfree(rproc->cached_table); in rproc_trigger_recovery()
1137 rproc->table_ptr = rproc->cached_table; in rproc_shutdown()
1370 kfree(rproc->cached_table); in rproc_del()
/linux-4.1.27/include/linux/
Dremoteproc.h437 struct resource_table *cached_table; member