Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/include/asm/book3s/64/ !
Dhugetlb.h24 if (shift == mmu_psize_defs[MMU_PAGE_2M].shift) in hstate_get_psize()
25 return MMU_PAGE_2M; in hstate_get_psize()
126 if (mmu_psize != MMU_PAGE_2M && mmu_psize != MMU_PAGE_1G) in check_and_get_huge_psize()
Dtlbflush-radix.h21 if (psize == MMU_PAGE_2M) in psize_to_rpti_pgsize()
Dradix.h304 if (mmu_psize_defs[MMU_PAGE_2M].shift == PMD_SHIFT) in radix__has_transparent_hugepage()
/linux-6.6.21/arch/powerpc/mm/book3s64/ !
Dhugetlbpage.c165 else if (mmu_psize_defs[MMU_PAGE_2M].shift) in hugetlbpage_init_defaultsize()
166 hpage_shift = mmu_psize_defs[MMU_PAGE_2M].shift; in hugetlbpage_init_defaultsize()
Dradix_tlb.c1058 pg_sizes |= psize_to_rpti_pgsize(MMU_PAGE_2M); in __radix__flush_tlb_range()
1093 PMD_SIZE, MMU_PAGE_2M); in __radix__flush_tlb_range()
1102 PMD_SIZE, MMU_PAGE_2M); in __radix__flush_tlb_range()
1109 hstart, hend, pid, PMD_SIZE, MMU_PAGE_2M, flush_pwc); in __radix__flush_tlb_range()
1136 else if (page_size == (1UL << mmu_psize_defs[MMU_PAGE_2M].shift)) in radix_get_mmu_psize()
1137 psize = MMU_PAGE_2M; in radix_get_mmu_psize()
1366 radix__flush_tlb_range_psize(vma->vm_mm, start, end, MMU_PAGE_2M); in radix__flush_pmd_tlb_range()
Dpgtable.c63 pmd_pte(entry), address, MMU_PAGE_2M); in pmdp_set_access_flags()
514 atomic_long_read(&direct_pages_count[MMU_PAGE_2M]) << 11); in arch_report_meminfo()
Dradix_pgtable.c324 mmu_psize_defs[MMU_PAGE_2M].shift) { in create_physical_mapping()
326 psize = MMU_PAGE_2M; in create_physical_mapping()
451 idx = MMU_PAGE_2M; in get_idx_from_shift()
792 update_page_count(MMU_PAGE_2M, -pages); in remove_pmd_table()
/linux-6.6.21/arch/powerpc/mm/nohash/ !
Dtlb.c58 [MMU_PAGE_2M] = {
466 if (book3e_htw_mode && psize == MMU_PAGE_2M) in setup_page_sizes()
577 mmu_pte_psize = MMU_PAGE_2M; in early_init_this_mmu()
/linux-6.6.21/arch/powerpc/include/asm/ !
Dmmu.h374 #define MMU_PAGE_2M 7 macro
/linux-6.6.21/arch/powerpc/kvm/ !
Dbook3s_64_mmu_radix.c1235 add_rmmu_ap_encoding(info, MMU_PAGE_2M, &i); in kvmhv_get_rmmu_info()