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