search for: dmar_readq

Displaying 4 results from an estimated 4 matches for "dmar_readq".

2010 Mar 11
0
[PATCH] VT-d: various initialization fixes
...eulich <jbeulich@novell.com> --- 2010-03-02.orig/xen/drivers/passthrough/vtd/iommu.c 2010-03-09 13:51:48.000000000 +0100 +++ 2010-03-02/xen/drivers/passthrough/vtd/iommu.c 2010-03-09 13:51:03.000000000 +0100 @@ -1068,9 +1068,21 @@ static int iommu_alloc(struct acpi_drhd_ iommu->cap = dmar_readq(iommu->reg, DMAR_CAP_REG); iommu->ecap = dmar_readq(iommu->reg, DMAR_ECAP_REG); - dprintk(XENLOG_INFO VTDPREFIX, - "drhd->address = %"PRIx64"\n", drhd->address); - dprintk(XENLOG_INFO VTDPREFIX, "iommu->reg = %p\n", iommu->...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...zero_address(void) addr = early_ioremap(drhd->address, VTD_PAGE_SIZE); if (!addr ) { - printk("IOMMU: can't validate: %llx\n", drhd->address); + pr_err("IOMMU: can't validate: %llx\n", + drhd->address); goto failed; } cap = dmar_readq(addr + DMAR_CAP_REG); @@ -701,9 +691,7 @@ int __init detect_intel_iommu(void) dmar = (struct acpi_table_dmar *) dmar_tbl; if (ret && cpu_has_x2apic && dmar->flags & 0x1) - printk(KERN_INFO - "Queued invalidation will be enabled to support " -...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...zero_address(void) addr = early_ioremap(drhd->address, VTD_PAGE_SIZE); if (!addr ) { - printk("IOMMU: can't validate: %llx\n", drhd->address); + pr_err("IOMMU: can't validate: %llx\n", + drhd->address); goto failed; } cap = dmar_readq(addr + DMAR_CAP_REG); @@ -701,9 +691,7 @@ int __init detect_intel_iommu(void) dmar = (struct acpi_table_dmar *) dmar_tbl; if (ret && cpu_has_x2apic && dmar->flags & 0x1) - printk(KERN_INFO - "Queued invalidation will be enabled to support " -...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...zero_address(void) addr = early_ioremap(drhd->address, VTD_PAGE_SIZE); if (!addr ) { - printk("IOMMU: can't validate: %llx\n", drhd->address); + pr_err("IOMMU: can't validate: %llx\n", + drhd->address); goto failed; } cap = dmar_readq(addr + DMAR_CAP_REG); @@ -701,9 +691,7 @@ int __init detect_intel_iommu(void) dmar = (struct acpi_table_dmar *) dmar_tbl; if (ret && cpu_has_x2apic && dmar->flags & 0x1) - printk(KERN_INFO - "Queued invalidation will be enabled to support " -...