Searched refs:XEN_PT_LOG (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_msi.c | 125 XEN_PT_LOG(&s->dev, "requested pirq %d for MSI%s" in msi_msix_setup() 168 XEN_PT_LOG(d, "Updating MSI%s with pirq %d gvec 0x%x gflags 0x%x" in msi_msix_update() 211 XEN_PT_LOG(d, "Unbind MSI%s with pirq %d, gvec 0x%x\n", in msi_msix_disable() 221 XEN_PT_LOG(d, "Unmap MSI%s pirq %d\n", is_msix ? "-X" : "", pirq); in msi_msix_disable() 238 XEN_PT_LOG(&s->dev, "%s MSI.\n", enable ? "enabling" : "disabling"); in xen_pt_msi_set_enable() 272 XEN_PT_LOG(&s->dev, "MSI mapped with pirq %d.\n", pirq); in xen_pt_msi_setup() 312 XEN_PT_LOG(&s->dev, "%s MSI-X.\n", enabled ? "enabling" : "disabling"); in msix_set_enable() 577 XEN_PT_LOG(d, "get MSI-X table BAR base 0x%"PRIx64"\n", msix->table_base); in xen_pt_msix_init() 585 XEN_PT_LOG(d, "table_off = 0x%x, total_entries = %d\n", in xen_pt_msix_init() 604 XEN_PT_LOG(d, "mapping physical MSI-X table to %p\n", in xen_pt_msix_init() [all …]
|
H A D | xen_pt.h | 23 # define XEN_PT_LOG(d, _f, _a...) xen_pt_log(d, "%s: " _f, __func__, ##_a) macro 27 # define XEN_PT_LOG(d, _f, _a...) macro 314 XEN_PT_LOG(&s->dev, "intx=%i\n", r_val); in xen_pt_pci_intx() 316 XEN_PT_LOG(&s->dev, "Interrupt pin read from hardware is out of range:" in xen_pt_pci_intx()
|
H A D | xen_pt_graphics.c | 219 XEN_PT_LOG(&s->dev, "vga bios checksum is adjusted %x!\n", in xen_pt_setup_vga() 238 XEN_PT_LOG(&s->dev, "Read opregion val=%x\n", val); in igd_read_opregion() 249 XEN_PT_LOG(&s->dev, "opregion register already been set, ignoring %x\n", in igd_write_opregion() 288 XEN_PT_LOG(&s->dev, "Map OpRegion: 0x%lx -> 0x%lx\n", in igd_write_opregion()
|
H A D | xen_pt.c | 491 XEN_PT_LOG(&s->dev, "IO region %i registered (size=0x%08"PRIx64 in xen_pt_register_regions() 516 XEN_PT_LOG(&s->dev, "Expansion ROM registered (size=0x%08"PRIx64 in xen_pt_register_regions() 779 XEN_PT_LOG(d, "Assigning real physical device %02x:%02x.%d" in xen_pt_realize() 786 XEN_PT_LOG(d, "%04x:%02x:%02x.%d is a SR-IOV Virtual Function\n", in xen_pt_realize() 839 XEN_PT_LOG(d, "no pin interrupt\n"); in xen_pt_realize() 845 XEN_PT_LOG(d, "machine irq is 0\n"); in xen_pt_realize() 913 XEN_PT_LOG(d, in xen_pt_realize() 953 XEN_PT_LOG(0, "Reserving PCI slot 2 for IGD\n"); in xen_igd_reserve_slot() 986 XEN_PT_LOG(pci_dev, "Intel IGD found, using slot 2\n"); in xen_igd_clear_slot()
|
H A D | xen_pt_config_init.c | 1086 XEN_PT_LOG(&s->dev, "MSI already enabled, disabling it first\n"); in xen_pt_msgctrl_reg_init() 1126 XEN_PT_LOG(&s->dev, "setup MSI (register: %x).\n", *val); in xen_pt_msgctrl_reg_write() 1479 XEN_PT_LOG(&s->dev, "MSIX already enabled, disabling it first\n"); in xen_pt_msixctrl_reg_init() 1519 XEN_PT_LOG(&s->dev, "%s MSI-X\n", in xen_pt_msixctrl_reg_write() 1982 … XEN_PT_LOG(&s->dev,"Offset 0x%04x mismatch! Emulated=0x%04x, host=0x%04x, syncing to 0x%04x.\n", in xen_pt_config_reg_init()
|