Home
last modified time | relevance | path

Searched refs:data_cache (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/dump/
H A Ddump.c1404 static void prepare_data_cache(DataCache *data_cache, DumpState *s, in prepare_data_cache() argument
1407 data_cache->state = s; in prepare_data_cache()
1408 data_cache->data_size = 0; in prepare_data_cache()
1409 data_cache->buf_size = 4 * dump_bitmap_get_bufsize(s); in prepare_data_cache()
1410 data_cache->buf = g_malloc0(data_cache->buf_size); in prepare_data_cache()
1411 data_cache->offset = offset; in prepare_data_cache()
1446 static void free_data_cache(DataCache *data_cache) in free_data_cache() argument
1448 g_free(data_cache->buf); in free_data_cache()
/openbmc/openbmc/poky/bitbake/
H A DChangeLog203 - Add expand_cache to data_cache.py, caching expanded data (speedup)