Searched refs:get_slice_psize (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | slice.h | 6 #define get_slice_psize(mm, addr) MMU_PAGE_64K macro 8 #define get_slice_psize(mm, addr) MMU_PAGE_4K macro
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | slice.h | 29 unsigned int get_slice_psize(struct mm_struct *mm, unsigned long addr);
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | slice.h | 18 #define get_slice_psize(mm, addr) ((mm)->context.user_psize) macro
|
/Linux-v4.19/arch/powerpc/mm/ |
D | copro_fault.c | 113 psize = get_slice_psize(mm, ea); in copro_calculate_slb()
|
D | tlb_hash64.c | 67 psize = get_slice_psize(mm, addr); in hpte_need_flush()
|
D | pgtable-hash64.c | 319 psize = get_slice_psize(mm, addr); in hpte_do_hugepage_flush()
|
D | slice.c | 702 unsigned int get_slice_psize(struct mm_struct *mm, unsigned long addr) in get_slice_psize() function 719 EXPORT_SYMBOL_GPL(get_slice_psize);
|
D | slb.c | 458 bpsize = get_slice_psize(mm, ea); in handle_multi_context_slb_miss()
|
D | hash_utils_64.c | 1121 if (get_slice_psize(mm, addr) == MMU_PAGE_4K) in demote_segment_4k() 1242 psize = get_slice_psize(mm, ea); in hash_page_mm() 1463 int psize = get_slice_psize(mm, ea); in should_hash_preload()
|
D | hugetlbpage.c | 574 unsigned int psize = get_slice_psize(vma->vm_mm, vma->vm_start); in vma_mmu_pagesize()
|