Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/platform/x86/
Duv_sysfs.c649 char *pci_top_str, *start, *found, *count; in pci_topology_init() local
660 pci_top_str = kmalloc(sz, GFP_KERNEL); in pci_topology_init()
661 if (!pci_top_str) { in pci_topology_init()
665 biosr = uv_bios_get_pci_topology((u64)sz, (u64 *)pci_top_str); in pci_topology_init()
667 len = strnlen(pci_top_str, sz); in pci_topology_init()
668 for (count = pci_top_str; count < pci_top_str + len; count++) { in pci_topology_init()
677 kfree(pci_top_str); in pci_topology_init()
681 start = pci_top_str; in pci_topology_init()
696 kfree(pci_top_str); in pci_topology_init()
707 kfree(pci_top_str); in pci_topology_init()