Lines Matching refs:MMU_PAGE_64K
558 idx = MMU_PAGE_64K; in get_idx_from_shift()
620 if (base_idx == MMU_PAGE_4K || base_idx == MMU_PAGE_64K) in htab_dt_scan_page_sizes()
838 if (mmu_psize_defs[MMU_PAGE_64K].shift) { in htab_init_page_sizes()
839 mmu_virtual_psize = MMU_PAGE_64K; in htab_init_page_sizes()
840 mmu_vmalloc_psize = MMU_PAGE_64K; in htab_init_page_sizes()
842 mmu_linear_psize = MMU_PAGE_64K; in htab_init_page_sizes()
850 mmu_io_psize = MMU_PAGE_64K; in htab_init_page_sizes()
1594 if ((pte_val(*ptep) & H_PAGE_4K_PFN) && psize == MMU_PAGE_64K) { in hash_page_mm()
1603 if (mmu_ci_restrictions && psize == MMU_PAGE_64K && pte_ci(*ptep)) { in hash_page_mm()
1627 if (psize == MMU_PAGE_64K) in hash_page_mm()
1815 if (mm_ctx_user_psize(&mm->context) == MMU_PAGE_64K) in hash_preload()