Home
last modified time | relevance | path

Searched refs:IO_PAGENO_BITS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Diommu.c95 #define IO_PAGENO_BITS(shift) (IO_SEGMENT_SHIFT - (shift)) macro
327 pages_per_segment = 1ull << IO_PAGENO_BITS(page_shift); in cell_iommu_alloc_ptab()
866 offset = (addr >> 24) - (segment << IO_PAGENO_BITS(24)); in insert_16M_pte()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H A Diommu.c97 #define IO_PAGENO_BITS(shift) (IO_SEGMENT_SHIFT - (shift)) macro
329 pages_per_segment = 1ull << IO_PAGENO_BITS(page_shift); in cell_iommu_alloc_ptab()
871 offset = (addr >> 24) - (segment << IO_PAGENO_BITS(24)); in insert_16M_pte()

Completed in 4 milliseconds