Home
last modified time | relevance | path

Searched refs:exec_dst (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/dma/
H A Dsifive_pdma.c119 s->chan[ch].exec_dst = dst; in sifive_pdma_run()
124 cpu_physical_memory_write(s->chan[ch].exec_dst, buf, size); in sifive_pdma_run()
126 s->chan[ch].exec_dst += size; in sifive_pdma_run()
132 cpu_physical_memory_write(s->chan[ch].exec_dst, buf, remainder); in sifive_pdma_run()
134 s->chan[ch].exec_dst += remainder; in sifive_pdma_run()
141 s->chan[ch].exec_dst = dst; in sifive_pdma_run()
199 val = s->chan[ch].exec_dst; in sifive_pdma_readq()
254 val = extract64(s->chan[ch].exec_dst, 0, 32); in sifive_pdma_readl()
257 val = extract64(s->chan[ch].exec_dst, 32, 32); in sifive_pdma_readl()
/qemu/include/hw/dma/
H A Dsifive_pdma.h36 uint64_t exec_dst; member