Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powernv/
A Dpci-ioda.c166 if (test_bit(pe, phb->ioda.pe_alloc)) { in pnv_ioda_alloc_pe()
179 set_bit(i, phb->ioda.pe_alloc); in pnv_ioda_alloc_pe()
198 clear_bit(pe_num, phb->ioda.pe_alloc); in pnv_ioda_free_pe()
381 unsigned long size, *pe_alloc; in pnv_ioda_pick_m64_pe() local
390 pe_alloc = kzalloc(size, GFP_KERNEL); in pnv_ioda_pick_m64_pe()
391 if (!pe_alloc) { in pnv_ioda_pick_m64_pe()
398 pnv_ioda_reserve_m64_pe(bus, pe_alloc, all); in pnv_ioda_pick_m64_pe()
406 kfree(pe_alloc); in pnv_ioda_pick_m64_pe()
432 kfree(pe_alloc); in pnv_ioda_pick_m64_pe()
2446 if (!test_bit(pe_num, phb->ioda.pe_alloc)) in pnv_pci_ioda_pe_dump()
[all …]
A Dpci.h158 unsigned long *pe_alloc; member

Completed in 13 milliseconds