Home
last modified time | relevance | path

Searched refs:acpi_dmar_device_scope (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/iommu/intel/
H A Dirq_remapping.c828 static int ir_parse_one_hpet_scope(struct acpi_dmar_device_scope *scope, in ir_parse_one_hpet_scope()
838 count = (scope->length - sizeof(struct acpi_dmar_device_scope)) in ir_parse_one_hpet_scope()
873 static int ir_parse_one_ioapic_scope(struct acpi_dmar_device_scope *scope, in ir_parse_one_ioapic_scope()
883 count = (scope->length - sizeof(struct acpi_dmar_device_scope)) in ir_parse_one_ioapic_scope()
923 struct acpi_dmar_device_scope *scope; in ir_parse_ioapic_hpet_scope()
H A Ddmar.c84 struct acpi_dmar_device_scope *scope; in dmar_alloc_dev_scope()
222 struct acpi_dmar_device_scope *scope; in dmar_insert_dev_scope()
733 struct acpi_dmar_device_scope *scope; in dmar_acpi_insert_dev_scope()
/linux/include/acpi/
H A Dactbl1.h835 struct acpi_dmar_device_scope { struct
844 /* Values for entry_type in struct acpi_dmar_device_scope - device types */ argument