Searched refs:MMU_PAGE_64K (Results 1 – 19 of 19) sorted by relevance
/Linux-v5.10/arch/powerpc/mm/book3s64/ |
D | hash_64k.c | 100 flush_hash_page(vpn, rpte, MMU_PAGE_64K, ssize, flags); in __hash_page_4K() 232 unsigned long shift = mmu_psize_defs[MMU_PAGE_64K].shift; in __hash_page_64K() 278 if (mmu_hash_ops.hpte_updatepp(gslot, rflags, vpn, MMU_PAGE_64K, in __hash_page_64K() 279 MMU_PAGE_64K, ssize, in __hash_page_64K() 294 MMU_PAGE_64K, MMU_PAGE_64K, in __hash_page_64K() 304 MMU_PAGE_64K, in __hash_page_64K() 305 MMU_PAGE_64K, ssize); in __hash_page_64K() 324 MMU_PAGE_64K, MMU_PAGE_64K, old_pte); in __hash_page_64K()
|
D | hash_utils.c | 415 idx = MMU_PAGE_64K; in get_idx_from_shift() 477 if (base_idx == MMU_PAGE_4K || base_idx == MMU_PAGE_64K) in htab_dt_scan_page_sizes() 695 if (mmu_psize_defs[MMU_PAGE_64K].shift) { in htab_init_page_sizes() 696 mmu_virtual_psize = MMU_PAGE_64K; in htab_init_page_sizes() 697 mmu_vmalloc_psize = MMU_PAGE_64K; in htab_init_page_sizes() 699 mmu_linear_psize = MMU_PAGE_64K; in htab_init_page_sizes() 707 mmu_io_psize = MMU_PAGE_64K; in htab_init_page_sizes() 1428 if ((pte_val(*ptep) & H_PAGE_4K_PFN) && psize == MMU_PAGE_64K) { in hash_page_mm() 1437 if (mmu_ci_restrictions && psize == MMU_PAGE_64K && pte_ci(*ptep)) { in hash_page_mm() 1461 if (psize == MMU_PAGE_64K) in hash_page_mm() [all …]
|
D | hash_pgtable.c | 327 psize = MMU_PAGE_64K; in hpte_do_hugepage_flush() 387 if (mmu_psize_defs[MMU_PAGE_64K].shift && in hash__has_transparent_hugepage() 388 (mmu_psize_defs[MMU_PAGE_64K].penc[MMU_PAGE_16M] == -1)) in hash__has_transparent_hugepage()
|
D | hash_hugepage.c | 88 flush_hash_hugepage(vsid, ea, pmdp, MMU_PAGE_64K, in __hash_page_thp()
|
D | radix_pgtable.c | 436 idx = MMU_PAGE_64K; in get_idx_from_shift() 564 mmu_psize_defs[MMU_PAGE_64K].shift = 16; in radix__early_init_devtree() 565 mmu_psize_defs[MMU_PAGE_64K].ap = 0x5; in radix__early_init_devtree() 640 mmu_virtual_psize = MMU_PAGE_64K; in radix__early_init_mmu()
|
D | pgtable.c | 416 atomic_long_read(&direct_pages_count[MMU_PAGE_64K]) << 6); in arch_report_meminfo()
|
D | radix_tlb.c | 244 __tlbie_va(va, pid, mmu_get_ap(MMU_PAGE_64K), RIC_FLUSH_TLB); in fixup_tlbie_pid() 278 __tlbie_lpid_va(va, lpid, mmu_get_ap(MMU_PAGE_64K), RIC_FLUSH_TLB); in fixup_tlbie_lpid()
|
/Linux-v5.10/arch/powerpc/kvm/ |
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() 399 slbe->base_page_size = MMU_PAGE_64K; in kvmppc_mmu_book3s_64_slbmte() 580 int pagesize = MMU_PAGE_64K; in kvmppc_mmu_book3s_64_esid_to_vsid() 623 if (pagesize >= MMU_PAGE_64K && in kvmppc_mmu_book3s_64_esid_to_vsid() 624 mmu_psize_defs[MMU_PAGE_64K].shift && in kvmppc_mmu_book3s_64_esid_to_vsid()
|
D | book3s_64_mmu_host.c | 143 hpsize = MMU_PAGE_64K; in kvmppc_mmu_map_page() 343 slb_vsid |= mmu_psize_defs[MMU_PAGE_64K].sllp; in kvmppc_mmu_map_segment()
|
D | book3s_64_mmu_radix.c | 1203 add_rmmu_ap_encoding(info, MMU_PAGE_64K, &i); in kvmhv_get_rmmu_info()
|
D | book3s_pr.c | 730 pte.page_size = MMU_PAGE_64K; in kvmppc_handle_pagefault()
|
/Linux-v5.10/arch/powerpc/mm/ |
D | slice.c | 424 #define MMU_PAGE_BASE MMU_PAGE_64K 518 if (IS_ENABLED(CONFIG_PPC_64K_PAGES) && psize == MMU_PAGE_64K) { in slice_get_unmapped_area() 597 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()
|
/Linux-v5.10/arch/powerpc/include/asm/book3s/64/ |
D | tlbflush-radix.h | 15 if (psize == MMU_PAGE_64K) in psize_to_rpti_pgsize()
|
D | mmu.h | 168 if (psize == MMU_PAGE_64K) in slice_mask_for_size()
|
D | hash-64k.h | 171 (((pte) & H_PAGE_COMBO)? MMU_PAGE_4K: MMU_PAGE_64K)
|
/Linux-v5.10/arch/powerpc/include/asm/nohash/32/ |
D | mmu-44x.h | 141 #define mmu_virtual_psize MMU_PAGE_64K
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | mmu.h | 347 #define MMU_PAGE_64K 2 macro
|
/Linux-v5.10/arch/powerpc/mm/nohash/ |
D | tlb.c | 110 [MMU_PAGE_64K] = {
|
/Linux-v5.10/arch/powerpc/platforms/cell/ |
D | spu_base.c | 119 return mmu_psize_defs[MMU_PAGE_64K].shift != 0; in spu_64k_pages_available()
|