Home
last modified time | relevance | path

Searched refs:MMU_PAGE_16G (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu.h178 if (psize == MMU_PAGE_16G) in slice_mask_for_size()
H A Dhash.h202 else if (psize == MMU_PAGE_16G) in hash__pte_update()
/linux/arch/powerpc/mm/book3s64/
H A Dhash_tlb.c67 if (unlikely(psize == MMU_PAGE_16G)) in hpte_need_flush()
H A Dpgtable.c533 atomic_long_read(&direct_pages_count[MMU_PAGE_16G]) << 24); in ptep_modify_prot_start()
H A Dhash_utils.c840 idx = MMU_PAGE_16G; in get_idx_from_shift()
1813 if (hugeshift == PUD_SHIFT && psize == MMU_PAGE_16G) in hash_page_mm()
1814 hugeshift = mmu_psize_defs[MMU_PAGE_16G].shift; in hash_page_mm()
/linux/arch/powerpc/include/asm/
H A Dmmu.h367 #define MMU_PAGE_16G 14 macro