fdt1              259 drivers/pci/hotplug/pnv_php.c 	void *fdt, *fdt1, *dt;
fdt1              266 drivers/pci/hotplug/pnv_php.c 	fdt1 = kzalloc(0x10000, GFP_KERNEL);
fdt1              267 drivers/pci/hotplug/pnv_php.c 	if (!fdt1) {
fdt1              272 drivers/pci/hotplug/pnv_php.c 	ret = pnv_pci_get_device_tree(php_slot->dn->phandle, fdt1, 0x10000);
fdt1              278 drivers/pci/hotplug/pnv_php.c 	fdt = kmemdup(fdt1, fdt_totalsize(fdt1), GFP_KERNEL);
fdt1              314 drivers/pci/hotplug/pnv_php.c 	kfree(fdt1);
fdt1              325 drivers/pci/hotplug/pnv_php.c 	kfree(fdt1);