Home
last modified time | relevance | path

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

/linux/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()
774 return MMU_SEGSIZE_256M; in user_segment_size()
793 if (ssize == MMU_SEGSIZE_256M) { in get_vsid()
862 (((ssize) == MMU_SEGSIZE_256M) ? ESID_MASK : ESID_MASK_1T)
/linux/arch/powerpc/mm/book3s64/
H A Dslb.c704 ssize = MMU_SEGSIZE_256M; in slb_allocate_kernel()
H A Dhash_utils.c121 int mmu_kernel_ssize = MMU_SEGSIZE_256M;
123 int mmu_highuser_ssize = MMU_SEGSIZE_256M;
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu.c129 ssize = slbe->tb ? MMU_SEGSIZE_1T : MMU_SEGSIZE_256M; in kvmppc_mmu_book3s_64_get_pteg()
/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c217 slb->vsid = (get_kernel_vsid(ea, MMU_SEGSIZE_256M) << SLB_VSID_SHIFT) | in __spu_kernel_slb()
/linux/arch/powerpc/kernel/
H A Dprocess.c1744 sp_vsid = get_kernel_vsid(sp, MMU_SEGSIZE_256M) in setup_ksp_vsid()