Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Ddump.h139 typedef struct DataCache { struct
145 } DataCache; argument
/openbmc/qemu/dump/
H A Ddump.c1404 static void prepare_data_cache(DataCache *data_cache, DumpState *s, in prepare_data_cache()
1414 static int write_cache(DataCache *dc, const void *buf, size_t size, in write_cache()
1446 static void free_data_cache(DataCache *data_cache) in free_data_cache()
1476 DataCache page_desc, page_data; in write_dump_pages()