Home
last modified time | relevance | path

Searched refs:all_ports (Results 1 – 2 of 2) sorted by relevance

/xen/xen/drivers/passthrough/vtd/
A Ddmar.c186 if ( atsr->all_ports ) in acpi_register_atsr_unit()
240 struct acpi_atsr_unit *all_ports = NULL; in acpi_find_matched_atsr_unit() local
250 if ( atsr->all_ports ) in acpi_find_matched_atsr_unit()
251 all_ports = atsr; in acpi_find_matched_atsr_unit()
253 return all_ports; in acpi_find_matched_atsr_unit()
681 static int all_ports; in acpi_parse_one_atsr() local
692 atsru->all_ports = atsr->flags & ACPI_DMAR_ALL_PORTS; in acpi_parse_one_atsr()
694 printk(VTDPREFIX " atsru->all_ports: %x\n", atsru->all_ports); in acpi_parse_one_atsr()
695 if ( !atsru->all_ports ) in acpi_parse_one_atsr()
707 if ( atsr->segment == 0 && all_ports ) in acpi_parse_one_atsr()
[all …]
A Ddmar.h84 u8 all_ports:1; member

Completed in 5 milliseconds