Lines Matching refs:MMU_PAGE_64K
524 idx = MMU_PAGE_64K; in get_idx_from_shift()
586 if (base_idx == MMU_PAGE_4K || base_idx == MMU_PAGE_64K) in htab_dt_scan_page_sizes()
804 if (mmu_psize_defs[MMU_PAGE_64K].shift) { in htab_init_page_sizes()
805 mmu_virtual_psize = MMU_PAGE_64K; in htab_init_page_sizes()
806 mmu_vmalloc_psize = MMU_PAGE_64K; in htab_init_page_sizes()
808 mmu_linear_psize = MMU_PAGE_64K; in htab_init_page_sizes()
816 mmu_io_psize = MMU_PAGE_64K; in htab_init_page_sizes()
1528 if ((pte_val(*ptep) & H_PAGE_4K_PFN) && psize == MMU_PAGE_64K) { in hash_page_mm()
1537 if (mmu_ci_restrictions && psize == MMU_PAGE_64K && pte_ci(*ptep)) { in hash_page_mm()
1561 if (psize == MMU_PAGE_64K) in hash_page_mm()
1749 if (mm_ctx_user_psize(&mm->context) == MMU_PAGE_64K) in hash_preload()