Searched refs:vmbus_allocate_mmio (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/ |
H A D | hyperv_drm_drv.c | 82 ret = vmbus_allocate_mmio(&hv->mem, hdev, 0, -1, hv->fb_size, 0x100000, in hyperv_setup_vram()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pci-hyperv.c | 2702 * This function calls vmbus_allocate_mmio(), which is itself a 2729 ret = vmbus_allocate_mmio(&hbus->low_mmio_res, hbus->hdev, 0, in hv_pci_allocate_bridge_windows() 2749 ret = vmbus_allocate_mmio(&hbus->high_mmio_res, hbus->hdev, in hv_pci_allocate_bridge_windows() 2795 ret = vmbus_allocate_mmio(&hbus->mem_config, hbus->hdev, 0, -1, in hv_allocate_config_window() 2801 * vmbus_allocate_mmio() gets used for allocating both device endpoint in hv_allocate_config_window()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hyperv.h | 1284 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,
|
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | vmbus_drv.c | 2227 * vmbus_allocate_mmio() - Pick a memory-mapped I/O range. 2249 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj, in vmbus_allocate_mmio() function 2318 EXPORT_SYMBOL_GPL(vmbus_allocate_mmio); variable
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | vmbus_drv.c | 2138 * vmbus_allocate_mmio() - Pick a memory-mapped I/O range. 2160 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj, in vmbus_allocate_mmio() function 2229 EXPORT_SYMBOL_GPL(vmbus_allocate_mmio); variable
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pci-hyperv.c | 3205 * This function calls vmbus_allocate_mmio(), which is itself a 3232 ret = vmbus_allocate_mmio(&hbus->low_mmio_res, hbus->hdev, 0, in hv_pci_allocate_bridge_windows() 3251 ret = vmbus_allocate_mmio(&hbus->high_mmio_res, hbus->hdev, in hv_pci_allocate_bridge_windows() 3296 ret = vmbus_allocate_mmio(&hbus->mem_config, hbus->hdev, 0, -1, in hv_allocate_config_window() 3302 * vmbus_allocate_mmio() gets used for allocating both device endpoint in hv_allocate_config_window()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | hyperv_fb.c | 1067 ret = vmbus_allocate_mmio(&par->mem, hdev, 0, -1, in hvfb_getmem()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hyperv.h | 1350 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | hyperv_fb.c | 1045 ret = vmbus_allocate_mmio(&par->mem, hdev, 0, -1, in hvfb_getmem()
|
Completed in 27 milliseconds