Lines Matching defs:tmp
711 struct device *tmp;
737 drhd->devices_cnt, i, tmp) {
738 if (tmp == dev) {
753 if (is_downstream_to_pci_bridge(dev, tmp))
2212 uint64_t tmp;
2244 tmp = cmpxchg64_local(&pte->val, 0ULL, pteval);
2245 if (tmp) {
2248 iov_pfn, tmp, (unsigned long long)pteval);
3125 struct acpi_dmar_atsr *tmp;
3129 tmp = (struct acpi_dmar_atsr *)atsru->hdr;
3130 if (atsr->segment != tmp->segment)
3132 if (atsr->header.length != tmp->header.length)
3134 if (memcmp(atsr, tmp, atsr->header.length) == 0)
3227 struct acpi_dmar_satc *tmp;
3231 tmp = (struct acpi_dmar_satc *)satcu->hdr;
3232 if (satc->segment != tmp->segment)
3234 if (satc->header.length != tmp->header.length)
3236 if (memcmp(satc, tmp, satc->header.length) == 0)
3394 struct device *tmp;
3404 for_each_dev_scope(satcu->devices, satcu->devices_cnt, i, tmp)
3405 if (to_pci_dev(tmp) == dev)
3419 struct device *tmp;
3456 for_each_dev_scope(atsru->devices, atsru->devices_cnt, i, tmp)
3457 if (tmp == &bridge->dev)