Home
last modified time | relevance | path

Searched refs:read_memory (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/hw/isa/
H A Disa.h41 int (*read_memory)(IsaDma *obj, int nchan, void *buf, int pos, int len); member
/openbmc/qemu/scripts/
H A Ddump-guest-memory.py542 chunk = qemu_core.read_memory(cur, chunk_size)
553 return qemu_core.read_memory(haddr, size)
/openbmc/qemu/hw/audio/
H A Dgus.c196 copied = k->read_memory(s->isa_dma, nchan, tmpbuf, pos, to_copy); in GUS_read_DMA()
H A Dcs4231a.c547 copied = k->read_memory(s->isa_dma, nchan, tmpbuf, dma_pos, to_copy); in cs_write_audio()
H A Dsb16.c1199 copied = k->read_memory(isa_dma, nchan, tmpbuf, dma_pos, to_copy); in write_audio()
/openbmc/qemu/hw/dma/
H A Di8257.c606 idc->read_memory = i8257_dma_read_memory; in i8257_class_init()
/openbmc/qemu/hw/block/
H A Dfdc.c1656 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()