Searched defs:IVShmemState (Results 1 – 1 of 1) sorted by relevance
61 typedef struct IVShmemState IVShmemState; typedef88 struct IVShmemState { struct90 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 …]