Lines Matching defs:tmp
903 struct device *tmp;
929 drhd->devices_cnt, i, tmp) {
930 if (tmp == dev) {
945 if (is_downstream_to_pci_bridge(dev, tmp))
1860 struct device_domain_info *info, *tmp;
1867 list_for_each_entry_safe(info, tmp, &device_domain_list, global) {
2425 uint64_t tmp;
2469 tmp = cmpxchg64_local(&pte->val, 0ULL, pteval);
2470 if (tmp) {
2473 iov_pfn, tmp, (unsigned long long)pteval);
2597 struct device_domain_info *info, *tmp;
2601 list_for_each_entry_safe(info, tmp, &domain->devices, link)
2914 struct device *tmp;
2924 rmrr->devices_cnt, i, tmp)
2925 if (tmp == dev ||
2926 is_downstream_to_pci_bridge(dev, tmp)) {
4394 struct acpi_dmar_atsr *tmp;
4398 tmp = (struct acpi_dmar_atsr *)atsru->hdr;
4399 if (atsr->segment != tmp->segment)
4401 if (atsr->header.length != tmp->header.length)
4403 if (memcmp(atsr, tmp, atsr->header.length) == 0)
4612 struct device *tmp;
4637 for_each_dev_scope(atsru->devices, atsru->devices_cnt, i, tmp)
4638 if (tmp == &bridge->dev)