Home
last modified time | relevance | path

Searched refs:read_memory (Results 1 – 9 of 9) 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/linux/scripts/gdb/linux/
H A Dutils.py111 m = inf.read_memory(start, length)
H A Dpgtable.py91 memoryview(gdb.selected_inferior().read_memory(address, 8)),
/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.c607 idc->read_memory = i8257_dma_read_memory; in i8257_class_init()
/openbmc/qemu/hw/block/
H A Dfdc.c1657 k->read_memory(fdctrl->dma, nchan, fdctrl->fifo + rel_pos, in fdctrl_transfer_handler()
1675 k->read_memory(fdctrl->dma, nchan, tmpbuf, fdctrl->data_pos, in fdctrl_transfer_handler()