pe_alloc          166 arch/powerpc/platforms/powernv/pci-ioda.c 	if (test_and_set_bit(pe_no, phb->ioda.pe_alloc))
pe_alloc          178 arch/powerpc/platforms/powernv/pci-ioda.c 		if (!test_and_set_bit(pe, phb->ioda.pe_alloc))
pe_alloc          194 arch/powerpc/platforms/powernv/pci-ioda.c 	clear_bit(pe_num, phb->ioda.pe_alloc);
pe_alloc          356 arch/powerpc/platforms/powernv/pci-ioda.c 	unsigned long size, *pe_alloc;
pe_alloc          365 arch/powerpc/platforms/powernv/pci-ioda.c 	pe_alloc = kzalloc(size, GFP_KERNEL);
pe_alloc          366 arch/powerpc/platforms/powernv/pci-ioda.c 	if (!pe_alloc) {
pe_alloc          373 arch/powerpc/platforms/powernv/pci-ioda.c 	pnv_ioda_reserve_m64_pe(bus, pe_alloc, all);
pe_alloc          380 arch/powerpc/platforms/powernv/pci-ioda.c 	if (bitmap_empty(pe_alloc, phb->ioda.total_pe_num)) {
pe_alloc          381 arch/powerpc/platforms/powernv/pci-ioda.c 		kfree(pe_alloc);
pe_alloc          391 arch/powerpc/platforms/powernv/pci-ioda.c 	while ((i = find_next_bit(pe_alloc, phb->ioda.total_pe_num, i + 1)) <
pe_alloc          427 arch/powerpc/platforms/powernv/pci-ioda.c 	kfree(pe_alloc);
pe_alloc         1528 arch/powerpc/platforms/powernv/pci-ioda.c 			bitmap_clear(phb->ioda.pe_alloc, *pdn->pe_num_map, num_vfs);
pe_alloc         1673 arch/powerpc/platforms/powernv/pci-ioda.c 				phb->ioda.pe_alloc, phb->ioda.total_pe_num,
pe_alloc         1681 arch/powerpc/platforms/powernv/pci-ioda.c 			bitmap_set(phb->ioda.pe_alloc, *pdn->pe_num_map, num_vfs);
pe_alloc         1720 arch/powerpc/platforms/powernv/pci-ioda.c 		bitmap_clear(phb->ioda.pe_alloc, *pdn->pe_num_map, num_vfs);
pe_alloc         3804 arch/powerpc/platforms/powernv/pci-ioda.c 	phb->ioda.pe_alloc = aux;
pe_alloc          143 arch/powerpc/platforms/powernv/pci.h 		unsigned long		*pe_alloc;