Searched defs:bochs_device (Results 1 – 1 of 1) sorted by relevance
52 struct bochs_device { struct54 void __iomem *mmio;55 int ioports;56 void __iomem *fb_map;57 unsigned long fb_base;81 void bochs_hw_setmode(struct bochs_device *bochs, argument