Home
last modified time | relevance | path

Searched defs:IVShmemState (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/misc/
H A Divshmem.c61 typedef struct IVShmemState IVShmemState; typedef
88 struct IVShmemState { struct
90 PCIDevice parent_obj;
93 uint32_t features;
96 HostMemoryBackend *hostmem; /* with interrupts */
97 CharBackend server_chr; /* without interrupts */
100 uint32_t intrmask;
101 uint32_t intrstatus;
102 int vm_id;
105 MemoryRegion ivshmem_mmio; /* BAR 0 (registers) */
[all …]