Home
last modified time | relevance | path

Searched refs:MMU_SEGSIZE_256M (Results 1 – 5 of 5) 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()
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)
/linux/drivers/misc/cxl/
H A Dmain.c137 if (mmu_kernel_ssize == MMU_SEGSIZE_256M) in cxl_alloc_sst()
/linux/arch/powerpc/mm/book3s64/
H A Dhash_native.c696 case MMU_SEGSIZE_256M: in hpte_decode()
/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.c218 slb->vsid = (get_kernel_vsid(ea, MMU_SEGSIZE_256M) << SLB_VSID_SHIFT) | in __spu_kernel_slb()