Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/remoteproc/
Dremoteproc_elf_loader.c337 rproc->cached_table = kmemdup(table, tablesz, GFP_KERNEL);
338 if (!rproc->cached_table)
341 rproc->table_ptr = rproc->cached_table;
Dremoteproc_core.c1377 memcpy(loaded_table, rproc->cached_table, rproc->table_sz); in rproc_start()
1414 rproc->table_ptr = rproc->cached_table; in rproc_start()
1529 kfree(rproc->cached_table); in rproc_fw_boot()
1530 rproc->cached_table = NULL; in rproc_fw_boot()
1649 rproc->table_ptr = rproc->cached_table; in rproc_stop()
1879 kfree(rproc->cached_table); in rproc_shutdown()
1880 rproc->cached_table = NULL; in rproc_shutdown()
1960 if (rproc->cached_table) in rproc_validate()
Dstm32_rproc.c756 rproc->cached_table = NULL; in stm32_rproc_get_loaded_rsc_table()
/Linux-v5.10/include/linux/
Dremoteproc.h543 struct resource_table *cached_table; member