Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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.c1379 memcpy(loaded_table, rproc->cached_table, rproc->table_sz); in rproc_start()
1416 rproc->table_ptr = rproc->cached_table; in rproc_start()
1531 kfree(rproc->cached_table); in rproc_fw_boot()
1532 rproc->cached_table = NULL; in rproc_fw_boot()
1651 rproc->table_ptr = rproc->cached_table; in rproc_stop()
1888 kfree(rproc->cached_table); in rproc_shutdown()
1889 rproc->cached_table = NULL; in rproc_shutdown()
1969 if (rproc->cached_table) in rproc_validate()
Dstm32_rproc.c756 rproc->cached_table = NULL; in stm32_rproc_get_loaded_rsc_table()
/kernel/linux/linux-5.10/include/linux/
Dremoteproc.h543 struct resource_table *cached_table; member