Searched refs:read_memory (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/include/hw/isa/ |
| H A D | isa.h | 41 int (*read_memory)(IsaDma *obj, int nchan, void *buf, int pos, int len); member
|
| /openbmc/qemu/scripts/ |
| H A D | dump-guest-memory.py | 542 chunk = qemu_core.read_memory(cur, chunk_size) 553 return qemu_core.read_memory(haddr, size)
|
| /openbmc/qemu/hw/dma/ |
| H A D | i8257.c | 606 idc->read_memory = i8257_dma_read_memory; in i8257_class_init()
|
| /openbmc/qemu/hw/block/ |
| H A D | fdc.c | 1656 k->read_memory(fdctrl->dma, nchan, fdctrl->fifo + rel_pos, in fdctrl_transfer_handler() 1674 k->read_memory(fdctrl->dma, nchan, tmpbuf, fdctrl->data_pos, in fdctrl_transfer_handler()
|