Searched refs:read_memory (Results 1 – 9 of 9) 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/linux/scripts/gdb/linux/ |
H A D | utils.py | 111 m = inf.read_memory(start, length)
|
H A D | pgtable.py | 91 memoryview(gdb.selected_inferior().read_memory(address, 8)),
|
/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/audio/ |
H A D | gus.c | 196 copied = k->read_memory(s->isa_dma, nchan, tmpbuf, pos, to_copy); in GUS_read_DMA()
|
H A D | cs4231a.c | 547 copied = k->read_memory(s->isa_dma, nchan, tmpbuf, dma_pos, to_copy); in cs_write_audio()
|
H A D | sb16.c | 1199 copied = k->read_memory(isa_dma, nchan, tmpbuf, dma_pos, to_copy); in write_audio()
|
/openbmc/qemu/hw/dma/ |
H A D | i8257.c | 607 idc->read_memory = i8257_dma_read_memory; in i8257_class_init()
|
/openbmc/qemu/hw/block/ |
H A D | fdc.c | 1657 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()
|