Home
last modified time | relevance | path

Searched refs:MMU_SEGSIZE_256M (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h231 #define MMU_SEGSIZE_256M 0 macro
255 if (ssize == MMU_SEGSIZE_256M) in slb_vsid_shift()
262 if (ssize == MMU_SEGSIZE_256M) in segment_shift()
440 if (ssize == MMU_SEGSIZE_256M) { in hpt_hash()
763 return MMU_SEGSIZE_256M; in user_segment_size()
782 if (ssize == MMU_SEGSIZE_256M) { in get_vsid()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_64_mmu_host.c27 MMU_SEGSIZE_256M, false); in kvmppc_mmu_invalidate_pte()
121 vpn = hpt_vpn(orig_pte->eaddr, map->host_vsid, MMU_SEGSIZE_256M); in kvmppc_mmu_map_page()
147 hash = hpt_hash(vpn, mmu_psize_defs[hpsize].shift, MMU_SEGSIZE_256M); in kvmppc_mmu_map_page()
168 hpsize, hpsize, MMU_SEGSIZE_256M); in kvmppc_mmu_map_page()
Dbook3s_64_mmu.c129 ssize = slbe->tb ? MMU_SEGSIZE_1T : MMU_SEGSIZE_256M; in kvmppc_mmu_book3s_64_get_pteg()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dslb.c39 (((ssize) == MMU_SEGSIZE_256M)? ESID_MASK: ESID_MASK_1T)
802 ssize = MMU_SEGSIZE_256M; in slb_allocate_kernel()
Dhash_utils.c119 int mmu_kernel_ssize = MMU_SEGSIZE_256M;
121 int mmu_highuser_ssize = MMU_SEGSIZE_256M;
Dhash_native.c746 case MMU_SEGSIZE_256M: in hpte_decode()
/kernel/linux/linux-5.10/drivers/misc/cxl/
Dmain.c136 if (mmu_kernel_ssize == MMU_SEGSIZE_256M) in cxl_alloc_sst()
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
Dspu_base.c219 slb->vsid = (get_kernel_vsid(ea, MMU_SEGSIZE_256M) << SLB_VSID_SHIFT) | in __spu_kernel_slb()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Dlpar.c1942 if (ssize == MMU_SEGSIZE_256M) { in vsid_unscramble()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dprocess.c1653 sp_vsid = get_kernel_vsid(sp, MMU_SEGSIZE_256M) in setup_ksp_vsid()