Searched refs:get_slice_psize (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/ |
D | slice.h | 32 unsigned int get_slice_psize(struct mm_struct *mm, unsigned long addr);
|
/linux-6.1.9/arch/powerpc/mm/ |
D | copro_fault.c | 101 psize = get_slice_psize(mm, ea); in copro_calculate_slb()
|
/linux-6.1.9/arch/powerpc/mm/book3s64/ |
D | slice.c | 664 unsigned int notrace get_slice_psize(struct mm_struct *mm, unsigned long addr) in get_slice_psize() function 681 EXPORT_SYMBOL_GPL(get_slice_psize); 789 return 1UL << mmu_psize_to_shift(get_slice_psize(vma->vm_mm, vma->vm_start)); in vma_mmu_pagesize()
|
D | hash_tlb.c | 63 psize = get_slice_psize(mm, addr); in hpte_need_flush()
|
D | hash_pgtable.c | 322 psize = get_slice_psize(mm, addr); in hpte_do_hugepage_flush()
|
D | hash_utils.c | 1286 if (get_slice_psize(mm, addr) == MMU_PAGE_4K) in demote_segment_4k() 1410 psize = get_slice_psize(mm, ea); in hash_page_mm() 1673 int psize = get_slice_psize(mm, ea); in should_hash_preload()
|
D | slb.c | 810 bpsize = get_slice_psize(mm, ea); in slb_allocate_user()
|