Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dremoteproc_elf_loader.c346 rproc->cached_table = kmemdup(table, tablesz, GFP_KERNEL);
347 if (!rproc->cached_table)
350 rproc->table_ptr = rproc->cached_table;
H A Dremoteproc_core.c1388 memcpy(loaded_table, rproc->cached_table, rproc->table_sz); in rproc_start()
1425 rproc->table_ptr = rproc->cached_table; in rproc_start()
1540 kfree(rproc->cached_table); in rproc_fw_boot()
1541 rproc->cached_table = NULL; in rproc_fw_boot()
1660 rproc->table_ptr = rproc->cached_table; in rproc_stop()
1891 kfree(rproc->cached_table); in rproc_shutdown()
1892 rproc->cached_table = NULL; in rproc_shutdown()
2035 if (rproc->cached_table) in rproc_validate()
H A Dstm32_rproc.c756 rproc->cached_table = NULL; in stm32_rproc_get_loaded_rsc_table()
/OK3568_Linux_fs/kernel/include/linux/
H A Dremoteproc.h547 struct resource_table *cached_table; member