Lines Matching refs:MMU_PAGE_4K
102 int mmu_linear_psize = MMU_PAGE_4K;
104 int mmu_virtual_psize = MMU_PAGE_4K;
105 int mmu_vmalloc_psize = MMU_PAGE_4K;
107 int mmu_vmemmap_psize = MMU_PAGE_4K;
109 int mmu_io_psize = MMU_PAGE_4K;
131 [MMU_PAGE_4K] = {
134 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
145 [MMU_PAGE_4K] = {
148 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
309 idx = MMU_PAGE_4K; in get_idx_from_shift()
374 if (base_idx == MMU_PAGE_4K || base_idx == MMU_PAGE_64K) in htab_dt_scan_page_sizes()
523 if (mmu_linear_psize == MMU_PAGE_4K) in htab_init_page_sizes()
548 mmu_vmemmap_psize = MMU_PAGE_4K; in htab_init_page_sizes()
904 if (get_slice_psize(mm, addr) == MMU_PAGE_4K) in demote_segment_4k()
906 slice_set_range_psize(mm, addr, 1, MMU_PAGE_4K); in demote_segment_4k()
908 if ((get_paca_psize(addr) != MMU_PAGE_4K) && (current->mm == mm)) { in demote_segment_4k()
1067 if (psize != MMU_PAGE_4K) in hash_page_mm()
1126 psize = MMU_PAGE_4K; in hash_page_mm()
1136 psize = MMU_PAGE_4K; in hash_page_mm()
1146 psize = mmu_vmalloc_psize = MMU_PAGE_4K; in hash_page_mm()