Home
last modified time | relevance | path

Searched refs:IOMMU_PAGE_ALIGN (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Diommu.h41 #define IOMMU_PAGE_ALIGN(addr, tblptr) _ALIGN_UP(addr, IOMMU_PAGE_SIZE(tblptr)) macro
/linux-4.1.27/drivers/net/ethernet/ibm/
Dibmveth.c1307 return IOMMU_PAGE_ALIGN(IBMVETH_IO_ENTITLEMENT_DEFAULT, tbl); in ibmveth_get_desired_dma()
1312 ret += IOMMU_PAGE_ALIGN(netdev->mtu, tbl); in ibmveth_get_desired_dma()
1319 IOMMU_PAGE_ALIGN(adapter->rx_buff_pool[i]. in ibmveth_get_desired_dma()
1324 ret += IOMMU_PAGE_ALIGN( in ibmveth_get_desired_dma()
/linux-4.1.27/arch/powerpc/kernel/
Dvio.c751 IOMMU_PAGE_ALIGN(viodrv->get_desired_dma(viodev), tbl); in vio_cmo_bus_probe()