Searched refs:XEN_PT_ERR (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_msi.c | 88 XEN_PT_ERR(&s->dev, "Failed to read MSI/MSI-X register (0x%x), rc:%d\n", in msi_msix_enable() 99 XEN_PT_ERR(&s->dev, "Failed to write MSI/MSI-X register (0x%x), rc:%d\n", in msi_msix_enable() 144 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() 215 XEN_PT_ERR(d, "Unbinding of MSI%s failed. (err: %d, pirq: %d, gvec: 0x%x)\n", in msi_msix_disable() 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() 418 XEN_PT_ERR(&s->dev, "unbind MSI-X entry %d failed (err: %d)\n", in xen_pt_msix_update_remap() [all …]
|
H A D | xen_pt.c | 102 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() 425 XEN_PT_ERR(d, "xen_host_pci_set_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"HWADDR_FMT_plx"\n", in xen_pt_bar_read() 447 XEN_PT_ERR(d, "Should not write BAR through QEMU. @0x"HWADDR_FMT_plx"\n", in xen_pt_bar_write() 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() [all …]
|
H A D | xen_pt_graphics.c | 75 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()
|
H A D | xen_pt_config_init.c | 420 XEN_PT_ERR(&s->dev, "Internal error: Invalid BAR index [%d].\n", index); in xen_pt_bar_reg_init() 444 XEN_PT_ERR(&s->dev, "Internal error: Invalid BAR index [%d].\n", index); in xen_pt_bar_reg_read() 489 XEN_PT_ERR(d, "Internal error: Invalid BAR index [%d].\n", index); in xen_pt_bar_reg_write() 1262 XEN_PT_ERR(&s->dev, in xen_pt_msgaddr64_reg_write() 1303 XEN_PT_ERR(&s->dev, "the offset does not match the 32/64 bit type!\n"); in xen_pt_msgdata_reg_write() 1629 XEN_PT_ERR(d, "Unsupported device/port type 0x%x.\n", type); in xen_pt_pcie_size_init() 1652 XEN_PT_ERR(d, "Unsupported device/port type 0x%x.\n", type); in xen_pt_pcie_size_init() 1656 XEN_PT_ERR(d, "Unsupported capability version 0x%x.\n", version); in xen_pt_pcie_size_init() 1701 XEN_PT_ERR(&s->dev, "Internal error: Invalid xen_pt_msix_init.\n"); in xen_pt_msix_size_init() 1846 XEN_PT_ERR(&s->dev, "Failed to read capability @0x%x (rc:%d)\n", in xen_pt_ptr_reg_init()
|
H A D | xen_pt.h | 20 #define XEN_PT_ERR(d, _f, _a...) xen_pt_log(d, "%s: Error: "_f, __func__, ##_a) macro
|