/linux-6.1.9/arch/powerpc/mm/book3s64/ |
D | hash_4k.c | 28 unsigned long shift = mmu_psize_defs[MMU_PAGE_4K].shift; in __hash_page_4K() 72 if (mmu_hash_ops.hpte_updatepp(gslot, rflags, vpn, MMU_PAGE_4K, in __hash_page_4K() 73 MMU_PAGE_4K, ssize, flags) == -1) in __hash_page_4K() 87 MMU_PAGE_4K, MMU_PAGE_4K, ssize); in __hash_page_4K() 96 MMU_PAGE_4K, in __hash_page_4K() 97 MMU_PAGE_4K, ssize); in __hash_page_4K() 116 MMU_PAGE_4K, MMU_PAGE_4K, old_pte); in __hash_page_4K()
|
D | hash_64k.c | 46 unsigned long shift = mmu_psize_defs[MMU_PAGE_4K].shift; in __hash_page_4K() 119 MMU_PAGE_4K, MMU_PAGE_4K, in __hash_page_4K() 161 MMU_PAGE_4K, MMU_PAGE_4K, ssize); in __hash_page_4K() 171 MMU_PAGE_4K, MMU_PAGE_4K, in __hash_page_4K() 184 MMU_PAGE_4K, MMU_PAGE_4K, in __hash_page_4K() 212 MMU_PAGE_4K, MMU_PAGE_4K, old_pte); in __hash_page_4K()
|
D | hash_utils.c | 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() [all …]
|
D | hash_hugepage.c | 81 if (psize == MMU_PAGE_4K) { in __hash_page_thp() 181 if (psize == MMU_PAGE_4K) in __hash_page_thp()
|
D | radix_pgtable.c | 422 idx = MMU_PAGE_4K; in get_idx_from_shift() 546 mmu_psize_defs[MMU_PAGE_4K].shift = 12; in radix__early_init_devtree() 547 mmu_psize_defs[MMU_PAGE_4K].ap = 0x0; in radix__early_init_devtree() 548 mmu_psize_defs[MMU_PAGE_4K].h_rpt_pgsize = in radix__early_init_devtree() 549 psize_to_rpti_pgsize(MMU_PAGE_4K); in radix__early_init_devtree() 578 mmu_virtual_psize = MMU_PAGE_4K; in radix__early_init_mmu()
|
D | hash_native.c | 93 case MMU_PAGE_4K: in ___tlbie() 183 case MMU_PAGE_4K: in __tlbiel() 675 size = MMU_PAGE_4K; in hpte_decode() 676 a_size = MMU_PAGE_4K; in hpte_decode()
|
D | hash_pgtable.c | 326 psize = MMU_PAGE_4K; in hpte_do_hugepage_flush() 394 if (mmu_psize_defs[MMU_PAGE_4K].penc[MMU_PAGE_16M] == -1) in hash__has_transparent_hugepage()
|
D | pgtable.c | 31 int mmu_vmemmap_psize = MMU_PAGE_4K; 431 atomic_long_read(&direct_pages_count[MMU_PAGE_4K]) << 2); in arch_report_meminfo()
|
D | slice.c | 422 #define MMU_PAGE_BASE MMU_PAGE_4K 515 compat_maskp = slice_mask_for_size(&mm->context, MMU_PAGE_4K); in slice_get_unmapped_area() 775 compat_maskp = slice_mask_for_size(&mm->context, MMU_PAGE_4K); in slice_is_hugepage_only_range()
|
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/ |
D | mmu.h | 184 BUG_ON(psize != MMU_PAGE_4K); in slice_mask_for_size() 206 #define mmu_virtual_psize MMU_PAGE_4K
|
D | hash-64k.h | 161 unsigned __split = (psize == MMU_PAGE_4K || \ 171 (((pte) & H_PAGE_COMBO)? MMU_PAGE_4K: MMU_PAGE_64K)
|
D | tlbflush-radix.h | 17 if (psize == MMU_PAGE_4K) in psize_to_rpti_pgsize()
|
D | mmu-hash.h | 394 if (actual_psize != MMU_PAGE_4K) in hpte_encode_v() 408 if (actual_psize == MMU_PAGE_4K) in hpte_encode_r()
|
/linux-6.1.9/arch/powerpc/include/asm/nohash/32/ |
D | mmu-40x.h | 65 #define mmu_virtual_psize MMU_PAGE_4K
|
D | mmu-44x.h | 133 #define mmu_virtual_psize MMU_PAGE_4K
|
D | mmu-8xx.h | 161 #define mmu_virtual_psize MMU_PAGE_4K
|
/linux-6.1.9/arch/powerpc/mm/nohash/ |
D | tlb.c | 54 [MMU_PAGE_4K] = { 98 [MMU_PAGE_4K] = { 634 mmu_vmemmap_psize = MMU_PAGE_4K; in early_init_mmu_global()
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_64_mmu.c | 220 gpte->page_size = MMU_PAGE_4K; in kvmppc_mmu_book3s_64_xlate() 242 pgsize = slbe->large ? MMU_PAGE_16M : MMU_PAGE_4K; in kvmppc_mmu_book3s_64_xlate() 390 slbe->base_page_size = MMU_PAGE_4K; in kvmppc_mmu_book3s_64_slbmte()
|
D | book3s_32_mmu.c | 298 pte->page_size = MMU_PAGE_4K; in kvmppc_mmu_book3s_32_xlate()
|
D | book3s_64_mmu_host.c | 84 int hpsize = MMU_PAGE_4K; in kvmppc_mmu_map_page()
|
D | book3s_64_mmu_radix.c | 202 for (ps = MMU_PAGE_4K; ps < MMU_PAGE_COUNT; ++ps) in kvmppc_mmu_walk_radix_tree() 1227 add_rmmu_ap_encoding(info, MMU_PAGE_4K, &i); in kvmhv_get_rmmu_info()
|
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/ |
D | mmu-hash.h | 233 #define mmu_virtual_psize MMU_PAGE_4K
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | mmu.h | 372 #define MMU_PAGE_4K 0 macro
|
/linux-6.1.9/arch/powerpc/include/asm/nohash/ |
D | mmu-e500.h | 282 #define mmu_virtual_psize MMU_PAGE_4K
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | setup_64.c | 855 if (mmu_linear_psize == MMU_PAGE_4K) in setup_per_cpu_areas()
|