Lines Matching refs:MMU_PAGE_4K
107 int mmu_linear_psize = MMU_PAGE_4K;
109 int mmu_virtual_psize = MMU_PAGE_4K;
110 int mmu_vmalloc_psize = MMU_PAGE_4K;
112 int mmu_vmemmap_psize = MMU_PAGE_4K;
114 int mmu_io_psize = MMU_PAGE_4K;
139 [MMU_PAGE_4K] = {
142 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
153 [MMU_PAGE_4K] = {
156 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
385 idx = MMU_PAGE_4K; in get_idx_from_shift()
450 if (base_idx == MMU_PAGE_4K || base_idx == MMU_PAGE_64K) in htab_dt_scan_page_sizes()
660 if (mmu_linear_psize == MMU_PAGE_4K) in htab_init_page_sizes()
685 mmu_vmemmap_psize = MMU_PAGE_4K; in htab_init_page_sizes()
1121 if (get_slice_psize(mm, addr) == MMU_PAGE_4K) in demote_segment_4k()
1123 slice_set_range_psize(mm, addr, 1, MMU_PAGE_4K); in demote_segment_4k()
1125 if ((get_paca_psize(addr) != MMU_PAGE_4K) && (current->mm == mm)) { in demote_segment_4k()
1288 if (psize != MMU_PAGE_4K) in hash_page_mm()
1347 psize = MMU_PAGE_4K; in hash_page_mm()
1356 psize = MMU_PAGE_4K; in hash_page_mm()
1366 psize = mmu_vmalloc_psize = MMU_PAGE_4K; in hash_page_mm()
1472 if (unlikely((psize == MMU_PAGE_4K) && subpage_protection(mm, ea))) in should_hash_preload()