Searched refs:MMU_PAGE_4K (Results 1 – 23 of 23) sorted by relevance
/linux-4.1.27/arch/powerpc/mm/ |
D | hash_utils_64.c | 101 int mmu_linear_psize = MMU_PAGE_4K; 103 int mmu_virtual_psize = MMU_PAGE_4K; 104 int mmu_vmalloc_psize = MMU_PAGE_4K; 106 int mmu_vmemmap_psize = MMU_PAGE_4K; 108 int mmu_io_psize = MMU_PAGE_4K; 130 [MMU_PAGE_4K] = { 133 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1}, 144 [MMU_PAGE_4K] = { 147 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1}, 308 idx = MMU_PAGE_4K; in get_idx_from_shift() [all …]
|
D | hash_low_64.S | 202 li r8,MMU_PAGE_4K /* page size */ 203 li r9,MMU_PAGE_4K /* actual page size */ 227 li r8,MMU_PAGE_4K /* page size */ 228 li r9,MMU_PAGE_4K /* actual page size */ 299 li r6,MMU_PAGE_4K /* base page size */ 300 li r7,MMU_PAGE_4K /* actual page size */ 531 li r8,MMU_PAGE_4K /* page size */ 532 li r9,MMU_PAGE_4K /* actual page size */ 560 li r8,MMU_PAGE_4K /* page size */ 561 li r9,MMU_PAGE_4K /* actual page size */ [all …]
|
D | hugepage-hash64.c | 89 if (psize == MMU_PAGE_4K) { in __hash_page_thp() 186 if (psize == MMU_PAGE_4K) in __hash_page_thp()
|
D | tlb_nohash.c | 58 [MMU_PAGE_4K] = { 89 [MMU_PAGE_4K] = { 661 mmu_vmemmap_psize = MMU_PAGE_4K; in early_init_mmu_global()
|
D | hash_native_64.c | 70 case MMU_PAGE_4K: in __tlbie() 119 case MMU_PAGE_4K: in __tlbiel() 528 size = MMU_PAGE_4K; in hpte_decode() 529 a_size = MMU_PAGE_4K; in hpte_decode()
|
D | slice.c | 381 #define MMU_PAGE_BASE MMU_PAGE_4K 451 compat_mask = slice_mask_for_size(mm, MMU_PAGE_4K); in slice_get_unmapped_area() 688 compat_mask = slice_mask_for_size(mm, MMU_PAGE_4K); in is_hugepage_only_range()
|
D | pgtable_64.c | 755 psize = MMU_PAGE_4K; in hpte_do_hugepage_flush() 879 if (mmu_psize_defs[MMU_PAGE_4K].penc[MMU_PAGE_16M] == -1) in has_transparent_hugepage()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pte-hash64-64k.h | 84 unsigned __split = (psize == MMU_PAGE_4K || \ 95 (((pte) & _PAGE_COMBO)? MMU_PAGE_4K: MMU_PAGE_64K)
|
D | kvm_book3s_64.h | 135 int b_psize = MMU_PAGE_4K, a_psize = MMU_PAGE_4K; in compute_tlbie_rb() 185 case MMU_PAGE_4K: in compute_tlbie_rb()
|
D | mmu-40x.h | 64 #define mmu_virtual_psize MMU_PAGE_4K
|
D | mmu-hash32.h | 90 #define mmu_virtual_psize MMU_PAGE_4K
|
D | mmu-8xx.h | 148 #define mmu_virtual_psize MMU_PAGE_4K
|
D | mmu.h | 165 #define MMU_PAGE_4K 0 macro
|
D | mmu-44x.h | 129 #define mmu_virtual_psize MMU_PAGE_4K
|
D | page_64.h | 147 #define get_slice_psize(mm, addr) MMU_PAGE_4K
|
D | mmu-hash64.h | 261 if (actual_psize != MMU_PAGE_4K) in hpte_encode_v() 275 if (actual_psize == MMU_PAGE_4K) in hpte_encode_r()
|
D | pgtable-ppc64.h | 146 psize = MMU_PAGE_4K; \ 152 #define pte_pagesize_index(mm, addr, pte) MMU_PAGE_4K
|
D | mmu-book3e.h | 281 #define mmu_virtual_psize MMU_PAGE_4K
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_64_mmu.c | 237 gpte->page_size = MMU_PAGE_4K; in kvmppc_mmu_book3s_64_xlate() 258 pgsize = slbe->large ? MMU_PAGE_16M : MMU_PAGE_4K; in kvmppc_mmu_book3s_64_xlate() 408 slbe->base_page_size = MMU_PAGE_4K; in kvmppc_mmu_book3s_64_slbmte()
|
D | book3s_32_mmu.c | 313 pte->page_size = MMU_PAGE_4K; in kvmppc_mmu_book3s_32_xlate()
|
D | book3s_64_mmu_host.c | 94 int hpsize = MMU_PAGE_4K; in kvmppc_mmu_map_page()
|
D | book3s_hv.c | 2317 kvmppc_add_seg_page_size(&sps, MMU_PAGE_4K); in kvm_vm_ioctl_get_smmu_info_hv()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | setup_64.c | 751 if (mmu_linear_psize == MMU_PAGE_4K) in setup_per_cpu_areas()
|