Home
last modified time | relevance | path

Searched refs:vmbus_allocate_mmio (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_drv.c77 ret = vmbus_allocate_mmio(&hv->mem, hdev, 0, -1, hv->fb_size, 0x100000, in hyperv_setup_vram()
/linux/drivers/hv/
H A Dvmbus_drv.c2181 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj, in vmbus_allocate_mmio() function
2250 EXPORT_SYMBOL_GPL(vmbus_allocate_mmio);
/linux/include/linux/
H A Dhyperv.h1360 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,
/linux/drivers/video/fbdev/
H A Dhyperv_fb.c1047 ret = vmbus_allocate_mmio(&par->mem, hdev, 0, -1, in hvfb_getmem()