Lines Matching refs:MMU_PAGE_64K
428 idx = MMU_PAGE_64K; in get_idx_from_shift()
490 if (base_idx == MMU_PAGE_4K || base_idx == MMU_PAGE_64K) in htab_dt_scan_page_sizes()
708 if (mmu_psize_defs[MMU_PAGE_64K].shift) { in htab_init_page_sizes()
709 mmu_virtual_psize = MMU_PAGE_64K; in htab_init_page_sizes()
710 mmu_vmalloc_psize = MMU_PAGE_64K; in htab_init_page_sizes()
712 mmu_linear_psize = MMU_PAGE_64K; in htab_init_page_sizes()
720 mmu_io_psize = MMU_PAGE_64K; in htab_init_page_sizes()
1441 if ((pte_val(*ptep) & H_PAGE_4K_PFN) && psize == MMU_PAGE_64K) { in hash_page_mm()
1450 if (mmu_ci_restrictions && psize == MMU_PAGE_64K && pte_ci(*ptep)) { in hash_page_mm()
1474 if (psize == MMU_PAGE_64K) in hash_page_mm()
1707 if (mm_ctx_user_psize(&mm->context) == MMU_PAGE_64K) in hash_preload()