Home
last modified time | relevance | path

Searched refs:XEN_PT_ERR (Results 1 – 25 of 45) sorted by relevance

12

/dports/emulators/qemu42/qemu-4.2.1/hw/xen/
H A Dxen_pt_msi.c144 XEN_PT_ERR(&s->dev, in msi_msix_setup()
182 XEN_PT_ERR(d, "Updating of MSI%s failed. (err: %d)\n", in msi_msix_update()
186 XEN_PT_ERR(d, "Unmapping of MSI%s pirq %d failed. (err: %d)\n", in msi_msix_update()
224 XEN_PT_ERR(d, "Unmapping of MSI%s pirq %d failed. (err: %i)\n", in msi_msix_disable()
256 XEN_PT_ERR(&s->dev, in xen_pt_msi_setup()
267 XEN_PT_ERR(&s->dev, "Invalid pirq number: %d.\n", pirq); in xen_pt_msi_setup()
486 XEN_PT_ERR(&s->dev, "asked MSI-X entry '%i' invalid!\n", entry_nr); in pci_msix_read()
542 XEN_PT_ERR(d, "Invalid id %#x base %#x\n", id, base); in xen_pt_msix_init()
548 XEN_PT_ERR(d, "Failed to read PCI_MSIX_FLAGS field\n"); in xen_pt_msix_init()
571 XEN_PT_ERR(d, "Failed to read PCI_MSIX_TABLE field\n"); in xen_pt_msix_init()
[all …]
H A Dxen_pt.c90 XEN_PT_ERR(d, "Failed to access register with offset exceeding 0xFF. " in xen_pt_pci_config_access_check()
97 XEN_PT_ERR(d, "Failed to access register with invalid access length. " in xen_pt_pci_config_access_check()
104 XEN_PT_ERR(d, "Failed to access register with invalid access size " in xen_pt_pci_config_access_check()
158 XEN_PT_ERR(d, "pci_read_block failed. return value: %d.\n", rc); in xen_pt_pci_read_config()
285 XEN_PT_ERR(d, "pci_read_block failed. return value: %d.\n", rc); in xen_pt_pci_write_config()
426 XEN_PT_ERR(d, "Should not read BAR through QEMU. @0x"TARGET_FMT_plx"\n", in xen_pt_bar_read()
435 XEN_PT_ERR(d, "Should not write BAR through QEMU. @0x"TARGET_FMT_plx"\n", in xen_pt_bar_write()
623 XEN_PT_ERR(d, "%s ioport mapping failed! (err: %i)\n", in xen_pt_region_update()
637 XEN_PT_ERR(d, "%s mem mapping failed! (err: %i)\n", in xen_pt_region_update()
720 XEN_PT_ERR(d, "unbinding of interrupt INT%c failed." in xen_pt_destroy()
[all …]
H A Dxen_pt_graphics.c75 XEN_PT_ERR(NULL, "VGA %s mapping failed! (rc: %i)\n", in xen_pt_register_vga_regions()
111 XEN_PT_ERR(NULL, "VGA %s unmapping failed! (rc: %i)\n", in xen_pt_unregister_vga_regions()
266 XEN_PT_ERR(&s->dev, "[%d]:Can't enable to access IGD host opregion:" in igd_write_opregion()
280 XEN_PT_ERR(&s->dev, "[%d]:Can't map IGD host opregion:0x%lx to" in igd_write_opregion()
/dports/emulators/qemu/qemu-6.2.0/hw/xen/
H A Dxen_pt_msi.c144 XEN_PT_ERR(&s->dev,
182 XEN_PT_ERR(d, "Updating of MSI%s failed. (err: %d)\n",
186 XEN_PT_ERR(d, "Unmapping of MSI%s pirq %d failed. (err: %d)\n",
224 XEN_PT_ERR(d, "Unmapping of MSI%s pirq %d failed. (err: %i)\n",
256 XEN_PT_ERR(&s->dev,
267 XEN_PT_ERR(&s->dev, "Invalid pirq number: %d.\n", pirq);
486 XEN_PT_ERR(&s->dev, "asked MSI-X entry '%i' invalid!\n", entry_nr);
542 XEN_PT_ERR(d, "Invalid id 0x%x base 0x%x\n", id, base);
548 XEN_PT_ERR(d, "Failed to read PCI_MSIX_FLAGS field\n");
571 XEN_PT_ERR(d, "Failed to read PCI_MSIX_TABLE field\n");
[all …]
H A Dxen_pt.c102 XEN_PT_ERR(d, "Failed to access register with offset exceeding 0xFF. " in xen_pt_pci_config_access_check()
109 XEN_PT_ERR(d, "Failed to access register with invalid access length. " in xen_pt_pci_config_access_check()
116 XEN_PT_ERR(d, "Failed to access register with invalid access size " in xen_pt_pci_config_access_check()
170 XEN_PT_ERR(d, "pci_read_block failed. return value: %d.\n", rc); in xen_pt_pci_read_config()
297 XEN_PT_ERR(d, "pci_read_block failed. return value: %d.\n", rc); in xen_pt_pci_write_config()
438 XEN_PT_ERR(d, "Should not read BAR through QEMU. @0x"TARGET_FMT_plx"\n", in xen_pt_bar_read()
635 XEN_PT_ERR(d, "%s ioport mapping failed! (err: %i)\n", in xen_pt_region_update()
649 XEN_PT_ERR(d, "%s mem mapping failed! (err: %i)\n", in xen_pt_region_update()
734 XEN_PT_ERR(d, "unbinding of interrupt INT%c failed." in xen_pt_destroy()
756 XEN_PT_ERR(d, "unmapping of interrupt %i failed. (err: %d)" in xen_pt_destroy()
[all …]
H A Dxen_pt_graphics.c75 XEN_PT_ERR(NULL, "VGA %s mapping failed! (rc: %i)\n", in xen_pt_register_vga_regions()
111 XEN_PT_ERR(NULL, "VGA %s unmapping failed! (rc: %i)\n", in xen_pt_unregister_vga_regions()
266 XEN_PT_ERR(&s->dev, "[%d]:Can't enable to access IGD host opregion:" in igd_write_opregion()
280 XEN_PT_ERR(&s->dev, "[%d]:Can't map IGD host opregion:0x%lx to" in igd_write_opregion()
/dports/emulators/qemu60/qemu-6.0.0/hw/xen/
H A Dxen_pt_msi.c144 XEN_PT_ERR(&s->dev, in msi_msix_setup()
182 XEN_PT_ERR(d, "Updating of MSI%s failed. (err: %d)\n", in msi_msix_update()
186 XEN_PT_ERR(d, "Unmapping of MSI%s pirq %d failed. (err: %d)\n", in msi_msix_update()
224 XEN_PT_ERR(d, "Unmapping of MSI%s pirq %d failed. (err: %i)\n", in msi_msix_disable()
256 XEN_PT_ERR(&s->dev, in xen_pt_msi_setup()
267 XEN_PT_ERR(&s->dev, "Invalid pirq number: %d.\n", pirq); in xen_pt_msi_setup()
486 XEN_PT_ERR(&s->dev, "asked MSI-X entry '%i' invalid!\n", entry_nr); in pci_msix_read()
542 XEN_PT_ERR(d, "Invalid id 0x%x base 0x%x\n", id, base); in xen_pt_msix_init()
548 XEN_PT_ERR(d, "Failed to read PCI_MSIX_FLAGS field\n"); in xen_pt_msix_init()
571 XEN_PT_ERR(d, "Failed to read PCI_MSIX_TABLE field\n"); in xen_pt_msix_init()
[all …]
H A Dxen_pt.c103 XEN_PT_ERR(d, "Failed to access register with offset exceeding 0xFF. " in xen_pt_pci_config_access_check()
110 XEN_PT_ERR(d, "Failed to access register with invalid access length. " in xen_pt_pci_config_access_check()
117 XEN_PT_ERR(d, "Failed to access register with invalid access size " in xen_pt_pci_config_access_check()
171 XEN_PT_ERR(d, "pci_read_block failed. return value: %d.\n", rc); in xen_pt_pci_read_config()
298 XEN_PT_ERR(d, "pci_read_block failed. return value: %d.\n", rc); in xen_pt_pci_write_config()
439 XEN_PT_ERR(d, "Should not read BAR through QEMU. @0x"TARGET_FMT_plx"\n", in xen_pt_bar_read()
636 XEN_PT_ERR(d, "%s ioport mapping failed! (err: %i)\n", in xen_pt_region_update()
650 XEN_PT_ERR(d, "%s mem mapping failed! (err: %i)\n", in xen_pt_region_update()
733 XEN_PT_ERR(d, "unbinding of interrupt INT%c failed." in xen_pt_destroy()
755 XEN_PT_ERR(d, "unmapping of interrupt %i failed. (err: %d)" in xen_pt_destroy()
[all …]
H A Dxen_pt_graphics.c75 XEN_PT_ERR(NULL, "VGA %s mapping failed! (rc: %i)\n", in xen_pt_register_vga_regions()
111 XEN_PT_ERR(NULL, "VGA %s unmapping failed! (rc: %i)\n", in xen_pt_unregister_vga_regions()
266 XEN_PT_ERR(&s->dev, "[%d]:Can't enable to access IGD host opregion:" in igd_write_opregion()
280 XEN_PT_ERR(&s->dev, "[%d]:Can't map IGD host opregion:0x%lx to" in igd_write_opregion()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/xen/
H A Dxen_pt_msi.c144 XEN_PT_ERR(&s->dev, in msi_msix_setup()
182 XEN_PT_ERR(d, "Updating of MSI%s failed. (err: %d)\n", in msi_msix_update()
186 XEN_PT_ERR(d, "Unmapping of MSI%s pirq %d failed. (err: %d)\n", in msi_msix_update()
224 XEN_PT_ERR(d, "Unmapping of MSI%s pirq %d failed. (err: %i)\n", in msi_msix_disable()
256 XEN_PT_ERR(&s->dev, in xen_pt_msi_setup()
267 XEN_PT_ERR(&s->dev, "Invalid pirq number: %d.\n", pirq); in xen_pt_msi_setup()
486 XEN_PT_ERR(&s->dev, "asked MSI-X entry '%i' invalid!\n", entry_nr); in pci_msix_read()
542 XEN_PT_ERR(d, "Invalid id %#x base %#x\n", id, base); in xen_pt_msix_init()
548 XEN_PT_ERR(d, "Failed to read PCI_MSIX_FLAGS field\n"); in xen_pt_msix_init()
571 XEN_PT_ERR(d, "Failed to read PCI_MSIX_TABLE field\n"); in xen_pt_msix_init()
[all …]
H A Dxen_pt.c89 XEN_PT_ERR(d, "Failed to access register with offset exceeding 0xFF. " in xen_pt_pci_config_access_check()
96 XEN_PT_ERR(d, "Failed to access register with invalid access length. " in xen_pt_pci_config_access_check()
103 XEN_PT_ERR(d, "Failed to access register with invalid access size " in xen_pt_pci_config_access_check()
157 XEN_PT_ERR(d, "pci_read_block failed. return value: %d.\n", rc); in xen_pt_pci_read_config()
284 XEN_PT_ERR(d, "pci_read_block failed. return value: %d.\n", rc); in xen_pt_pci_write_config()
425 XEN_PT_ERR(d, "Should not read BAR through QEMU. @0x"TARGET_FMT_plx"\n", in xen_pt_bar_read()
434 XEN_PT_ERR(d, "Should not write BAR through QEMU. @0x"TARGET_FMT_plx"\n", in xen_pt_bar_write()
622 XEN_PT_ERR(d, "%s ioport mapping failed! (err: %i)\n", in xen_pt_region_update()
636 XEN_PT_ERR(d, "%s mem mapping failed! (err: %i)\n", in xen_pt_region_update()
719 XEN_PT_ERR(d, "unbinding of interrupt INT%c failed." in xen_pt_destroy()
[all …]
H A Dxen_pt_graphics.c75 XEN_PT_ERR(NULL, "VGA %s mapping failed! (rc: %i)\n", in xen_pt_register_vga_regions()
111 XEN_PT_ERR(NULL, "VGA %s unmapping failed! (rc: %i)\n", in xen_pt_unregister_vga_regions()
250 XEN_PT_ERR(&s->dev, "[%d]:Can't enable to access IGD host opregion:" in igd_write_opregion()
264 XEN_PT_ERR(&s->dev, "[%d]:Can't map IGD host opregion:0x%lx to" in igd_write_opregion()
/dports/emulators/qemu5/qemu-5.2.0/hw/xen/
H A Dxen_pt_msi.c144 XEN_PT_ERR(&s->dev, in msi_msix_setup()
182 XEN_PT_ERR(d, "Updating of MSI%s failed. (err: %d)\n", in msi_msix_update()
186 XEN_PT_ERR(d, "Unmapping of MSI%s pirq %d failed. (err: %d)\n", in msi_msix_update()
224 XEN_PT_ERR(d, "Unmapping of MSI%s pirq %d failed. (err: %i)\n", in msi_msix_disable()
256 XEN_PT_ERR(&s->dev, in xen_pt_msi_setup()
267 XEN_PT_ERR(&s->dev, "Invalid pirq number: %d.\n", pirq); in xen_pt_msi_setup()
486 XEN_PT_ERR(&s->dev, "asked MSI-X entry '%i' invalid!\n", entry_nr); in pci_msix_read()
542 XEN_PT_ERR(d, "Invalid id %#x base %#x\n", id, base); in xen_pt_msix_init()
548 XEN_PT_ERR(d, "Failed to read PCI_MSIX_FLAGS field\n"); in xen_pt_msix_init()
571 XEN_PT_ERR(d, "Failed to read PCI_MSIX_TABLE field\n"); in xen_pt_msix_init()
[all …]
H A Dxen_pt.c102 XEN_PT_ERR(d, "Failed to access register with offset exceeding 0xFF. " in xen_pt_pci_config_access_check()
109 XEN_PT_ERR(d, "Failed to access register with invalid access length. " in xen_pt_pci_config_access_check()
116 XEN_PT_ERR(d, "Failed to access register with invalid access size " in xen_pt_pci_config_access_check()
170 XEN_PT_ERR(d, "pci_read_block failed. return value: %d.\n", rc); in xen_pt_pci_read_config()
297 XEN_PT_ERR(d, "pci_read_block failed. return value: %d.\n", rc); in xen_pt_pci_write_config()
438 XEN_PT_ERR(d, "Should not read BAR through QEMU. @0x"TARGET_FMT_plx"\n", in xen_pt_bar_read()
635 XEN_PT_ERR(d, "%s ioport mapping failed! (err: %i)\n", in xen_pt_region_update()
649 XEN_PT_ERR(d, "%s mem mapping failed! (err: %i)\n", in xen_pt_region_update()
732 XEN_PT_ERR(d, "unbinding of interrupt INT%c failed." in xen_pt_destroy()
754 XEN_PT_ERR(d, "unmapping of interrupt %i failed. (err: %d)" in xen_pt_destroy()
[all …]
H A Dxen_pt_graphics.c75 XEN_PT_ERR(NULL, "VGA %s mapping failed! (rc: %i)\n", in xen_pt_register_vga_regions()
111 XEN_PT_ERR(NULL, "VGA %s unmapping failed! (rc: %i)\n", in xen_pt_unregister_vga_regions()
266 XEN_PT_ERR(&s->dev, "[%d]:Can't enable to access IGD host opregion:" in igd_write_opregion()
280 XEN_PT_ERR(&s->dev, "[%d]:Can't map IGD host opregion:0x%lx to" in igd_write_opregion()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/xen/
H A Dxen_pt_msi.c144 XEN_PT_ERR(&s->dev, in msi_msix_setup()
182 XEN_PT_ERR(d, "Updating of MSI%s failed. (err: %d)\n", in msi_msix_update()
186 XEN_PT_ERR(d, "Unmapping of MSI%s pirq %d failed. (err: %d)\n", in msi_msix_update()
224 XEN_PT_ERR(d, "Unmapping of MSI%s pirq %d failed. (err: %i)\n", in msi_msix_disable()
256 XEN_PT_ERR(&s->dev, in xen_pt_msi_setup()
267 XEN_PT_ERR(&s->dev, "Invalid pirq number: %d.\n", pirq); in xen_pt_msi_setup()
486 XEN_PT_ERR(&s->dev, "asked MSI-X entry '%i' invalid!\n", entry_nr); in pci_msix_read()
542 XEN_PT_ERR(d, "Invalid id %#x base %#x\n", id, base); in xen_pt_msix_init()
548 XEN_PT_ERR(d, "Failed to read PCI_MSIX_FLAGS field\n"); in xen_pt_msix_init()
571 XEN_PT_ERR(d, "Failed to read PCI_MSIX_TABLE field\n"); in xen_pt_msix_init()
[all …]
H A Dxen_pt.c90 XEN_PT_ERR(d, "Failed to access register with offset exceeding 0xFF. " in xen_pt_pci_config_access_check()
97 XEN_PT_ERR(d, "Failed to access register with invalid access length. " in xen_pt_pci_config_access_check()
104 XEN_PT_ERR(d, "Failed to access register with invalid access size " in xen_pt_pci_config_access_check()
158 XEN_PT_ERR(d, "pci_read_block failed. return value: %d.\n", rc); in xen_pt_pci_read_config()
285 XEN_PT_ERR(d, "pci_read_block failed. return value: %d.\n", rc); in xen_pt_pci_write_config()
426 XEN_PT_ERR(d, "Should not read BAR through QEMU. @0x"TARGET_FMT_plx"\n", in xen_pt_bar_read()
435 XEN_PT_ERR(d, "Should not write BAR through QEMU. @0x"TARGET_FMT_plx"\n", in xen_pt_bar_write()
623 XEN_PT_ERR(d, "%s ioport mapping failed! (err: %i)\n", in xen_pt_region_update()
637 XEN_PT_ERR(d, "%s mem mapping failed! (err: %i)\n", in xen_pt_region_update()
720 XEN_PT_ERR(d, "unbinding of interrupt INT%c failed." in xen_pt_destroy()
[all …]
H A Dxen_pt_graphics.c75 XEN_PT_ERR(NULL, "VGA %s mapping failed! (rc: %i)\n", in xen_pt_register_vga_regions()
111 XEN_PT_ERR(NULL, "VGA %s unmapping failed! (rc: %i)\n", in xen_pt_unregister_vga_regions()
266 XEN_PT_ERR(&s->dev, "[%d]:Can't enable to access IGD host opregion:" in igd_write_opregion()
280 XEN_PT_ERR(&s->dev, "[%d]:Can't map IGD host opregion:0x%lx to" in igd_write_opregion()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/xen/
H A Dxen_pt_msi.c144 XEN_PT_ERR(&s->dev, in msi_msix_setup()
182 XEN_PT_ERR(d, "Updating of MSI%s failed. (err: %d)\n", in msi_msix_update()
186 XEN_PT_ERR(d, "Unmapping of MSI%s pirq %d failed. (err: %d)\n", in msi_msix_update()
224 XEN_PT_ERR(d, "Unmapping of MSI%s pirq %d failed. (err: %i)\n", in msi_msix_disable()
256 XEN_PT_ERR(&s->dev, in xen_pt_msi_setup()
267 XEN_PT_ERR(&s->dev, "Invalid pirq number: %d.\n", pirq); in xen_pt_msi_setup()
486 XEN_PT_ERR(&s->dev, "asked MSI-X entry '%i' invalid!\n", entry_nr); in pci_msix_read()
542 XEN_PT_ERR(d, "Invalid id %#x base %#x\n", id, base); in xen_pt_msix_init()
548 XEN_PT_ERR(d, "Failed to read PCI_MSIX_FLAGS field\n"); in xen_pt_msix_init()
571 XEN_PT_ERR(d, "Failed to read PCI_MSIX_TABLE field\n"); in xen_pt_msix_init()
[all …]
H A Dxen_pt.c92 XEN_PT_ERR(d, "Failed to access register with offset exceeding 0xFF. " in xen_pt_pci_config_access_check()
99 XEN_PT_ERR(d, "Failed to access register with invalid access length. " in xen_pt_pci_config_access_check()
106 XEN_PT_ERR(d, "Failed to access register with invalid access size " in xen_pt_pci_config_access_check()
160 XEN_PT_ERR(d, "pci_read_block failed. return value: %d.\n", rc); in xen_pt_pci_read_config()
287 XEN_PT_ERR(d, "pci_read_block failed. return value: %d.\n", rc); in xen_pt_pci_write_config()
428 XEN_PT_ERR(d, "Should not read BAR through QEMU. @0x"TARGET_FMT_plx"\n", in xen_pt_bar_read()
437 XEN_PT_ERR(d, "Should not write BAR through QEMU. @0x"TARGET_FMT_plx"\n", in xen_pt_bar_write()
625 XEN_PT_ERR(d, "%s ioport mapping failed! (err: %i)\n", in xen_pt_region_update()
639 XEN_PT_ERR(d, "%s mem mapping failed! (err: %i)\n", in xen_pt_region_update()
722 XEN_PT_ERR(d, "unbinding of interrupt INT%c failed." in xen_pt_destroy()
[all …]
H A Dxen_pt_graphics.c75 XEN_PT_ERR(NULL, "VGA %s mapping failed! (rc: %i)\n", in xen_pt_register_vga_regions()
111 XEN_PT_ERR(NULL, "VGA %s unmapping failed! (rc: %i)\n", in xen_pt_unregister_vga_regions()
266 XEN_PT_ERR(&s->dev, "[%d]:Can't enable to access IGD host opregion:" in igd_write_opregion()
280 XEN_PT_ERR(&s->dev, "[%d]:Can't map IGD host opregion:0x%lx to" in igd_write_opregion()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/xen/
H A Dxen_pt_msi.c144 XEN_PT_ERR(&s->dev,
182 XEN_PT_ERR(d, "Updating of MSI%s failed. (err: %d)\n",
186 XEN_PT_ERR(d, "Unmapping of MSI%s pirq %d failed. (err: %d)\n",
224 XEN_PT_ERR(d, "Unmapping of MSI%s pirq %d failed. (err: %i)\n",
256 XEN_PT_ERR(&s->dev,
267 XEN_PT_ERR(&s->dev, "Invalid pirq number: %d.\n", pirq);
486 XEN_PT_ERR(&s->dev, "asked MSI-X entry '%i' invalid!\n", entry_nr);
542 XEN_PT_ERR(d, "Invalid id 0x%x base 0x%x\n", id, base);
548 XEN_PT_ERR(d, "Failed to read PCI_MSIX_FLAGS field\n");
571 XEN_PT_ERR(d, "Failed to read PCI_MSIX_TABLE field\n");
[all …]
H A Dxen_pt.c102 XEN_PT_ERR(d, "Failed to access register with offset exceeding 0xFF. " in xen_pt_pci_config_access_check()
109 XEN_PT_ERR(d, "Failed to access register with invalid access length. " in xen_pt_pci_config_access_check()
116 XEN_PT_ERR(d, "Failed to access register with invalid access size " in xen_pt_pci_config_access_check()
170 XEN_PT_ERR(d, "pci_read_block failed. return value: %d.\n", rc); in xen_pt_pci_read_config()
297 XEN_PT_ERR(d, "pci_read_block failed. return value: %d.\n", rc); in xen_pt_pci_write_config()
438 XEN_PT_ERR(d, "Should not read BAR through QEMU. @0x"TARGET_FMT_plx"\n", in xen_pt_bar_read()
635 XEN_PT_ERR(d, "%s ioport mapping failed! (err: %i)\n", in xen_pt_region_update()
649 XEN_PT_ERR(d, "%s mem mapping failed! (err: %i)\n", in xen_pt_region_update()
732 XEN_PT_ERR(d, "unbinding of interrupt INT%c failed." in xen_pt_destroy()
754 XEN_PT_ERR(d, "unmapping of interrupt %i failed. (err: %d)" in xen_pt_destroy()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/xen/
H A Dxen_pt_msi.c144 XEN_PT_ERR(&s->dev, in msi_msix_setup()
182 XEN_PT_ERR(d, "Updating of MSI%s failed. (err: %d)\n", in msi_msix_update()
186 XEN_PT_ERR(d, "Unmapping of MSI%s pirq %d failed. (err: %d)\n", in msi_msix_update()
224 XEN_PT_ERR(d, "Unmapping of MSI%s pirq %d failed. (err: %i)\n", in msi_msix_disable()
256 XEN_PT_ERR(&s->dev, in xen_pt_msi_setup()
267 XEN_PT_ERR(&s->dev, "Invalid pirq number: %d.\n", pirq); in xen_pt_msi_setup()
486 XEN_PT_ERR(&s->dev, "asked MSI-X entry '%i' invalid!\n", entry_nr); in pci_msix_read()
542 XEN_PT_ERR(d, "Invalid id %#x base %#x\n", id, base); in xen_pt_msix_init()
548 XEN_PT_ERR(d, "Failed to read PCI_MSIX_FLAGS field\n"); in xen_pt_msix_init()
571 XEN_PT_ERR(d, "Failed to read PCI_MSIX_TABLE field\n"); in xen_pt_msix_init()
[all …]
H A Dxen_pt.c92 XEN_PT_ERR(d, "Failed to access register with offset exceeding 0xFF. " in xen_pt_pci_config_access_check()
99 XEN_PT_ERR(d, "Failed to access register with invalid access length. " in xen_pt_pci_config_access_check()
106 XEN_PT_ERR(d, "Failed to access register with invalid access size " in xen_pt_pci_config_access_check()
160 XEN_PT_ERR(d, "pci_read_block failed. return value: %d.\n", rc); in xen_pt_pci_read_config()
287 XEN_PT_ERR(d, "pci_read_block failed. return value: %d.\n", rc); in xen_pt_pci_write_config()
428 XEN_PT_ERR(d, "Should not read BAR through QEMU. @0x"TARGET_FMT_plx"\n", in xen_pt_bar_read()
437 XEN_PT_ERR(d, "Should not write BAR through QEMU. @0x"TARGET_FMT_plx"\n", in xen_pt_bar_write()
625 XEN_PT_ERR(d, "%s ioport mapping failed! (err: %i)\n", in xen_pt_region_update()
639 XEN_PT_ERR(d, "%s mem mapping failed! (err: %i)\n", in xen_pt_region_update()
722 XEN_PT_ERR(d, "unbinding of interrupt INT%c failed." in xen_pt_destroy()
[all …]

12