Home
last modified time | relevance | path

Searched refs:get_slice_psize (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
Dpage_64.h124 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/
Dhugetlbpage-book3e.c97 psize = get_slice_psize(mm, ea); in book3e_hugetlb_preload()
Dcopro_fault.c109 psize = get_slice_psize(mm, ea); in copro_calculate_slb()
Dtlb_hash64.c65 psize = get_slice_psize(mm, addr); in hpte_need_flush()
Dslice.c567 unsigned int get_slice_psize(struct mm_struct *mm, unsigned long addr) in get_slice_psize() function
583 EXPORT_SYMBOL_GPL(get_slice_psize);
Dhash_utils_64.c904 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()
Dpgtable_64.c736 psize = get_slice_psize(mm, addr); in hpte_do_hugepage_flush()
Dhugetlbpage.c794 unsigned int psize = get_slice_psize(vma->vm_mm, vma->vm_start); in vma_mmu_pagesize()