Home
last modified time | relevance | path

Searched refs:GUEST_HEAP_OFFSET (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_main.c120 pci_iomap_range(pdev, 0, GUEST_HEAP_OFFSET(vbox), in vbox_hw_init()
133 GUEST_HEAP_OFFSET(vbox), in vbox_hw_init()
145 vbox->available_vram_size = GUEST_HEAP_OFFSET(vbox); in vbox_hw_init()
H A Dvbox_drv.h41 #define GUEST_HEAP_OFFSET(vbox) ((vbox)->full_vram_size - \ macro
H A Dvbox_mode.c717 hgsmi_report_flags_location(vbox->guest_pool, GUEST_HEAP_OFFSET(vbox) + in vbox_get_modes()