Searched refs:ACPI_SIG_IORT (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu-qcom.c | 575 { "LENOVO", "CB-01 ", 0x8180, ACPI_SIG_IORT, equal, "QCOM SMMU" }, 576 { "QCOM ", "QCOMEDK2", 0x8180, ACPI_SIG_IORT, equal, "QCOM SMMU" },
|
/openbmc/linux/drivers/acpi/arm64/ |
H A D | iort.c | 1710 {"HISI ", "HIP08 ", 0, ACPI_SIG_IORT, greater_than_or_equal, 1713 {"HISI ", "HIP09 ", 0, ACPI_SIG_IORT, greater_than_or_equal, 1965 status = acpi_get_table(ACPI_SIG_IORT, 0, &iort_table); in acpi_iort_init() 1995 status = acpi_get_table(ACPI_SIG_IORT, 0, in acpi_iort_dma_get_max_cpu_address()
|
/openbmc/linux/drivers/acpi/ |
H A D | tables.c | 567 ACPI_SIG_IORT, ACPI_SIG_NFIT, ACPI_SIG_HMAT, ACPI_SIG_PPTT,
|
/openbmc/linux/include/acpi/ |
H A D | actbl2.h | 32 #define ACPI_SIG_IORT "IORT" /* IO Remapping Table */ macro
|