/Linux-v4.19/arch/powerpc/mm/ |
D | hash64_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 | hash64_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_64.c | 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() [all …]
|
D | hugepage-hash64.c | 75 if (psize == MMU_PAGE_4K) { in __hash_page_thp() 175 if (psize == MMU_PAGE_4K) in __hash_page_thp()
|
D | tlb_nohash.c | 59 [MMU_PAGE_4K] = { 92 [MMU_PAGE_4K] = { 109 [MMU_PAGE_4K] = { 692 mmu_vmemmap_psize = MMU_PAGE_4K; in early_init_mmu_global()
|
D | pgtable-hash64.c | 323 psize = MMU_PAGE_4K; in hpte_do_hugepage_flush() 402 if (mmu_psize_defs[MMU_PAGE_4K].penc[MMU_PAGE_16M] == -1) in hash__has_transparent_hugepage()
|
D | slice.c | 151 if (psize == MMU_PAGE_4K) in slice_mask_for_size() 465 #define MMU_PAGE_BASE MMU_PAGE_4K 558 compat_maskp = slice_mask_for_size(mm, MMU_PAGE_4K); in slice_get_unmapped_area() 806 compat_maskp = slice_mask_for_size(mm, MMU_PAGE_4K); in slice_is_hugepage_only_range()
|
D | hash_native_64.c | 171 case MMU_PAGE_4K: in ___tlbie() 238 case MMU_PAGE_4K: in __tlbiel() 684 size = MMU_PAGE_4K; in hpte_decode() 685 a_size = MMU_PAGE_4K; in hpte_decode()
|
D | pgtable-radix.c | 442 idx = MMU_PAGE_4K; in get_idx_from_shift() 518 mmu_psize_defs[MMU_PAGE_4K].shift = 12; in radix__early_init_devtree() 519 mmu_psize_defs[MMU_PAGE_4K].ap = 0x0; in radix__early_init_devtree() 565 mmu_virtual_psize = MMU_PAGE_4K; in radix__early_init_mmu()
|
D | pgtable-book3s64.c | 471 atomic_long_read(&direct_pages_count[MMU_PAGE_4K]) << 2); in arch_report_meminfo()
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | slice.h | 8 #define get_slice_psize(mm, addr) MMU_PAGE_4K
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | hash-64k.h | 135 unsigned __split = (psize == MMU_PAGE_4K || \ 145 (((pte) & H_PAGE_COMBO)? MMU_PAGE_4K: MMU_PAGE_64K)
|
D | mmu-hash.h | 386 if (actual_psize != MMU_PAGE_4K) in hpte_encode_v() 400 if (actual_psize == MMU_PAGE_4K) in hpte_encode_r()
|
D | pgtable.h | 377 #define pte_pagesize_index(mm, addr, pte) MMU_PAGE_4K
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | mmu-40x.h | 65 #define mmu_virtual_psize MMU_PAGE_4K
|
D | mmu-44x.h | 130 #define mmu_virtual_psize MMU_PAGE_4K
|
D | mmu-8xx.h | 257 #define mmu_virtual_psize MMU_PAGE_4K
|
D | mmu.h | 289 #define MMU_PAGE_4K 0 macro
|
D | mmu-book3e.h | 273 #define mmu_virtual_psize MMU_PAGE_4K
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
D | mmu-hash.h | 91 #define mmu_virtual_psize MMU_PAGE_4K
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_64_mmu.c | 245 gpte->page_size = MMU_PAGE_4K; in kvmppc_mmu_book3s_64_xlate() 267 pgsize = slbe->large ? MMU_PAGE_16M : MMU_PAGE_4K; in kvmppc_mmu_book3s_64_xlate() 416 slbe->base_page_size = MMU_PAGE_4K; in kvmppc_mmu_book3s_64_slbmte()
|
D | book3s_64_mmu_radix.c | 106 for (ps = MMU_PAGE_4K; ps < MMU_PAGE_COUNT; ++ps) in kvmppc_mmu_radix_xlate() 840 add_rmmu_ap_encoding(info, MMU_PAGE_4K, &i); in kvmhv_get_rmmu_info()
|
D | book3s_32_mmu.c | 313 pte->page_size = MMU_PAGE_4K; in kvmppc_mmu_book3s_32_xlate()
|
D | book3s_64_mmu_host.c | 95 int hpsize = MMU_PAGE_4K; in kvmppc_mmu_map_page()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | setup_64.c | 793 if (mmu_linear_psize == MMU_PAGE_4K) in setup_per_cpu_areas()
|