Searched refs:base_pte (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | iommu.c | 159 unsigned long *io_pte, base_pte; in tce_build_cell() local 174 base_pte = in tce_build_cell() 180 base_pte = CBE_IOPTE_PP_W | CBE_IOPTE_PP_R | CBE_IOPTE_M | in tce_build_cell() 184 base_pte &= ~CBE_IOPTE_SO_RW; in tce_build_cell() 189 io_pte[i] = base_pte | (__pa(uaddr) & CBE_IOPTE_RPN_Mask); in tce_build_cell() 195 pr_debug("tce_build_cell(index=%lx,n=%lx,dir=%d,base_pte=%lx)\n", in tce_build_cell() 196 index, npages, direction, base_pte); in tce_build_cell() 861 unsigned long base_pte) in insert_16M_pte() 872 ptab[offset] = base_pte | (__pa(addr) & CBE_IOPTE_RPN_Mask); in insert_16M_pte() 879 unsigned long base_pte, uadd in cell_iommu_setup_fixed_ptab() local 860 insert_16M_pte(unsigned long addr, unsigned long *ptab, unsigned long base_pte) insert_16M_pte() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | iommu.c | 161 unsigned long *io_pte, base_pte; in tce_build_cell() local 176 base_pte = in tce_build_cell() 182 base_pte = CBE_IOPTE_PP_W | CBE_IOPTE_PP_R | CBE_IOPTE_M | in tce_build_cell() 186 base_pte &= ~CBE_IOPTE_SO_RW; in tce_build_cell() 191 io_pte[i] = base_pte | (__pa(uaddr) & CBE_IOPTE_RPN_Mask); in tce_build_cell() 197 pr_debug("tce_build_cell(index=%lx,n=%lx,dir=%d,base_pte=%lx)\n", in tce_build_cell() 198 index, npages, direction, base_pte); in tce_build_cell() 866 unsigned long base_pte) in insert_16M_pte() 877 ptab[offset] = base_pte | (__pa(addr) & CBE_IOPTE_RPN_Mask); in insert_16M_pte() 884 unsigned long base_pte, uadd in cell_iommu_setup_fixed_ptab() local 865 insert_16M_pte(unsigned long addr, unsigned long *ptab, unsigned long base_pte) insert_16M_pte() argument [all...] |
Completed in 4 milliseconds