Searched refs:dmar (Results 1 – 7 of 7) sorted by relevance
628 dmar->header.length - sizeof(*dmar), cb); in dmar_walk_dmar_table()637 struct acpi_table_dmar *dmar; in parse_dmar_table() local664 dmar = (struct acpi_table_dmar *)dmar_tbl; in parse_dmar_table()665 if (!dmar) in parse_dmar_table()668 if (dmar->width < PAGE_SHIFT - 1) { in parse_dmar_table()674 ret = dmar_walk_dmar_table(dmar, &cb); in parse_dmar_table()2134 struct acpi_table_dmar *dmar; in dmar_ir_support() local2136 if (!dmar) in dmar_ir_support()2138 return dmar->flags & 0x1; in dmar_ir_support()2420 struct acpi_table_dmar *dmar; in dmar_platform_optin() local[all …]
2 obj-$(CONFIG_DMAR_TABLE) += dmar.o
696 struct acpi_table_dmar *dmar; in dmar_x2apic_optout() local697 dmar = (struct acpi_table_dmar *)dmar_tbl; in dmar_x2apic_optout()698 if (!dmar || no_x2apic_optout) in dmar_x2apic_optout()700 return dmar->flags & DMAR_X2APIC_OPT_OUT; in dmar_x2apic_optout()
96 /sys/devices/virtual/iommu/dmar*/intel-iommu/ecap. If this option
517 bool dmar);
2515 bool dmar) in __irq_msi_compose_msg() argument2536 if (dmar) in __irq_msi_compose_msg()
1221 include/linux/dmar.h \
Completed in 19 milliseconds