Searched refs:get_slice_psize (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/powerpc/include/asm/ |
D | page_64.h | 124 extern unsigned int get_slice_psize(struct mm_struct *mm, 137 #define get_slice_psize(mm, addr) ((mm)->context.user_psize) macro 145 #define get_slice_psize(mm, addr) MMU_PAGE_64K macro 147 #define get_slice_psize(mm, addr) MMU_PAGE_4K macro
|
/linux-4.4.14/arch/powerpc/mm/ |
D | hugetlbpage-book3e.c | 97 psize = get_slice_psize(mm, ea); in book3e_hugetlb_preload()
|
D | copro_fault.c | 109 psize = get_slice_psize(mm, ea); in copro_calculate_slb()
|
D | tlb_hash64.c | 65 psize = get_slice_psize(mm, addr); in hpte_need_flush()
|
D | slice.c | 567 unsigned int get_slice_psize(struct mm_struct *mm, unsigned long addr) in get_slice_psize() function 583 EXPORT_SYMBOL_GPL(get_slice_psize);
|
D | hash_utils_64.c | 904 if (get_slice_psize(mm, addr) == MMU_PAGE_4K) in demote_segment_4k() 1020 psize = get_slice_psize(mm, ea); in hash_page_mm() 1220 if (unlikely(get_slice_psize(mm, ea) != mm->context.user_psize)) in hash_preload()
|
D | pgtable_64.c | 736 psize = get_slice_psize(mm, addr); in hpte_do_hugepage_flush()
|
D | hugetlbpage.c | 794 unsigned int psize = get_slice_psize(vma->vm_mm, vma->vm_start); in vma_mmu_pagesize()
|