Lines Matching refs:MMU_PAGE_4K
108 int mmu_linear_psize = MMU_PAGE_4K;
110 int mmu_virtual_psize = MMU_PAGE_4K;
111 int mmu_vmalloc_psize = MMU_PAGE_4K;
113 int mmu_vmemmap_psize = MMU_PAGE_4K;
115 int mmu_io_psize = MMU_PAGE_4K;
141 [MMU_PAGE_4K] = {
144 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
156 [MMU_PAGE_4K] = {
159 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
384 idx = MMU_PAGE_4K; in get_idx_from_shift()
449 if (base_idx == MMU_PAGE_4K || base_idx == MMU_PAGE_64K) in htab_dt_scan_page_sizes()
662 if (mmu_linear_psize == MMU_PAGE_4K) in htab_init_page_sizes()
1136 if (get_slice_psize(mm, addr) == MMU_PAGE_4K) in demote_segment_4k()
1138 slice_set_range_psize(mm, addr, 1, MMU_PAGE_4K); in demote_segment_4k()
1140 if ((get_paca_psize(addr) != MMU_PAGE_4K) && (current->mm == mm)) { in demote_segment_4k()
1312 if (psize != MMU_PAGE_4K) in hash_page_mm()
1372 psize = MMU_PAGE_4K; in hash_page_mm()
1382 psize = MMU_PAGE_4K; in hash_page_mm()
1392 psize = mmu_vmalloc_psize = MMU_PAGE_4K; in hash_page_mm()
1501 if (unlikely((psize == MMU_PAGE_4K) && subpage_protection(mm, ea))) in should_hash_preload()