Home
last modified time | relevance | path

Searched refs:ACPI_SIG_DMAR (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/external/bsd/acpica/dist/common/
H A Dahtable.c108 {ACPI_SIG_DMAR, "DMA Remapping Table"},
H A Ddmtable.c578 {ACPI_SIG_DMAR, NULL, AcpiDmDumpDmar, DtCompileDmar, TemplateDmar},
/netbsd/sys/arch/x86/x86/
H A Dlapic.c273 status = AcpiGetTable(ACPI_SIG_DMAR, 1, in lapic_setup_bsp()
/netbsd/sys/external/bsd/acpica/dist/include/
H A Dactbl1.h73 #define ACPI_SIG_DMAR "DMAR" /* DMA Remapping table */ macro
/netbsd/usr.sbin/acpitools/acpidump/
H A Dacpi.c4510 else if (!memcmp(sdp->Signature, ACPI_SIG_DMAR, 4)) in acpi_handle_rsdt()