Searched defs:PCIDevice (Results 1 – 3 of 3) sorted by relevance
59 struct PCIDevice { struct60 DeviceState qdev;61 bool partially_hotplugged;62 bool enabled;65 uint8_t *config;71 uint8_t *cmask;74 uint8_t *wmask;77 uint8_t *w1cmask;80 uint8_t *used;83 int32_t devfn;[all …]
82 typedef struct PCIDevice PCIDevice; typedef