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() 628 ACPI_DMAR_PCI_PATH *path; in dmar_dev_path() 649 dmar_match_pathes(int busno1, const ACPI_DMAR_PCI_PATH *path1, int depth1, in dmar_match_pathes() 650 int busno2, const ACPI_DMAR_PCI_PATH *path2, int depth2, in dmar_match_pathes() 672 const ACPI_DMAR_PCI_PATH *dev_path, int dev_path_len) in dmar_match_devscope() 674 ACPI_DMAR_PCI_PATH *path; in dmar_match_devscope() 692 path = (ACPI_DMAR_PCI_PATH *)(devscope + 1); in dmar_match_devscope() 705 const ACPI_DMAR_PCI_PATH *dev_path, int dev_path_len, const char **banner) in dmar_match_by_path() 742 const ACPI_DMAR_PCI_PATH *dev_path, int dev_path_len) in dmar_find_by_scope() 774 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 | 1439 ACPI_DMAR_PCI_PATH *path, *pathend; in acpi_handle_dmar_devscope() 1454 path = (ACPI_DMAR_PCI_PATH *)(devscope + 1); in acpi_handle_dmar_devscope() 1456 pathend = path + pathlen / sizeof(ACPI_DMAR_PCI_PATH); in acpi_handle_dmar_devscope()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl1.h | 1156 } ACPI_DMAR_PCI_PATH; typedef
|