Searched refs:vmbus_allocate_mmio (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/pci/controller/ |
D | pci-hyperv.c | 2507 ret = vmbus_allocate_mmio(&hbus->low_mmio_res, hbus->hdev, 0, in hv_pci_allocate_bridge_windows() 2527 ret = vmbus_allocate_mmio(&hbus->high_mmio_res, hbus->hdev, in hv_pci_allocate_bridge_windows() 2573 ret = vmbus_allocate_mmio(&hbus->mem_config, hbus->hdev, 0, -1, in hv_allocate_config_window()
|
/Linux-v5.4/include/linux/ |
D | hyperv.h | 1228 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,
|
/Linux-v5.4/drivers/video/fbdev/ |
D | hyperv_fb.c | 699 ret = vmbus_allocate_mmio(&par->mem, hdev, pot_start, pot_end, in hvfb_getmem()
|
/Linux-v5.4/drivers/hv/ |
D | vmbus_drv.c | 2007 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj, in vmbus_allocate_mmio() function 2068 EXPORT_SYMBOL_GPL(vmbus_allocate_mmio);
|