Home
last modified time | relevance | path

Searched refs:MMU_PAGE_4K (Results 1 – 14 of 14) sorted by relevance

/linux/arch/powerpc/mm/book3s64/
H A Dhash_4k.c30 unsigned long shift = mmu_psize_defs[MMU_PAGE_4K].shift; in __hash_page_4K()
74 if (mmu_hash_ops.hpte_updatepp(gslot, rflags, vpn, MMU_PAGE_4K, in __hash_page_4K()
75 MMU_PAGE_4K, ssize, flags) == -1) in __hash_page_4K()
89 MMU_PAGE_4K, MMU_PAGE_4K, ssize); in __hash_page_4K()
98 MMU_PAGE_4K, in __hash_page_4K()
99 MMU_PAGE_4K, ssize); in __hash_page_4K()
118 MMU_PAGE_4K, MMU_PAGE_4K, old_pte); in __hash_page_4K()
H A Dhash_64k.c48 unsigned long shift = mmu_psize_defs[MMU_PAGE_4K].shift; in __hash_page_4K()
121 MMU_PAGE_4K, MMU_PAGE_4K, in __hash_page_4K()
163 MMU_PAGE_4K, MMU_PAGE_4K, ssize); in __hash_page_4K()
173 MMU_PAGE_4K, MMU_PAGE_4K, in __hash_page_4K()
186 MMU_PAGE_4K, MMU_PAGE_4K, in __hash_page_4K()
214 MMU_PAGE_4K, MMU_PAGE_4K, old_pte); in __hash_page_4K()
H A Dhash_utils.c115 int mmu_linear_psize = MMU_PAGE_4K;
117 int mmu_virtual_psize = MMU_PAGE_4K;
118 int mmu_vmalloc_psize = MMU_PAGE_4K;
120 int mmu_io_psize = MMU_PAGE_4K;
141 [MMU_PAGE_4K] = {
144 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
156 [MMU_PAGE_4K] = {
159 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
828 idx = MMU_PAGE_4K; in get_idx_from_shift()
893 if (base_idx == MMU_PAGE_4K || base_id in htab_dt_scan_page_sizes()
[all...]
/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu.h181 BUG_ON(psize != MMU_PAGE_4K); in slice_mask_for_size()
203 #define mmu_virtual_psize MMU_PAGE_4K
H A Dhash-64k.h161 unsigned __split = (psize == MMU_PAGE_4K || \
171 (((pte) & H_PAGE_COMBO)? MMU_PAGE_4K: MMU_PAGE_64K)
H A Dhash-4k.h103 #define pte_pagesize_index(mm, addr, pte) MMU_PAGE_4K
H A Dmmu-hash.h394 if (actual_psize != MMU_PAGE_4K) in hpte_encode_v()
408 if (actual_psize == MMU_PAGE_4K) in hpte_encode_r()
/linux/arch/powerpc/include/asm/nohash/32/
H A Dmmu-44x.h133 #define mmu_virtual_psize MMU_PAGE_4K
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu.c220 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()
H A Dbook3s_32_mmu.c298 pte->page_size = MMU_PAGE_4K; in kvmppc_mmu_book3s_32_xlate()
H A Dbook3s_64_mmu_radix.c208 for (ps = MMU_PAGE_4K; ps < MMU_PAGE_COUNT; ++ps) in kvmppc_mmu_walk_radix_tree()
1217 add_rmmu_ap_encoding(info, MMU_PAGE_4K, &i); in kvmhv_get_rmmu_info()
/linux/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h279 #define mmu_virtual_psize MMU_PAGE_4K
/linux/arch/powerpc/include/asm/
H A Dmmu.h353 #define MMU_PAGE_4K 0 macro
/linux/arch/powerpc/kernel/
H A Dsetup_64.c853 if (mmu_linear_psize == MMU_PAGE_4K) in setup_per_cpu_areas()