Searched refs:ACPI_SIG_DMAR (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | ahtable.c | 217 {ACPI_SIG_DMAR, "DMA Remapping Table"},
|
H A D | dmtable.c | 659 {ACPI_SIG_DMAR, NULL, AcpiDmDumpDmar, DtCompileDmar, TemplateDmar},
|
/freebsd/sys/x86/acpica/ |
H A D | madt.c | 151 dmartbl_physaddr = acpi_find_table(ACPI_SIG_DMAR); in madt_x2apic_disable_reason() 153 dmartbl = acpi_map_table(dmartbl_physaddr, ACPI_SIG_DMAR); in madt_x2apic_disable_reason()
|
/freebsd/tools/tools/dmardump/ |
H A D | dmardump.c | 276 if (!memcmp(sdp->Signature, ACPI_SIG_DMAR, 4)) in walk_rsdt()
|
/freebsd/sys/x86/iommu/ |
H A D | intel_drv.c | 100 status = AcpiGetTable(ACPI_SIG_DMAR, 1, (ACPI_TABLE_HEADER **)&dmartbl); in dmar_iterate_tbl() 203 status = AcpiGetTable(ACPI_SIG_DMAR, 1, (ACPI_TABLE_HEADER **)&dmartbl); in dmar_identify()
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vtd.c | 334 status = AcpiGetTable(ACPI_SIG_DMAR, 0, (ACPI_TABLE_HEADER **)&dmar); in vtd_init()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl1.h | 182 #define ACPI_SIG_DMAR "DMAR" /* DMA Remapping table */ macro
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpi.c | 2556 { ACPI_SIG_DMAR, acpi_handle_dmar },
|