Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Duv_sysfs.c651 char *pci_top_str, *start, *found, *count; in pci_topology_init() local
662 pci_top_str = kmalloc(sz, GFP_KERNEL); in pci_topology_init()
663 if (!pci_top_str) { in pci_topology_init()
667 biosr = uv_bios_get_pci_topology((u64)sz, (u64 *)pci_top_str); in pci_topology_init()
669 len = strnlen(pci_top_str, sz); in pci_topology_init()
670 for (count = pci_top_str; count < pci_top_str + len; count++) { in pci_topology_init()
679 kfree(pci_top_str); in pci_topology_init()
683 start = pci_top_str; in pci_topology_init()
698 kfree(pci_top_str); in pci_topology_init()
709 kfree(pci_top_str); in pci_topology_init()