Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Diommu.c94 #define IO_SEGMENT_SHIFT 28 macro
95 #define IO_PAGENO_BITS(shift) (IO_SEGMENT_SHIFT - (shift))
303 segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT; in cell_iommu_setup_stab()
325 start_seg = base >> IO_SEGMENT_SHIFT; in cell_iommu_alloc_ptab()
326 segments = size >> IO_SEGMENT_SHIFT; in cell_iommu_alloc_ptab()
359 gap_base = gap_base >> IO_SEGMENT_SHIFT; in cell_iommu_alloc_ptab()
360 gap_size = gap_size >> IO_SEGMENT_SHIFT; in cell_iommu_alloc_ptab()
865 segment = addr >> IO_SEGMENT_SHIFT; in insert_16M_pte()
946 fbase = ALIGN(fbase, 1 << IO_SEGMENT_SHIFT); in cell_iommu_fixed_mapping_init()
966 if ((hbase != ALIGN(hbase, 1 << IO_SEGMENT_SHIFT)) || in cell_iommu_fixed_mapping_init()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H A Diommu.c96 #define IO_SEGMENT_SHIFT 28 macro
97 #define IO_PAGENO_BITS(shift) (IO_SEGMENT_SHIFT - (shift))
305 segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT; in cell_iommu_setup_stab()
327 start_seg = base >> IO_SEGMENT_SHIFT; in cell_iommu_alloc_ptab()
328 segments = size >> IO_SEGMENT_SHIFT; in cell_iommu_alloc_ptab()
361 gap_base = gap_base >> IO_SEGMENT_SHIFT; in cell_iommu_alloc_ptab()
362 gap_size = gap_size >> IO_SEGMENT_SHIFT; in cell_iommu_alloc_ptab()
870 segment = addr >> IO_SEGMENT_SHIFT; in insert_16M_pte()
951 fbase = ALIGN(fbase, 1 << IO_SEGMENT_SHIFT); in cell_iommu_fixed_mapping_init()
971 if ((hbase != ALIGN(hbase, 1 << IO_SEGMENT_SHIFT)) || in cell_iommu_fixed_mapping_init()
[all...]

Completed in 6 milliseconds