Searched refs:ACPI_DMAR_PCI_PATH (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/x86/iommu/ |
| H A D | intel_drv.c | 592 dmar_print_path(int busno, int depth, const ACPI_DMAR_PCI_PATH *path) in dmar_print_path() 624 ACPI_DMAR_PCI_PATH *path; in dmar_dev_path() 643 dmar_match_pathes(int busno1, const ACPI_DMAR_PCI_PATH *path1, int depth1, in dmar_match_pathes() 644 int busno2, const ACPI_DMAR_PCI_PATH *path2, int depth2, in dmar_match_pathes() 666 const ACPI_DMAR_PCI_PATH *dev_path, int dev_path_len) in dmar_match_devscope() 668 ACPI_DMAR_PCI_PATH *path; in dmar_match_devscope() 686 path = (ACPI_DMAR_PCI_PATH *)(devscope + 1); in dmar_match_devscope() 699 const ACPI_DMAR_PCI_PATH *dev_path, int dev_path_len, const char **banner) in dmar_match_by_path() 736 const ACPI_DMAR_PCI_PATH *dev_path, int dev_path_len) in dmar_find_by_scope() 767 ACPI_DMAR_PCI_PATH dev_path[dev_path_len]; in dmar_find() [all …]
|
| H A D | intel_ctx.c | 648 ACPI_DMAR_PCI_PATH dev_path[dev_path_len]; in dmar_get_ctx_for_dev()
|
| /freebsd/sys/amd64/vmm/intel/ |
| H A D | vtd.c | 184 ACPI_DMAR_PCI_PATH *path; in vtd_device_scope() 220 while (pathremaining >= sizeof(ACPI_DMAR_PCI_PATH)) { in vtd_device_scope() 221 path = (ACPI_DMAR_PCI_PATH *)(pathend - pathremaining); in vtd_device_scope() 222 pathremaining -= sizeof(ACPI_DMAR_PCI_PATH); in vtd_device_scope()
|
| /freebsd/usr.sbin/acpi/acpidump/ |
| H A D | acpi.c | 1643 ACPI_DMAR_PCI_PATH *path, *pathend; in acpi_handle_dmar_devscope() 1658 path = (ACPI_DMAR_PCI_PATH *)(devscope + 1); in acpi_handle_dmar_devscope() 1660 pathend = path + pathlen / sizeof(ACPI_DMAR_PCI_PATH); in acpi_handle_dmar_devscope()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | actbl1.h | 1170 } ACPI_DMAR_PCI_PATH; typedef
|