mem_tmp           347 drivers/pci/hotplug/ibmphp_pci.c 	struct resource_node *mem_tmp;
mem_tmp           439 drivers/pci/hotplug/ibmphp_pci.c 					mem_tmp = kzalloc(sizeof(*mem_tmp), GFP_KERNEL);
mem_tmp           440 drivers/pci/hotplug/ibmphp_pci.c 					if (!mem_tmp) {
mem_tmp           444 drivers/pci/hotplug/ibmphp_pci.c 					mem_tmp->type = MEM;
mem_tmp           445 drivers/pci/hotplug/ibmphp_pci.c 					mem_tmp->busno = pfmem[count]->busno;
mem_tmp           446 drivers/pci/hotplug/ibmphp_pci.c 					mem_tmp->devfunc = pfmem[count]->devfunc;
mem_tmp           447 drivers/pci/hotplug/ibmphp_pci.c 					mem_tmp->len = pfmem[count]->len;
mem_tmp           449 drivers/pci/hotplug/ibmphp_pci.c 					if (ibmphp_check_resource(mem_tmp, 0) == 0) {
mem_tmp           450 drivers/pci/hotplug/ibmphp_pci.c 						ibmphp_add_resource(mem_tmp);
mem_tmp           452 drivers/pci/hotplug/ibmphp_pci.c 						pfmem[count]->rangeno = mem_tmp->rangeno;
mem_tmp           453 drivers/pci/hotplug/ibmphp_pci.c 						pfmem[count]->start = mem_tmp->start;
mem_tmp           454 drivers/pci/hotplug/ibmphp_pci.c 						pfmem[count]->end = mem_tmp->end;
mem_tmp           460 drivers/pci/hotplug/ibmphp_pci.c 						kfree(mem_tmp);
mem_tmp           564 drivers/pci/hotplug/ibmphp_pci.c 	struct resource_node *mem_tmp = NULL;
mem_tmp           699 drivers/pci/hotplug/ibmphp_pci.c 					mem_tmp = kzalloc(sizeof(*mem_tmp), GFP_KERNEL);
mem_tmp           700 drivers/pci/hotplug/ibmphp_pci.c 					if (!mem_tmp) {
mem_tmp           704 drivers/pci/hotplug/ibmphp_pci.c 					mem_tmp->type = MEM;
mem_tmp           705 drivers/pci/hotplug/ibmphp_pci.c 					mem_tmp->busno = bus_pfmem[count]->busno;
mem_tmp           706 drivers/pci/hotplug/ibmphp_pci.c 					mem_tmp->devfunc = bus_pfmem[count]->devfunc;
mem_tmp           707 drivers/pci/hotplug/ibmphp_pci.c 					mem_tmp->len = bus_pfmem[count]->len;
mem_tmp           708 drivers/pci/hotplug/ibmphp_pci.c 					if (ibmphp_check_resource(mem_tmp, 0) == 0) {
mem_tmp           709 drivers/pci/hotplug/ibmphp_pci.c 						ibmphp_add_resource(mem_tmp);
mem_tmp           711 drivers/pci/hotplug/ibmphp_pci.c 						bus_pfmem[count]->rangeno = mem_tmp->rangeno;
mem_tmp           717 drivers/pci/hotplug/ibmphp_pci.c 						kfree(mem_tmp);
mem_tmp           865 drivers/pci/hotplug/ibmphp_pci.c 			mem_tmp = kzalloc(sizeof(*mem_tmp), GFP_KERNEL);
mem_tmp           866 drivers/pci/hotplug/ibmphp_pci.c 			if (!mem_tmp) {
mem_tmp           870 drivers/pci/hotplug/ibmphp_pci.c 			mem_tmp->type = MEM;
mem_tmp           871 drivers/pci/hotplug/ibmphp_pci.c 			mem_tmp->busno = pfmem->busno;
mem_tmp           872 drivers/pci/hotplug/ibmphp_pci.c 			mem_tmp->devfunc = pfmem->devfunc;
mem_tmp           873 drivers/pci/hotplug/ibmphp_pci.c 			mem_tmp->len = pfmem->len;
mem_tmp           874 drivers/pci/hotplug/ibmphp_pci.c 			if (ibmphp_check_resource(mem_tmp, 1) == 0) {
mem_tmp           875 drivers/pci/hotplug/ibmphp_pci.c 				ibmphp_add_resource(mem_tmp);
mem_tmp           877 drivers/pci/hotplug/ibmphp_pci.c 				pfmem->rangeno = mem_tmp->rangeno;
mem_tmp          1013 drivers/pci/hotplug/ibmphp_pci.c 		mem_tmp = NULL;