Searched refs:MMU_PAGE_64K (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | hash_64k.c | 102 flush_hash_page(vpn, rpte, MMU_PAGE_64K, ssize, flags); in __hash_page_4K() 237 unsigned long shift = mmu_psize_defs[MMU_PAGE_64K].shift; in __hash_page_64K() 283 if (mmu_hash_ops.hpte_updatepp(gslot, rflags, vpn, MMU_PAGE_64K, in __hash_page_64K() 284 MMU_PAGE_64K, ssize, in __hash_page_64K() 299 MMU_PAGE_64K, MMU_PAGE_64K, in __hash_page_64K() 309 MMU_PAGE_64K, in __hash_page_64K() 310 MMU_PAGE_64K, ssize); in __hash_page_64K() 329 MMU_PAGE_64K, MMU_PAGE_64K, old_pte); in __hash_page_64K()
|
| H A D | hash_utils.c | 831 idx = MMU_PAGE_64K; in get_idx_from_shift() 893 if (base_idx == MMU_PAGE_4K || base_idx == MMU_PAGE_64K) in htab_dt_scan_page_sizes() 1111 if (mmu_psize_defs[MMU_PAGE_64K].shift) { in htab_init_page_sizes() 1112 mmu_virtual_psize = MMU_PAGE_64K; in htab_init_page_sizes() 1113 mmu_vmalloc_psize = MMU_PAGE_64K; in htab_init_page_sizes() 1115 mmu_linear_psize = MMU_PAGE_64K; in htab_init_page_sizes() 1123 mmu_io_psize = MMU_PAGE_64K; in htab_init_page_sizes() 1868 if ((pte_val(*ptep) & H_PAGE_4K_PFN) && psize == MMU_PAGE_64K) { in hash_page_mm() 1877 if (mmu_ci_restrictions && psize == MMU_PAGE_64K && pte_ci(*ptep)) { in hash_page_mm() 1903 if (psize == MMU_PAGE_64K) in hash_page_mm() [all...] |
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_64_mmu.c | 96 case MMU_PAGE_64K: in mmu_pagesize() 179 case MMU_PAGE_64K: in decode_pagesize() 181 return MMU_PAGE_64K; in decode_pagesize() 398 slbe->base_page_size = MMU_PAGE_64K; in kvmppc_mmu_book3s_64_slbmte() 579 int pagesize = MMU_PAGE_64K; in kvmppc_mmu_book3s_64_esid_to_vsid() 622 if (pagesize >= MMU_PAGE_64K && in kvmppc_mmu_book3s_64_esid_to_vsid() 623 mmu_psize_defs[MMU_PAGE_64K].shift && in kvmppc_mmu_book3s_64_esid_to_vsid()
|
| H A D | book3s_64_mmu_radix.c | 1218 add_rmmu_ap_encoding(info, MMU_PAGE_64K, &i); in kvmhv_get_rmmu_info()
|
| H A D | book3s_pr.c | 707 pte.page_size = MMU_PAGE_64K; in kvmppc_handle_pagefault()
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | mmu.h | 172 if (psize == MMU_PAGE_64K) in slice_mask_for_size() 201 #define mmu_virtual_psize MMU_PAGE_64K
|
| H A D | hash-64k.h | 171 (((pte) & H_PAGE_COMBO)? MMU_PAGE_4K: MMU_PAGE_64K)
|
| /linux/arch/powerpc/include/asm/nohash/32/ |
| H A D | mmu-44x.h | 141 #define mmu_virtual_psize MMU_PAGE_64K
|
| /linux/arch/powerpc/include/asm/ |
| H A D | mmu.h | 355 #define MMU_PAGE_64K 2 macro
|
| /linux/arch/powerpc/platforms/cell/ |
| H A D | spu_base.c | 118 return mmu_psize_defs[MMU_PAGE_64K].shift != 0; in spu_64k_pages_available()
|