Searched refs:get_slice_psize (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dslice.h32 unsigned int get_slice_psize(struct mm_struct *mm, unsigned long addr);
/linux-master/arch/powerpc/mm/
H A Dcopro_fault.c93 psize = get_slice_psize(mm, ea);
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_tlb.c63 psize = get_slice_psize(mm, addr);
H A Dslice.c664 unsigned int notrace get_slice_psize(struct mm_struct *mm, unsigned long addr) function
681 EXPORT_SYMBOL_GPL(get_slice_psize); variable
789 return 1UL << mmu_psize_to_shift(get_slice_psize(vma->vm_mm, vma->vm_start));
H A Dhash_pgtable.c322 psize = get_slice_psize(mm, addr);
H A Dhash_utils.c1360 if (get_slice_psize(mm, addr) == MMU_PAGE_4K)
1484 psize = get_slice_psize(mm, ea);
1747 int psize = get_slice_psize(mm, ea);
H A Dslb.c811 bpsize = get_slice_psize(mm, ea);

Completed in 118 milliseconds