Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dhugetlb.h25 else if (shift == mmu_psize_defs[MMU_PAGE_16M].shift) in hstate_get_psize()
26 return MMU_PAGE_16M; in hstate_get_psize()
/Linux-v4.19/arch/powerpc/mm/
Dpgtable-hash64.c320 BUG_ON(psize == MMU_PAGE_16M); in hpte_do_hugepage_flush()
386 if (mmu_psize_defs[MMU_PAGE_16M].shift != PMD_SHIFT) in hash__has_transparent_hugepage()
397 (mmu_psize_defs[MMU_PAGE_64K].penc[MMU_PAGE_16M] == -1)) in hash__has_transparent_hugepage()
402 if (mmu_psize_defs[MMU_PAGE_4K].penc[MMU_PAGE_16M] == -1) in hash__has_transparent_hugepage()
Dhash_utils_64.c160 [MMU_PAGE_16M] = {
163 .penc = {[0 ... MMU_PAGE_16M - 1] = -1, [MMU_PAGE_16M] = 0,
164 [MMU_PAGE_16M + 1 ... MMU_PAGE_COUNT - 1] = -1 },
394 idx = MMU_PAGE_16M; in get_idx_from_shift()
437 if (base_idx == MMU_PAGE_16M) in htab_dt_scan_page_sizes()
641 if (mmu_psize_defs[MMU_PAGE_16M].shift) in htab_init_page_sizes()
642 mmu_linear_psize = MMU_PAGE_16M; in htab_init_page_sizes()
679 if (mmu_psize_defs[MMU_PAGE_16M].shift && in htab_init_page_sizes()
681 mmu_vmemmap_psize = MMU_PAGE_16M; in htab_init_page_sizes()
1704 MMU_PAGE_16M, ssize, local); in flush_hash_hugepage()
Dtlb_nohash.c71 [MMU_PAGE_16M] = {
127 [MMU_PAGE_16M] = {
694 mmu_vmemmap_psize = MMU_PAGE_16M; in early_init_mmu_global()
Dhugepage-hash64.c29 int ret, lpsize = MMU_PAGE_16M; in __hash_page_thp()
Dhugetlbpage.c622 if (mmu_psize != MMU_PAGE_16M && mmu_psize != MMU_PAGE_16G) in add_huge_page_size()
731 if (mmu_psize_defs[MMU_PAGE_16M].shift) in hugetlbpage_init()
732 HPAGE_SHIFT = mmu_psize_defs[MMU_PAGE_16M].shift; in hugetlbpage_init()
Dslice.c154 if (psize == MMU_PAGE_16M) in slice_mask_for_size()
Dhash_native_64.c604 int actual_psize = MMU_PAGE_16M; in native_hugepage_invalidate()
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_64_mmu.c123 case MMU_PAGE_16M: in mmu_pagesize()
208 case MMU_PAGE_16M: in decode_pagesize()
210 return MMU_PAGE_16M; in decode_pagesize()
267 pgsize = slbe->large ? MMU_PAGE_16M : MMU_PAGE_4K; in kvmppc_mmu_book3s_64_xlate()
421 slbe->base_page_size = MMU_PAGE_16M; in kvmppc_mmu_book3s_64_slbmte()
428 slbe->base_page_size = MMU_PAGE_16M; in kvmppc_mmu_book3s_64_slbmte()
/Linux-v4.19/arch/powerpc/include/asm/
Dmmu.h299 #define MMU_PAGE_16M 10 macro