cached_table     1320 drivers/remoteproc/remoteproc_core.c 		memcpy(loaded_table, rproc->cached_table, rproc->table_sz);
cached_table     1357 drivers/remoteproc/remoteproc_core.c 	rproc->table_ptr = rproc->cached_table;
cached_table     1423 drivers/remoteproc/remoteproc_core.c 	kfree(rproc->cached_table);
cached_table     1424 drivers/remoteproc/remoteproc_core.c 	rproc->cached_table = NULL;
cached_table     1474 drivers/remoteproc/remoteproc_core.c 	rproc->table_ptr = rproc->cached_table;
cached_table     1828 drivers/remoteproc/remoteproc_core.c 	kfree(rproc->cached_table);
cached_table     1829 drivers/remoteproc/remoteproc_core.c 	rproc->cached_table = NULL;
cached_table      295 drivers/remoteproc/remoteproc_elf_loader.c 	rproc->cached_table = kmemdup(table, tablesz, GFP_KERNEL);
cached_table      296 drivers/remoteproc/remoteproc_elf_loader.c 	if (!rproc->cached_table)
cached_table      299 drivers/remoteproc/remoteproc_elf_loader.c 	rproc->table_ptr = rproc->cached_table;
cached_table      511 include/linux/remoteproc.h 	struct resource_table *cached_table;