Searched refs:guest_heap (Results 1 – 3 of 3) sorted by relevance
122 vbox->guest_heap = pcim_iomap_range(pdev, 0, in vbox_hw_init()124 if (IS_ERR(vbox->guest_heap)) in vbox_hw_init()125 return PTR_ERR(vbox->guest_heap); in vbox_hw_init()134 (unsigned long)vbox->guest_heap, in vbox_hw_init()
52 u8 __iomem *guest_heap; member
27 return readl(vbox->guest_heap + HOST_FLAGS_OFFSET); in vbox_get_flags()