Home
last modified time | relevance | path

Searched refs:mmio_addr (Results 1 – 4 of 4) sorted by relevance

/qemu/rust/qemu-api/src/
H A Dsysbus.rs76 fn mmio_addr(&self, id: u32) -> Option<u64> { in mmio_addr() method
/qemu/hw/i386/
H A Damd_iommu.h323 uint64_t mmio_addr; member
/qemu/hw/intc/
H A Dspapr_xive.c1689 hwaddr mmio_addr; in h_int_esb() local
1723 mmio_addr = xive->vc_base + xive_source_esb_mgmt(xsrc, lisn) + offset; in h_int_esb()
1725 if (dma_memory_rw(&address_space_memory, mmio_addr, &data, 8, in h_int_esb()
1729 HWADDR_PRIx "\n", mmio_addr); in h_int_esb()
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs763 self.mmio_addr(0).unwrap(), in reset_hold()