Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dedu.c37 typedef struct EduState EduState; typedef
47 struct EduState { struct
48 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