Searched defs:EduState (Results 1 – 1 of 1) sorted by relevance
37 typedef struct EduState EduState; typedef47 struct EduState { struct48 PCIDevice pdev;49 MemoryRegion mmio;51 QemuThread thread;52 QemuMutex thr_mutex;53 QemuCond thr_cond;54 bool stopping;56 uint32_t addr4;80 static bool edu_msi_enabled(EduState *edu) in edu_msi_enabled() argument