Home
last modified time | relevance | path

Searched refs:MMU_SEGSIZE_256M (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H A 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()
775 return MMU_SEGSIZE_256M; in user_segment_size()
794 if (ssize == MMU_SEGSIZE_256M) { in get_vsid()
863 (((ssize) == MMU_SEGSIZE_256M) ? ESID_MASK : ESID_MASK_1T)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H A 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/
H A 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()
H A Dbook3s_64_mmu.c129 ssize = slbe->tb ? MMU_SEGSIZE_1T : MMU_SEGSIZE_256M; in kvmppc_mmu_book3s_64_get_pteg()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_64_mmu_host.c28 MMU_SEGSIZE_256M, false); in kvmppc_mmu_invalidate_pte()
122 vpn = hpt_vpn(orig_pte->eaddr, map->host_vsid, MMU_SEGSIZE_256M); in kvmppc_mmu_map_page()
149 hash = hpt_hash(vpn, mmu_psize_defs[hpsize].shift, MMU_SEGSIZE_256M); in kvmppc_mmu_map_page()
170 hpsize, hpsize, MMU_SEGSIZE_256M); in kvmppc_mmu_map_page()
H A 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/
H A Dslb.c40 (((ssize) == MMU_SEGSIZE_256M)? ESID_MASK: ESID_MASK_1T)
803 ssize = MMU_SEGSIZE_256M; in slb_allocate_kernel()
H A Dhash_utils.c119 int mmu_kernel_ssize = MMU_SEGSIZE_256M;
121 int mmu_highuser_ssize = MMU_SEGSIZE_256M;
H A Dhash_native.c746 case MMU_SEGSIZE_256M: in hpte_decode()
/kernel/linux/linux-5.10/drivers/misc/cxl/
H A Dmain.c136 if (mmu_kernel_ssize == MMU_SEGSIZE_256M) in cxl_alloc_sst()
/kernel/linux/linux-6.6/drivers/misc/cxl/
H A Dmain.c137 if (mmu_kernel_ssize == MMU_SEGSIZE_256M) in cxl_alloc_sst()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dslb.c779 ssize = MMU_SEGSIZE_256M; in slb_allocate_kernel()
H A Dhash_native.c696 case MMU_SEGSIZE_256M: in hpte_decode()
H A Dhash_utils.c118 int mmu_kernel_ssize = MMU_SEGSIZE_256M;
120 int mmu_highuser_ssize = MMU_SEGSIZE_256M;
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Dspu_base.c219 slb->vsid = (get_kernel_vsid(ea, MMU_SEGSIZE_256M) << SLB_VSID_SHIFT) | in __spu_kernel_slb()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H A Dspu_base.c218 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/
H A Dlpar.c1936 if (ssize == MMU_SEGSIZE_256M) { in vsid_unscramble()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprocess.c1653 sp_vsid = get_kernel_vsid(sp, MMU_SEGSIZE_256M) in setup_ksp_vsid()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dprocess.c1732 sp_vsid = get_kernel_vsid(sp, MMU_SEGSIZE_256M) in setup_ksp_vsid()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dlpar.c1940 if (ssize == MMU_SEGSIZE_256M) { in vsid_unscramble()

Completed in 29 milliseconds