Searched refs:MMU_PAGE_2M (Results 1 – 10 of 10) sorted by relevance
/linux/arch/powerpc/include/asm/book3s/64/ |
A D | hugetlb.h | 25 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()
|
A D | tlbflush-radix.h | 21 if (psize == MMU_PAGE_2M) in psize_to_rpti_pgsize()
|
A D | radix.h | 278 if (mmu_psize_defs[MMU_PAGE_2M].shift == PMD_SHIFT) in radix__has_transparent_hugepage()
|
/linux/arch/powerpc/mm/book3s64/ |
A D | hash_hugetlbpage.c | 160 else if (mmu_psize_defs[MMU_PAGE_2M].shift) in hugetlbpage_init_default() 161 hpage_shift = mmu_psize_defs[MMU_PAGE_2M].shift; in hugetlbpage_init_default()
|
A D | radix_tlb.c | 1154 pg_sizes |= psize_to_rpti_pgsize(MMU_PAGE_2M); in __radix__flush_tlb_range() 1192 PMD_SIZE, MMU_PAGE_2M); in __radix__flush_tlb_range() 1201 PMD_SIZE, MMU_PAGE_2M); in __radix__flush_tlb_range() 1208 hstart, hend, pid, PMD_SIZE, MMU_PAGE_2M, flush_pwc); in __radix__flush_tlb_range() 1234 else if (page_size == (1UL << mmu_psize_defs[MMU_PAGE_2M].shift)) in radix_get_mmu_psize() 1235 psize = MMU_PAGE_2M; in radix_get_mmu_psize() 1445 radix__flush_tlb_range_psize(vma->vm_mm, start, end, MMU_PAGE_2M); in radix__flush_pmd_tlb_range()
|
A D | radix_pgtable.c | 296 mmu_psize_defs[MMU_PAGE_2M].shift) { in create_physical_mapping() 298 psize = MMU_PAGE_2M; in create_physical_mapping() 429 idx = MMU_PAGE_2M; in get_idx_from_shift() 600 if (mmu_psize_defs[MMU_PAGE_2M].shift) { in radix__early_init_mmu() 604 mmu_vmemmap_psize = MMU_PAGE_2M; in radix__early_init_mmu()
|
A D | pgtable.c | 53 pmd_pte(entry), address, MMU_PAGE_2M); in pmdp_set_access_flags() 431 atomic_long_read(&direct_pages_count[MMU_PAGE_2M]) << 11); in arch_report_meminfo()
|
/linux/arch/powerpc/mm/nohash/ |
A D | tlb.c | 59 [MMU_PAGE_2M] = { 502 if (book3e_htw_mode && psize == MMU_PAGE_2M) in setup_page_sizes() 613 mmu_pte_psize = MMU_PAGE_2M; in early_init_this_mmu()
|
/linux/arch/powerpc/include/asm/ |
A D | mmu.h | 378 #define MMU_PAGE_2M 7 macro
|
/linux/arch/powerpc/kvm/ |
A D | book3s_64_mmu_radix.c | 1223 add_rmmu_ap_encoding(info, MMU_PAGE_2M, &i); in kvmhv_get_rmmu_info()
|
Completed in 25 milliseconds