Searched refs:MMU_SEGSIZE_256M (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/powerpc/include/asm/ |
D | mmu-hash64.h | 173 #define MMU_SEGSIZE_256M 0 macro 197 if (ssize == MMU_SEGSIZE_256M) in slb_vsid_shift() 204 if (ssize == MMU_SEGSIZE_256M) in segment_shift() 308 if (ssize == MMU_SEGSIZE_256M) { in hpt_hash() 572 return MMU_SEGSIZE_256M; in user_segment_size() 584 if (ssize == MMU_SEGSIZE_256M) in get_vsid()
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_64_mmu_host.c | 38 pte->pagesize, pte->pagesize, MMU_SEGSIZE_256M, in kvmppc_mmu_invalidate_pte() 133 vpn = hpt_vpn(orig_pte->eaddr, map->host_vsid, MMU_SEGSIZE_256M); in kvmppc_mmu_map_page() 157 hash = hpt_hash(vpn, mmu_psize_defs[hpsize].shift, MMU_SEGSIZE_256M); in kvmppc_mmu_map_page() 178 hpsize, hpsize, MMU_SEGSIZE_256M); in kvmppc_mmu_map_page()
|
D | book3s_64_mmu.c | 146 ssize = slbe->tb ? MMU_SEGSIZE_1T : MMU_SEGSIZE_256M; in kvmppc_mmu_book3s_64_get_pteg()
|
/linux-4.4.14/drivers/misc/cxl/ |
D | main.c | 122 if (mmu_kernel_ssize == MMU_SEGSIZE_256M) in cxl_alloc_sst()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | slb.c | 46 (((ssize) == MMU_SEGSIZE_256M)? ESID_MASK: ESID_MASK_1T)
|
D | hash_utils_64.c | 110 int mmu_kernel_ssize = MMU_SEGSIZE_256M; 112 int mmu_highuser_ssize = MMU_SEGSIZE_256M;
|
D | hash_native_64.c | 552 case MMU_SEGSIZE_256M: in hpte_decode()
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | spu_base.c | 230 slb->vsid = (get_kernel_vsid(ea, MMU_SEGSIZE_256M) << SLB_VSID_SHIFT) | in __spu_kernel_slb()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | process.c | 1120 sp_vsid = get_kernel_vsid(sp, MMU_SEGSIZE_256M) in setup_ksp_vsid()
|