Home
last modified time | relevance | path

Searched refs:write_memory (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/scripts/
H A Danalyze-migration.py128 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 Disa.h42 int (*write_memory)(IsaDma *obj, int nchan, void *buf, int pos, int len); member
/openbmc/qemu/hw/dma/
H A Di8257.c608 idc->write_memory = i8257_dma_write_memory; in i8257_class_init()
/openbmc/qemu/dump/
H A Ddump.c531 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 Dfdc.c1642 k->write_memory(fdctrl->dma, nchan, fdctrl->fifo + rel_pos, in fdctrl_transfer_handler()