Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dhugetlb.h25 if (shift == mmu_psize_defs[MMU_PAGE_2M].shift) in hstate_get_psize()
26 return MMU_PAGE_2M; in hstate_get_psize()
127 if (mmu_psize != MMU_PAGE_2M && mmu_psize != MMU_PAGE_1G) in check_and_get_huge_psize()
H A Dtlbflush-radix.h17 if (psize == MMU_PAGE_2M) in psize_to_rpti_pgsize()
H A Dradix.h278 if (mmu_psize_defs[MMU_PAGE_2M].shift == PMD_SHIFT) in radix__has_transparent_hugepage()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_hugetlbpage.c164 else if (mmu_psize_defs[MMU_PAGE_2M].shift) in hugetlbpage_init_default()
165 hpage_shift = mmu_psize_defs[MMU_PAGE_2M].shift; in hugetlbpage_init_default()
H A Dradix_tlb.c925 pg_sizes |= psize_to_rpti_pgsize(MMU_PAGE_2M); in __radix__flush_tlb_range()
959 PMD_SIZE, MMU_PAGE_2M); in __radix__flush_tlb_range()
966 PMD_SIZE, MMU_PAGE_2M); in __radix__flush_tlb_range()
973 hstart, hend, pid, PMD_SIZE, MMU_PAGE_2M, false); in __radix__flush_tlb_range()
998 else if (page_size == (1UL << mmu_psize_defs[MMU_PAGE_2M].shift)) in radix_get_mmu_psize()
999 psize = MMU_PAGE_2M; in radix_get_mmu_psize()
1216 radix__flush_tlb_range_psize(vma->vm_mm, start, end, MMU_PAGE_2M); in radix__flush_pmd_tlb_range()
H A Dradix_pgtable.c295 mmu_psize_defs[MMU_PAGE_2M].shift) { in create_physical_mapping()
297 psize = MMU_PAGE_2M; in create_physical_mapping()
439 idx = MMU_PAGE_2M; in get_idx_from_shift()
647 if (mmu_psize_defs[MMU_PAGE_2M].shift) { in radix__early_init_mmu()
651 mmu_vmemmap_psize = MMU_PAGE_2M; in radix__early_init_mmu()
H A Dpgtable.c51 pmd_pte(entry), address, MMU_PAGE_2M); in pmdp_set_access_flags()
418 atomic_long_read(&direct_pages_count[MMU_PAGE_2M]) << 11); in arch_report_meminfo()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/
H A Dtlb.c59 [MMU_PAGE_2M] = {
500 if (book3e_htw_mode && psize == MMU_PAGE_2M) in setup_page_sizes()
611 mmu_pte_psize = MMU_PAGE_2M; in early_init_this_mmu()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dmmu.h352 #define MMU_PAGE_2M 7 macro
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c1206 add_rmmu_ap_encoding(info, MMU_PAGE_2M, &i); in kvmhv_get_rmmu_info()