Searched refs:cache_init (Results 1 – 8 of 8) sorted by relevance
| /openbmc/u-boot/arch/arc/include/asm/ |
| H A D | cache.h | 34 void cache_init(void);
|
| /openbmc/u-boot/arch/mips/lib/ |
| H A D | Makefile | 7 obj-y += cache_init.o
|
| /openbmc/qemu/migration/ |
| H A D | page_cache.h | 31 PageCache *cache_init(uint64_t cache_size, size_t page_size, Error **errp);
|
| H A D | page_cache.c | 41 PageCache *cache_init(uint64_t new_size, size_t page_size, Error **errp) in cache_init() function
|
| H A D | ram.c | 207 new_cache = cache_init(new_size, TARGET_PAGE_SIZE, errp); in xbzrle_cache_resize() 2690 XBZRLE.cache = cache_init(migrate_xbzrle_cache_size(), in xbzrle_init()
|
| /openbmc/u-boot/arch/arc/lib/ |
| H A D | cpu.c | 20 cache_init(); in arch_cpu_init()
|
| H A D | cache.c | 457 void cache_init(void) in cache_init() function
|
| /openbmc/qemu/contrib/plugins/ |
| H A D | cache.c | 249 static Cache *cache_init(int blksize, int assoc, int cachesize) in cache_init() function 297 caches[i] = cache_init(blksize, assoc, cachesize); in caches_init()
|