Home
last modified time | relevance | path

Searched refs:MMU_PAGE_64K (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_64k.c102 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 Dhash_pgtable.c328 psize = MMU_PAGE_64K; in hpte_do_hugepage_flush()
388 if (mmu_psize_defs[MMU_PAGE_64K].shift && in hash__has_transparent_hugepage()
389 (mmu_psize_defs[MMU_PAGE_64K].penc[MMU_PAGE_16M] == -1)) in hash__has_transparent_hugepage()
H A Dhash_utils.c558 idx = MMU_PAGE_64K; in get_idx_from_shift()
620 if (base_idx == MMU_PAGE_4K || base_idx == MMU_PAGE_64K) in htab_dt_scan_page_sizes()
838 if (mmu_psize_defs[MMU_PAGE_64K].shift) { in htab_init_page_sizes()
839 mmu_virtual_psize = MMU_PAGE_64K; in htab_init_page_sizes()
840 mmu_vmalloc_psize = MMU_PAGE_64K; in htab_init_page_sizes()
842 mmu_linear_psize = MMU_PAGE_64K; in htab_init_page_sizes()
850 mmu_io_psize = MMU_PAGE_64K; in htab_init_page_sizes()
1595 if ((pte_val(*ptep) & H_PAGE_4K_PFN) && psize == MMU_PAGE_64K) { in hash_page_mm()
1604 if (mmu_ci_restrictions && psize == MMU_PAGE_64K && pte_ci(*ptep)) { in hash_page_mm()
1628 if (psize == MMU_PAGE_64K) in hash_page_mm()
[all …]
H A Dslice.c420 #define MMU_PAGE_BASE MMU_PAGE_64K
514 if (IS_ENABLED(CONFIG_PPC_64K_PAGES) && psize == MMU_PAGE_64K) { in slice_get_unmapped_area()
593 psize == MMU_PAGE_64K) { in slice_get_unmapped_area()
771 if (IS_ENABLED(CONFIG_PPC_64K_PAGES) && psize == MMU_PAGE_64K) { in slice_is_hugepage_only_range()
H A Dhash_hugepage.c88 flush_hash_hugepage(vsid, ea, pmdp, MMU_PAGE_64K, in __hash_page_thp()
H A Dradix_pgtable.c448 idx = MMU_PAGE_64K; in get_idx_from_shift()
522 mmu_psize_defs[MMU_PAGE_64K].shift = 16; in radix__early_init_devtree()
523 mmu_psize_defs[MMU_PAGE_64K].ap = 0x5; in radix__early_init_devtree()
524 mmu_psize_defs[MMU_PAGE_64K].h_rpt_pgsize = in radix__early_init_devtree()
525 psize_to_rpti_pgsize(MMU_PAGE_64K); in radix__early_init_devtree()
537 mmu_virtual_psize = MMU_PAGE_64K; in radix__early_init_mmu()
H A Dradix_tlb.c250 __tlbie_va(va, pid, mmu_get_ap(MMU_PAGE_64K), RIC_FLUSH_TLB); in fixup_tlbie_pid()
283 __tlbie_lpid_va(va, lpid, mmu_get_ap(MMU_PAGE_64K), RIC_FLUSH_TLB); in fixup_tlbie_lpid()
1450 __tlbie_va_lpid(va, pid, lpid, mmu_get_ap(MMU_PAGE_64K), in fixup_tlbie_pid_lpid()
H A Dpgtable.c513 atomic_long_read(&direct_pages_count[MMU_PAGE_64K]) << 6); in arch_report_meminfo()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu.c96 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 Dbook3s_64_mmu_host.c145 hpsize = MMU_PAGE_64K; in kvmppc_mmu_map_page()
345 slb_vsid |= mmu_psize_defs[MMU_PAGE_64K].sllp; in kvmppc_mmu_map_segment()
H A Dbook3s_64_mmu_radix.c1234 add_rmmu_ap_encoding(info, MMU_PAGE_64K, &i); in kvmhv_get_rmmu_info()
H A Dbook3s_pr.c714 pte.page_size = MMU_PAGE_64K; in kvmppc_handle_pagefault()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu.h172 if (psize == MMU_PAGE_64K) in slice_mask_for_size()
201 #define mmu_virtual_psize MMU_PAGE_64K
H A Dtlbflush-radix.h19 if (psize == MMU_PAGE_64K) in psize_to_rpti_pgsize()
H A Dhash-64k.h171 (((pte) & H_PAGE_COMBO)? MMU_PAGE_4K: MMU_PAGE_64K)
/openbmc/linux/arch/powerpc/include/asm/nohash/32/
H A Dmmu-44x.h141 #define mmu_virtual_psize MMU_PAGE_64K
/openbmc/linux/arch/powerpc/include/asm/
H A Dmmu.h369 #define MMU_PAGE_64K 2 macro
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c118 return mmu_psize_defs[MMU_PAGE_64K].shift != 0; in spu_64k_pages_available()