Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_iommu.c514 if (SPAPR_IS_PCI_LIOBN(liobn)) { in h_put_tce_indirect()
552 if (SPAPR_IS_PCI_LIOBN(liobn)) { in h_stuff_tce()
577 if (SPAPR_IS_PCI_LIOBN(liobn)) { in h_put_tce()
621 if (SPAPR_IS_PCI_LIOBN(liobn)) { in h_get_tce()
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h836 #define SPAPR_IS_PCI_LIOBN(liobn) (!!((liobn) & 0x80000000)) macro