Lines Matching defs:IVShmemState
61 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) */
106 MemoryRegion *ivshmem_bar2; /* BAR 2 (shared memory) */
130 static inline uint32_t ivshmem_has_feature(IVShmemState *ivs, in ivshmem_has_feature() argument