Lines Matching refs:MMU_PAGE_4K
112 int mmu_linear_psize = MMU_PAGE_4K;
114 int mmu_virtual_psize = MMU_PAGE_4K;
115 int mmu_vmalloc_psize = MMU_PAGE_4K;
117 int mmu_io_psize = MMU_PAGE_4K;
140 [MMU_PAGE_4K] = {
143 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
155 [MMU_PAGE_4K] = {
158 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
521 idx = MMU_PAGE_4K; in get_idx_from_shift()
586 if (base_idx == MMU_PAGE_4K || base_idx == MMU_PAGE_64K) in htab_dt_scan_page_sizes()
807 if (mmu_linear_psize == MMU_PAGE_4K) in htab_init_page_sizes()
1286 if (get_slice_psize(mm, addr) == MMU_PAGE_4K) in demote_segment_4k()
1288 slice_set_range_psize(mm, addr, 1, MMU_PAGE_4K); in demote_segment_4k()
1290 if ((get_paca_psize(addr) != MMU_PAGE_4K) && (current->mm == mm)) { in demote_segment_4k()
1463 if (psize != MMU_PAGE_4K) in hash_page_mm()
1530 psize = MMU_PAGE_4K; in hash_page_mm()
1540 psize = MMU_PAGE_4K; in hash_page_mm()
1550 psize = mmu_vmalloc_psize = MMU_PAGE_4K; in hash_page_mm()
1682 if (unlikely((psize == MMU_PAGE_4K) && subpage_protection(mm, ea))) in should_hash_preload()