Home
last modified time | relevance | path

Searched refs:MMU_PAGE_16M (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dhugetlb.h28 else if (shift == mmu_psize_defs[MMU_PAGE_16M].shift) in hstate_get_psize()
29 return MMU_PAGE_16M; in hstate_get_psize()
129 if (mmu_psize != MMU_PAGE_16M && mmu_psize != MMU_PAGE_16G) in check_and_get_huge_psize()
H A Dmmu.h176 if (psize == MMU_PAGE_16M) in slice_mask_for_size()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_pgtable.c323 BUG_ON(psize == MMU_PAGE_16M); in hpte_do_hugepage_flush()
378 if (mmu_psize_defs[MMU_PAGE_16M].shift != PMD_SHIFT) in hash__has_transparent_hugepage()
389 (mmu_psize_defs[MMU_PAGE_64K].penc[MMU_PAGE_16M] == -1)) in hash__has_transparent_hugepage()
394 if (mmu_psize_defs[MMU_PAGE_4K].penc[MMU_PAGE_16M] == -1) in hash__has_transparent_hugepage()
H A Dhugetlbpage.c161 if (mmu_psize_defs[MMU_PAGE_16M].shift) in hugetlbpage_init_defaultsize()
162 hpage_shift = mmu_psize_defs[MMU_PAGE_16M].shift; in hugetlbpage_init_defaultsize()
H A Dhash_utils.c162 [MMU_PAGE_16M] = {
165 .penc = {[0 ... MMU_PAGE_16M - 1] = -1, [MMU_PAGE_16M] = 0,
166 [MMU_PAGE_16M + 1 ... MMU_PAGE_COUNT - 1] = -1 },
564 idx = MMU_PAGE_16M; in get_idx_from_shift()
607 if (base_idx == MMU_PAGE_16M) in htab_dt_scan_page_sizes()
817 if (mmu_psize_defs[MMU_PAGE_16M].shift) in htab_init_page_sizes()
822 if (mmu_psize_defs[MMU_PAGE_16M].shift && aligned) in htab_init_page_sizes()
823 mmu_linear_psize = MMU_PAGE_16M; in htab_init_page_sizes()
861 if (mmu_psize_defs[MMU_PAGE_16M].shift && in htab_init_page_sizes()
863 mmu_vmemmap_psize = MMU_PAGE_16M; in htab_init_page_sizes()
[all …]
H A Dhash_hugepage.c29 int ret, lpsize = MMU_PAGE_16M; in __hash_page_thp()
H A Dhash_native.c602 int actual_psize = MMU_PAGE_16M; in native_hugepage_invalidate()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu.c98 case MMU_PAGE_16M: in mmu_pagesize()
183 case MMU_PAGE_16M: in decode_pagesize()
185 return MMU_PAGE_16M; in decode_pagesize()
242 pgsize = slbe->large ? MMU_PAGE_16M : MMU_PAGE_4K; in kvmppc_mmu_book3s_64_xlate()
395 slbe->base_page_size = MMU_PAGE_16M; in kvmppc_mmu_book3s_64_slbmte()
402 slbe->base_page_size = MMU_PAGE_16M; in kvmppc_mmu_book3s_64_slbmte()
/openbmc/linux/arch/powerpc/mm/nohash/
H A Dtlb.c66 [MMU_PAGE_16M] = {
633 mmu_vmemmap_psize = MMU_PAGE_16M; in early_init_mmu_global()
/openbmc/linux/arch/powerpc/include/asm/
H A Dmmu.h377 #define MMU_PAGE_16M 10 macro
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dlpar.c1239 if (is_supported_hlbkrm(psize, MMU_PAGE_16M)) in __pSeries_lpar_hugepage_invalidate()