Searched refs:get_slice_psize (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/arch/powerpc/include/asm/ |
D | slice.h | 25 unsigned int get_slice_psize(struct mm_struct *mm, unsigned long addr); 37 static inline unsigned int get_slice_psize(struct mm_struct *mm, unsigned long addr) in get_slice_psize() function
|
/Linux-v5.10/arch/powerpc/mm/ |
D | copro_fault.c | 95 psize = get_slice_psize(mm, ea); in copro_calculate_slb()
|
D | slice.c | 662 unsigned int notrace get_slice_psize(struct mm_struct *mm, unsigned long addr) in get_slice_psize() function 679 EXPORT_SYMBOL_GPL(get_slice_psize);
|
D | hugetlbpage.c | 578 unsigned int psize = get_slice_psize(vma->vm_mm, vma->vm_start); in vma_mmu_pagesize()
|
/Linux-v5.10/arch/powerpc/mm/book3s64/ |
D | hash_tlb.c | 63 psize = get_slice_psize(mm, addr); in hpte_need_flush()
|
D | hash_pgtable.c | 321 psize = get_slice_psize(mm, addr); in hpte_do_hugepage_flush()
|
D | hash_utils.c | 1187 if (get_slice_psize(mm, addr) == MMU_PAGE_4K) in demote_segment_4k() 1312 psize = get_slice_psize(mm, ea); in hash_page_mm() 1550 int psize = get_slice_psize(mm, ea); in should_hash_preload()
|
D | slb.c | 834 bpsize = get_slice_psize(mm, ea); in slb_allocate_user()
|