Searched refs:write_memory (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/scripts/ |
H A D | analyze-migration.py | 128 self.write_memory = ramargs['write_memory'] 134 if self.write_memory: 164 if self.write_memory: 182 if self.write_memory and fill_char != 0: 194 if self.write_memory or self.dump_memory: 199 if self.write_memory: 222 if self.write_memory: 636 write_memory = False): argument 662 ramargs['write_memory'] = write_memory 745 dump.read(write_memory = True)
|
/openbmc/qemu/include/hw/isa/ |
H A D | isa.h | 42 int (*write_memory)(IsaDma *obj, int nchan, void *buf, int pos, int len); member
|
/openbmc/qemu/hw/dma/ |
H A D | i8257.c | 608 idc->write_memory = i8257_dma_write_memory; in i8257_class_init()
|
/openbmc/qemu/dump/ |
H A D | dump.c | 531 static void write_memory(DumpState *s, GuestPhysBlock *block, ram_addr_t start, in write_memory() function 770 write_memory(s, block, memblock_start, memblock_size, errp); in dump_iterate()
|
/openbmc/qemu/hw/block/ |
H A D | fdc.c | 1642 k->write_memory(fdctrl->dma, nchan, fdctrl->fifo + rel_pos, in fdctrl_transfer_handler()
|