Home
last modified time | relevance | path

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

/linux-4.1.27/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
Dpgtable-ppc64.h148 psize = get_slice_psize(mm, addr); \
/linux-4.1.27/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.c903 if (get_slice_psize(mm, addr) == MMU_PAGE_4K) in demote_segment_4k()
1017 psize = get_slice_psize(mm, ea); in hash_page_mm()
1217 if (unlikely(get_slice_psize(mm, ea) != mm->context.user_psize)) in hash_preload()
Dpgtable_64.c751 psize = get_slice_psize(mm, addr); in hpte_do_hugepage_flush()
Dhugetlbpage.c779 unsigned int psize = get_slice_psize(vma->vm_mm, vma->vm_start); in vma_mmu_pagesize()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dfile.c247 psize = get_slice_psize(vma->vm_mm, address); in spufs_mem_mmap_fault()