Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Damd_nb.c229 const struct pci_device_id *root_ids = amd_root_ids; in amd_cache_northbridges() local
241 root_ids = hygon_root_ids; in amd_cache_northbridges()
254 while ((root = next_northbridge(root, root_ids)) != NULL) in amd_cache_northbridges()
280 next_northbridge(root, root_ids); in amd_cache_northbridges()
296 root = next_northbridge(root, root_ids); in amd_cache_northbridges()