Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/book3s/64/
A Dmmu-hash.h230 #define MMU_SEGSIZE_256M 0 macro
254 if (ssize == MMU_SEGSIZE_256M) in slb_vsid_shift()
261 if (ssize == MMU_SEGSIZE_256M) in segment_shift()
439 if (ssize == MMU_SEGSIZE_256M) { in hpt_hash()
768 return MMU_SEGSIZE_256M; in user_segment_size()
787 if (ssize == MMU_SEGSIZE_256M) { in get_vsid()
856 (((ssize) == MMU_SEGSIZE_256M) ? ESID_MASK : ESID_MASK_1T)
/linux/arch/powerpc/kvm/
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()
A Dbook3s_64_mmu.c129 ssize = slbe->tb ? MMU_SEGSIZE_1T : MMU_SEGSIZE_256M; in kvmppc_mmu_book3s_64_get_pteg()
/linux/drivers/misc/cxl/
A Dmain.c136 if (mmu_kernel_ssize == MMU_SEGSIZE_256M) in cxl_alloc_sst()
/linux/arch/powerpc/mm/book3s64/
A Dslb.c779 ssize = MMU_SEGSIZE_256M; in slb_allocate_kernel()
A Dhash_utils.c121 int mmu_kernel_ssize = MMU_SEGSIZE_256M;
123 int mmu_highuser_ssize = MMU_SEGSIZE_256M;
A Dhash_native.c746 case MMU_SEGSIZE_256M: in hpte_decode()
/linux/arch/powerpc/platforms/cell/
A Dspu_base.c219 slb->vsid = (get_kernel_vsid(ea, MMU_SEGSIZE_256M) << SLB_VSID_SHIFT) | in __spu_kernel_slb()
/linux/arch/powerpc/platforms/pseries/
A Dlpar.c1945 if (ssize == MMU_SEGSIZE_256M) { in vsid_unscramble()
/linux/arch/powerpc/kernel/
A Dprocess.c1669 sp_vsid = get_kernel_vsid(sp, MMU_SEGSIZE_256M) in setup_ksp_vsid()

Completed in 24 milliseconds